Age | Commit message (Expand) | Author |
2012-08-31 | net: ipv6: fix error return code | Julia Lawall |
2012-08-30 | netfilter: ip6tables: add stateless IPv6-to-IPv6 Network Prefix Translation t... | Patrick McHardy |
2012-08-30 | netfilter: ip6tables: add NETMAP target | Patrick McHardy |
2012-08-30 | netfilter: ip6tables: add REDIRECT target | Patrick McHardy |
2012-08-30 | netfilter: ip6tables: add MASQUERADE target | Patrick McHardy |
2012-08-30 | netfilter: ipv6: add IPv6 NAT support | Patrick McHardy |
2012-08-30 | netfilter: ipv6: expand skb head in ip6_route_me_harder after oif change | Patrick McHardy |
2012-08-30 | netfilter: nf_conntrack_ipv6: fix tracking of ICMPv6 error messages containin... | Patrick McHardy |
2012-08-30 | netfilter: nf_conntrack_ipv6: improve fragmentation handling | Patrick McHardy |
2012-08-24 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie... | David S. Miller |
2012-08-23 | net: reinstate rtnl in call_netdevice_notifiers() | Eric Dumazet |
2012-08-22 | ipv6: gre: fix ip6gre_err() | Eric Dumazet |
2012-08-22 | net: remove delay at device dismantle | Eric Dumazet |
2012-08-22 | Merge git://1984.lsi.us.es/nf-next | David S. Miller |
2012-08-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2012-08-20 | net: tcp: move sk_rx_dst_set call after tcp_create_openreq_child() | Neal Cardwell |
2012-08-20 | net: ipv6: fix oops in inet_putpeer() | Patrick McHardy |
2012-08-20 | gre: information leak in ip6_tnl_ioctl() | Dan Carpenter |
2012-08-16 | ipv6: move dereference after check in fl_free() | Dan Carpenter |
2012-08-14 | net ip6 flowlabel: Make owner a union of struct pid * and kuid_t | Eric W. Biederman |
2012-08-14 | userns: Print out socket uids in a user namespace aware fashion. | Eric W. Biederman |
2012-08-14 | ipv6: addrconf: Avoid calling netdevice notifiers with RCU read-side lock | Ben Hutchings |
2012-08-14 | net: ipv6: proc: Fix error handling | Igor Maravic |
2012-08-14 | gre: Support GRE over IPv6 | xeb@mail.ru |
2012-08-14 | netfilter: PTR_RET can be used | Wu Fengguang |
2012-08-09 | net: tcp: ipv6_mapped needs sk_rx_dst_set method | Eric Dumazet |
2012-08-09 | net: Loopback ifindex is constant now | Pavel Emelyanov |
2012-08-09 | time: jiffies_delta_to_clock_t() helper to the rescue | Eric Dumazet |
2012-08-06 | net: ipv6: fix TCP early demux | Eric Dumazet |
2012-07-31 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds |
2012-07-31 | net: introduce sk_gfp_atomic() to allow addition of GFP flags depending on th... | Mel Gorman |
2012-07-31 | memcg: rename config variables | Andrew Morton |
2012-07-30 | net: TCP early demux cleanup | Eric Dumazet |
2012-07-29 | ipv6: fix incorrect route 'expires' value passed to userspace | Li Wei |
2012-07-26 | ipv6: Early TCP socket demux | Eric Dumazet |
2012-07-23 | tcp: dont drop MTU reduction indications | Eric Dumazet |
2012-07-20 | net: Document dst->obsolete better. | David S. Miller |
2012-07-19 | net-tcp: Fast Open base | Yuchung Cheng |
2012-07-18 | ipv6: add ipv6_addr_hash() helper | Eric Dumazet |
2012-07-18 | ipv6: fix inet6_csk_xmit() | Eric Dumazet |
2012-07-17 | Merge branch 'nexthop_exceptions' | David S. Miller |
2012-07-17 | net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}() | David S. Miller |
2012-07-17 | ipv6: fix unappropriate errno returned for non-multicast address | Li Wei |
2012-07-16 | ipv6: fix RTPROT_RA markup of RA routes w/nexthops | Denis Ovsienko |
2012-07-16 | ipv6: Add helper inet6_csk_update_pmtu(). | David S. Miller |
2012-07-14 | ipv6: Initialize the struct rt6_info behind the dst_enty field | Steffen Klassert |
2012-07-12 | net: Remove checks for dst_ops->redirect being NULL. | David S. Miller |
2012-07-12 | net: Add dummy dst_ops->redirect method where needed. | David S. Miller |
2012-07-12 | ipv6: Use icmpv6_notify() to propagate redirect, instead of rt6_redirect(). | David S. Miller |
2012-07-12 | ipv6: Add redirect support to all protocol icmp error handlers. | David S. Miller |