| Commit message (Expand) | Author | Age | Files | Lines |
* | ipv6: fix array index in ip6_mc_add_src() | RongQing.Li | 2012-04-05 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2012-04-02 | 1 | -7/+27 |
|\ |
|
| * | ipv6: Fix RTM_GETROUTE's interpretation of RTA_IIF to be consistent with ipv4 | Shmulik Ladkani | 2012-04-01 | 1 | -7/+27 |
* | | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 2012-03-28 | 3 | -3/+0 |
|\ \
| |/
|/| |
|
| * | Remove all #inclusions of asm/system.h | David Howells | 2012-03-28 | 3 | -3/+0 |
* | | net: fix a potential rcu_read_lock() imbalance in rt6_fill_node() | Eric Dumazet | 2012-03-27 | 1 | -2/+6 |
* | | netfilter: remove forward module param confusion. | Rusty Russell | 2012-03-22 | 1 | -7/+2 |
|/ |
|
* | ipv6: fix incorrent ipv6 ipsec packet fragment | Gao feng | 2012-03-20 | 1 | -5/+6 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-03-18 | 2 | -2/+1 |
|\ |
|
| * | ipv6: Don't dev_hold(dev) in ip6_mc_find_dev_rcu. | RongQing.Li | 2012-03-16 | 1 | -1/+0 |
| * | ipv6: fix icmp6_dst_alloc() | Eric Dumazet | 2012-03-16 | 1 | -1/+1 |
* | | ipv6: Fix Smatch warning. | Li Wei | 2012-03-11 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-03-09 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | IPv6: Fix not join all-router mcast group when forwarding set. | Li Wei | 2012-03-06 | 1 | -0/+4 |
* | | netfilter: add cttimeout infrastructure for fine timeout tuning | Pablo Neira Ayuso | 2012-03-07 | 1 | -0/+47 |
* | | netfilter: nf_conntrack: pass timeout array to l4->new and l4->packet | Pablo Neira Ayuso | 2012-03-07 | 1 | -3/+10 |
* | | netfilter: merge ipt_LOG and ip6_LOG into xt_LOG | Richard Weinberger | 2012-03-07 | 3 | -537/+0 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-02-26 | 4 | -12/+9 |
|\ \
| |/ |
|
| * | ipsec: be careful of non existing mac headers | Eric Dumazet | 2012-02-23 | 2 | -9/+3 |
| * | ipv6: ip6_route_output() never returns NULL. | RongQing.Li | 2012-02-22 | 2 | -3/+6 |
* | | datagram: Add offset argument to __skb_recv_datagram | Pavel Emelyanov | 2012-02-21 | 1 | -2/+2 |
* | | net: implement IP_RECVTOS for IP_PKTOPTIONS | Jiri Benc | 2012-02-13 | 3 | -0/+9 |
* | | ipv6: helper function to get tclass | Jiri Benc | 2012-02-13 | 1 | -1/+1 |
* | | ipv6: Implement IPV6_UNICAST_IF socket option. | Erich E. Hoover | 2012-02-08 | 4 | -1/+42 |
* | | ipv6: Remove never used function inet6_ac_check(). | David S. Miller | 2012-02-01 | 1 | -29/+0 |
* | | tcp: md5: RST: getting md5 key from listener | Shawn Lu | 2012-02-01 | 1 | -2/+41 |
* | | xfrm6: remove unneeded NULL check in __xfrm6_output() | Dan Carpenter | 2012-02-01 | 1 | -1/+1 |
* | | tcp: md5: protects md5sig_info with RCU | Eric Dumazet | 2012-02-01 | 1 | -2/+0 |
* | | tcp: md5: rcu conversion | Eric Dumazet | 2012-01-31 | 1 | -161/+12 |
* | | tcp: md5: remove obsolete md5_add() method | Eric Dumazet | 2012-01-31 | 1 | -9/+0 |
* | | ipv6: fix RFC5722 comment | Eric Dumazet | 2012-01-30 | 1 | -4/+3 |
* | | ipv6: Eliminate dst_get_neighbour_noref() usage in ip6_forward(). | David S. Miller | 2012-01-27 | 1 | -5/+3 |
* | | ipv6: Remove neigh argument from ndisc_send_redirect() | David S. Miller | 2012-01-27 | 2 | -3/+11 |
* | | ipv6: fib: Convert fib6_age() to dst_neigh_lookup(). | David S. Miller | 2012-01-27 | 1 | -5/+14 |
* | | ipv6: ndisc: Convert to dst_neigh_lookup() | David S. Miller | 2012-01-27 | 1 | -6/+12 |
* | | ipv6: Use ipv6_addr_any() | David S. Miller | 2012-01-26 | 1 | -2/+1 |
* | | ipv6: sit: Convert to dst_neigh_lookup() | David S. Miller | 2012-01-26 | 1 | -5/+15 |
* | | ipv4/ipv6: Prepare for new route gateway semantics. | David S. Miller | 2012-01-26 | 1 | -1/+15 |
|/ |
|
* | tcp: md5: using remote adress for md5 lookup in rst packet | shawnlu | 2012-01-22 | 1 | -1/+1 |
* | net: race condition in ipv6 forwarding and disable_ipv6 parameters | Francesco Ruggeri | 2012-01-18 | 1 | -21/+40 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2012-01-17 | 3 | -3/+4 |
|\ |
|
| * | ipv6: fix per device IP snmp counters | Eric Dumazet | 2012-01-17 | 1 | -2/+2 |
| * | net: fix some sparse errors | Eric Dumazet | 2012-01-17 | 1 | -1/+1 |
| * | ipv6: release idev when ip6_neigh_lookup failed in icmp6_dst_alloc | RongQing.Li | 2012-01-13 | 1 | -0/+1 |
* | | Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security | Linus Torvalds | 2012-01-14 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | security: remove the security_netlink_recv hook as it is equivalent to capable() | Eric Paris | 2012-01-05 | 1 | -1/+1 |
* | | net: reintroduce missing rcu_assign_pointer() calls | Eric Dumazet | 2012-01-12 | 4 | -11/+11 |
* | | ipv6/addrconf: speedup /proc/net/if_inet6 filling | Mihai Maruseac | 2012-01-04 | 1 | -15/+28 |
* | | ipv6: Check RA for sllao when configuring optimistic ipv6 address (v2) | Neil Horman | 2012-01-04 | 2 | -3/+5 |
* | | IPv6: Avoid taking write lock for /proc/net/ipv6_route | Josh Hunt | 2011-12-30 | 2 | -1/+21 |