summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-09-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller10-171/+317
2012-09-04net: Add INET dependency on aes crypto for the sake of TCP fastopen.David S. Miller1-0/+2
2012-09-04sctp: use list_move_tail instead of list_del/list_add_tailWei Yongjun1-6/+4
2012-09-04openvswitch: Increase maximum number of datapath ports.Pravin B Shelar7-51/+113
2012-09-04Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller66-1680/+3393
2012-09-03tcp: use PRR to reduce cwin in CWR stateYuchung Cheng2-81/+44
2012-09-03tcp: move tcp_update_cwnd_in_recoveryYuchung Cheng1-32/+32
2012-09-03tcp: move tcp_enter_cwr()Yuchung Cheng1-23/+23
2012-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso120-1313/+2941
2012-09-03netfilter: properly annotate ipv4_netfilter_{init,fini}()Jan Beulich1-2/+2
2012-09-03netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_queue()Michael Wang3-7/+7
2012-09-03netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_iterate()Michael Wang3-18/+14
2012-09-03netfilter: remove xt_NOTRACKCong Wang3-67/+0
2012-09-03netfilter: nf_conntrack: add nf_ct_timeout_lookupPablo Neira Ayuso1-6/+1
2012-09-03netfilter: xt_CT: refactorize xt_ct_tg_checkPablo Neira Ayuso1-136/+126
2012-09-03netfilter: xt_socket: fix compilation warnings with gcc 4.7Pablo Neira Ayuso1-6/+6
2012-09-026lowpan: handle NETDEV_UNREGISTER eventAlan Ott1-7/+37
2012-09-026lowpan: Make a copy of skb's delivered to 6lowpanAlan Ott1-1/+8
2012-09-01tcp: TCP Fast Open Server - main code pathJerry Chu2-27/+309
2012-09-01tcp: TCP Fast Open Server - support TFO listenersJerry Chu11-35/+326
2012-09-01tcp: TCP Fast Open Server - header & support functionsJerry Chu4-3/+133
2012-09-01ipv6: remove some deadcodeSorin Dumitru1-22/+7
2012-09-01net: fix documentation of skb_needs_linearize().Rami Rosen1-3/+1
2012-09-01ipv4: Minor logic clean-up in ipv4_mtuAlexander Duyck1-4/+1
2012-09-01net:atm:fix up ENOIOCTLCMD error handlingWanlong Gao1-1/+1
2012-08-31openvswitch: using kfree_rcu() to simplify the codeWei Yongjun1-9/+1
2012-08-31af_unix: fix shutdown parameter checkingXi Wang1-4/+8
2012-08-31decnet: fix shutdown parameter checkingXi Wang1-2/+2
2012-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller18-65/+129
2012-08-31Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller5-10/+24
2012-08-31netfilter: nf_conntrack: fix racy timer handling with reliable eventsPablo Neira Ayuso1-5/+11
2012-08-30ipv4: must use rcu protection while calling fib_lookupEric Dumazet1-0/+2
2012-08-30net: ipv4: ipmr_expire_timer causes crash when removing net namespaceFrancesco Ruggeri1-2/+12
2012-08-30netpoll: provide an IP ident in UDP framesEric Dumazet1-1/+2
2012-08-30l2tp: avoid to use synchronize_rcu in tunnel free functionxeb@mail.ru2-2/+2
2012-08-30netfilter: nf_nat_sip: fix incorrect handling of EBUSY for RTCP expectationPablo Neira Ayuso1-1/+4
2012-08-30net: dev: fix the incorrect hold of net namespace's lo deviceGao feng1-0/+2
2012-08-30netfilter: nfnetlink_log: fix error return code in init pathJulia Lawall1-1/+3
2012-08-30netfilter: ctnetlink: fix error return code in init pathJulia Lawall1-1/+2
2012-08-30ipvs: fix error return codeJulia Lawall1-1/+3
2012-08-30netfilter: ip6tables: add stateless IPv6-to-IPv6 Network Prefix Translation t...Patrick McHardy3-0/+175
2012-08-30netfilter: nf_nat: support IPv6 in TFTP NAT helperPablo Neira Ayuso6-8/+7
2012-08-30netfilter: nf_nat: support IPv6 in IRC NAT helperPablo Neira Ayuso6-14/+7
2012-08-30netfilter: nf_nat: support IPv6 in SIP NAT helperPatrick McHardy6-111/+140
2012-08-30netfilter: nf_nat: support IPv6 in amanda NAT helperPatrick McHardy6-8/+7
2012-08-30netfilter: nf_nat: support IPv6 in FTP NAT helperPatrick McHardy6-20/+27
2012-08-30netfilter: ip6tables: add NETMAP targetPatrick McHardy3-0/+105
2012-08-30netfilter: ip6tables: add REDIRECT targetPatrick McHardy3-0/+110
2012-08-30netfilter: ip6tables: add MASQUERADE targetPatrick McHardy5-2/+151
2012-08-30netfilter: ipv6: add IPv6 NAT supportPatrick McHardy9-2/+755