Age | Commit message (Expand) | Author | Files | Lines |
2012-09-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Pablo Neira Ayuso | 120 | -1313/+2941 |
2012-09-03 | netfilter: properly annotate ipv4_netfilter_{init,fini}() | Jan Beulich | 1 | -2/+2 |
2012-09-03 | netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_queue() | Michael Wang | 3 | -7/+7 |
2012-09-03 | netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_iterate() | Michael Wang | 3 | -18/+14 |
2012-09-03 | netfilter: remove xt_NOTRACK | Cong Wang | 3 | -67/+0 |
2012-09-03 | netfilter: nf_conntrack: add nf_ct_timeout_lookup | Pablo Neira Ayuso | 1 | -6/+1 |
2012-09-03 | netfilter: xt_CT: refactorize xt_ct_tg_check | Pablo Neira Ayuso | 1 | -136/+126 |
2012-09-03 | netfilter: xt_socket: fix compilation warnings with gcc 4.7 | Pablo Neira Ayuso | 1 | -6/+6 |
2012-09-01 | 6lowpan: handle NETDEV_UNREGISTER event | Alan Ott | 1 | -7/+37 |
2012-09-01 | 6lowpan: Make a copy of skb's delivered to 6lowpan | Alan Ott | 1 | -1/+8 |
2012-08-31 | tcp: TCP Fast Open Server - main code path | Jerry Chu | 2 | -27/+309 |
2012-08-31 | tcp: TCP Fast Open Server - support TFO listeners | Jerry Chu | 11 | -35/+326 |
2012-08-31 | tcp: TCP Fast Open Server - header & support functions | Jerry Chu | 4 | -3/+133 |
2012-08-31 | ipv6: remove some deadcode | Sorin Dumitru | 1 | -22/+7 |
2012-08-31 | net: fix documentation of skb_needs_linearize(). | Rami Rosen | 1 | -3/+1 |
2012-08-31 | ipv4: Minor logic clean-up in ipv4_mtu | Alexander Duyck | 1 | -4/+1 |
2012-08-31 | net:atm:fix up ENOIOCTLCMD error handling | Wanlong Gao | 1 | -1/+1 |
2012-08-31 | openvswitch: using kfree_rcu() to simplify the code | Wei Yongjun | 1 | -9/+1 |
2012-08-31 | af_unix: fix shutdown parameter checking | Xi Wang | 1 | -4/+8 |
2012-08-31 | decnet: fix shutdown parameter checking | Xi Wang | 1 | -2/+2 |
2012-08-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 18 | -65/+129 |
2012-08-31 | Merge branch 'master' of git://1984.lsi.us.es/nf | David S. Miller | 5 | -10/+24 |
2012-08-31 | netfilter: nf_conntrack: fix racy timer handling with reliable events | Pablo Neira Ayuso | 1 | -5/+11 |
2012-08-30 | ipv4: must use rcu protection while calling fib_lookup | Eric Dumazet | 1 | -0/+2 |
2012-08-30 | net: ipv4: ipmr_expire_timer causes crash when removing net namespace | Francesco Ruggeri | 1 | -2/+12 |
2012-08-30 | netpoll: provide an IP ident in UDP frames | Eric Dumazet | 1 | -1/+2 |
2012-08-30 | l2tp: avoid to use synchronize_rcu in tunnel free function | xeb@mail.ru | 2 | -2/+2 |
2012-08-30 | netfilter: nf_nat_sip: fix incorrect handling of EBUSY for RTCP expectation | Pablo Neira Ayuso | 1 | -1/+4 |
2012-08-30 | net: dev: fix the incorrect hold of net namespace's lo device | Gao feng | 1 | -0/+2 |
2012-08-30 | netfilter: nfnetlink_log: fix error return code in init path | Julia Lawall | 1 | -1/+3 |
2012-08-30 | netfilter: ctnetlink: fix error return code in init path | Julia Lawall | 1 | -1/+2 |
2012-08-30 | ipvs: fix error return code | Julia Lawall | 1 | -1/+3 |
2012-08-30 | netfilter: ip6tables: add stateless IPv6-to-IPv6 Network Prefix Translation t... | Patrick McHardy | 3 | -0/+175 |
2012-08-30 | netfilter: nf_nat: support IPv6 in TFTP NAT helper | Pablo Neira Ayuso | 6 | -8/+7 |
2012-08-30 | netfilter: nf_nat: support IPv6 in IRC NAT helper | Pablo Neira Ayuso | 6 | -14/+7 |
2012-08-30 | netfilter: nf_nat: support IPv6 in SIP NAT helper | Patrick McHardy | 6 | -111/+140 |
2012-08-30 | netfilter: nf_nat: support IPv6 in amanda NAT helper | Patrick McHardy | 6 | -8/+7 |
2012-08-30 | netfilter: nf_nat: support IPv6 in FTP NAT helper | Patrick McHardy | 6 | -20/+27 |
2012-08-30 | netfilter: ip6tables: add NETMAP target | Patrick McHardy | 3 | -0/+105 |
2012-08-30 | netfilter: ip6tables: add REDIRECT target | Patrick McHardy | 3 | -0/+110 |
2012-08-30 | netfilter: ip6tables: add MASQUERADE target | Patrick McHardy | 5 | -2/+151 |
2012-08-30 | netfilter: ipv6: add IPv6 NAT support | Patrick McHardy | 9 | -2/+755 |
2012-08-30 | net: core: add function for incremental IPv6 pseudo header checksum updates | Patrick McHardy | 1 | -0/+20 |
2012-08-30 | netfilter: ipv6: expand skb head in ip6_route_me_harder after oif change | Patrick McHardy | 1 | -0/+8 |
2012-08-30 | netfilter: add protocol independent NAT core | Patrick McHardy | 36 | -1039/+1352 |
2012-08-30 | netfilter: nf_nat: add protoff argument to packet mangling functions | Patrick McHardy | 15 | -195/+295 |
2012-08-30 | netfilter: nf_conntrack: restrict NAT helper invocation to IPv4 | Patrick McHardy | 6 | -22/+49 |
2012-08-30 | netfilter: nf_conntrack_ipv6: fix tracking of ICMPv6 error messages containin... | Patrick McHardy | 1 | -57/+6 |
2012-08-30 | netfilter: nf_conntrack_ipv6: improve fragmentation handling | Patrick McHardy | 4 | -15/+61 |
2012-08-30 | ipvs: IPv6 MTU checking cleanup and bugfix | Jesper Dangaard Brouer | 1 | -6/+15 |