summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-09netfilter: nfnetlink_queue: remove pointless conditional before kfree_skb()Wei Yongjun1-2/+1
2012-09-09netfilter: nf_nat: fix out-of-bounds access in address selectionFlorian Westphal1-1/+1
2012-09-05netfilter: fix crash during boot if NAT has been compiled built-inPablo Neira Ayuso1-1/+1
2012-09-04Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller123-1833/+3631
2012-09-03tcp: use PRR to reduce cwin in CWR stateYuchung Cheng3-83/+52
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-03net: sierra_net: rx_urb_size is constantBjørn Mork1-13/+4
2012-09-03net: sierra_net: make private symbols staticBjørn Mork1-3/+3
2012-09-03net: cx82310_eth: use common match macroBjørn Mork1-10/+1
2012-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso368-3347/+6763
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 Wang31-102/+0
2012-09-03netfilter: nf_conntrack: add nf_ct_timeout_lookupPablo Neira Ayuso2-6/+21
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-01Merge branch 'tcp_fastopen_server'David S. Miller20-97/+915
2012-09-01tcp: TCP Fast Open Server - main code pathJerry Chu2-27/+309
2012-09-01tcp: TCP Fast Open Server - support TFO listenersJerry Chu13-50/+330
2012-09-01tcp: TCP Fast Open Server - header & support functionsJerry Chu9-20/+276
2012-09-01r8169: add D-Link DGE-560T identifiers.Francois Romieu1-0/+2
2012-09-01bonding: add some slack to arp monitoring time limitsJiri Bohac1-11/+20
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-09-01net:stmmac: convert driver to use devm_request_and_ioremap.Srinivas Kandagatla1-32/+8
2012-09-01net:stmmac: Remove bus_id from mdio platform data.Srinivas Kandagatla4-12/+3
2012-09-01net:stmmac: fix broken stmmac_pltfr_remove.Srinivas Kandagatla1-1/+2
2012-09-01net:stmmac: Add check if mdiobus is registered in stmmac_mdio_unregisterSrinivas Kandagatla1-0/+3
2012-09-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller7-41/+164
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-31tcp: Increase timeout for SYN segmentsAlex Bergmann2-6/+20
2012-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller125-662/+1204
2012-08-31Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller6-10/+25
2012-08-31netfilter: nf_conntrack: fix racy timer handling with reliable eventsPablo Neira Ayuso2-5/+12
2012-08-31ixgbevf: Cleanup handling of configuration for jumbo framesAlexander Duyck4-28/+58
2012-08-31ixgbevf: Add suspend and resume support to the VFAlexander Duyck1-4/+89
2012-08-31e1000e: update driver version numberBruce Allan1-1/+1
2012-08-31e1000e: cleanup - remove unnecessary variableBruce Allan1-3/+2
2012-08-31e1000e: cleanup - remove inapplicable commentBruce Allan1-1/+1
2012-08-31e1000e: cleanup strict checkpatch checkBruce Allan1-1/+2
2012-08-31e1000e: cleanup strict checkpatch MEMORY_BARRIER checksBruce Allan1-1/+9
2012-08-31e1000e: use correct type for read of 32-bit registerBruce Allan1-2/+2