summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-01-10tcp: metrics: rename tcpm_addr to tcpm_daddrChristoph Paasch1-36/+36
2014-01-10Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller36-880/+2449
2014-01-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller3-0/+365
2014-01-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville36-880/+2449
2014-01-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller18-277/+547
2014-01-09netfilter: nf_tables: fix error path in the init functionsPablo Neira Ayuso3-3/+21
2014-01-09netfilter: introduce l2tp match extensionJames Chapman3-0/+365
2014-01-09ip_tunnel: fix sparse non static symbol warningWei Yongjun1-1/+1
2014-01-09openvswitch: Use kmem_cache_free() instead of kfree()Wei Yongjun1-1/+1
2014-01-09netfilter: nf_tables: rename nft_do_chain_pktinfo() to nft_do_chain()Patrick McHardy9-10/+10
2014-01-09netfilter: nf_tables: prohibit deletion of a table with existing setsPatrick McHardy1-1/+1
2014-01-09netfilter: nf_tables: take AF module reference when creating a tablePatrick McHardy1-1/+7
2014-01-09netfilter: nf_tables: perform flags validation before table allocationPatrick McHardy1-13/+9
2014-01-09netfilter: nf_tables: minor nf_chain_type cleanupsPatrick McHardy10-28/+28
2014-01-09netfilter: nf_tables: constify chain type definitions and pointersPatrick McHardy10-16/+16
2014-01-09netfilter: nf_tables: replay request after dropping locks to load chain typePatrick McHardy1-4/+8
2014-01-09netfilter: nf_tables: add missing module references to chain typesPatrick McHardy5-0/+5
2014-01-09netfilter: nf_tables: fix chain type module reference handlingPatrick McHardy1-21/+24
2014-01-09netfilter: nf_tables: fix check for table overflowPatrick McHardy1-3/+3
2014-01-09netfilter: nf_tables: restore chain change atomicityPatrick McHardy1-22/+21
2014-01-09netfilter: nf_tables: split chain policy validation from actually setting itPatrick McHardy1-36/+20
2014-01-09netfilter: nft_meta: fix lack of validation of the input registerPablo Neira Ayuso1-0/+3
2014-01-09netfilter: nft_ct: Add support to set the connmarkKristian Evensen1-30/+134
2014-01-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller7-10/+18
2014-01-08Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville13-797/+1941
2014-01-07net: xfrm: xfrm_policy: silence compiler warningYing Xue1-0/+2
2014-01-07tipc: make link start event synchronousJon Paul Maloy3-13/+7
2014-01-07tipc: introduce new spinlock to protect struct link_reqYing Xue1-2/+9
2014-01-07tipc: remove 'has_redundant_link' flag from STATE link protocol messagesJon Paul Maloy2-11/+1
2014-01-07tipc: rename functions related to link failover and improve commentsJon Paul Maloy5-38/+56
2014-01-07net: xfrm: xfrm_policy: fix inline not at beginning of declarationDaniel Borkmann1-6/+6
2014-01-07netfilter: nft_ct: load both IPv4 and IPv6 conntrack modules for NFPROTO_INETPatrick McHardy1-3/+36
2014-01-07netfilter: nft_meta: add l4proto supportPatrick McHardy1-0/+4
2014-01-07netfilter: nf_tables: add nfproto support to meta expressionPatrick McHardy1-0/+4
2014-01-07netfilter: nf_tables: add "inet" table for IPv4/IPv6Patrick McHardy5-2/+110
2014-01-07netfilter: nf_tables: add support for multi family tablesPatrick McHardy6-24/+37
2014-01-07netfilter: nf_tables: add hook ops to struct nft_pktinfoPatrick McHardy3-5/+5
2014-01-07netfilter: nf_tables: make chain types override the default AF functionsPatrick McHardy5-96/+81
2014-01-07netfilter: nft_reject: fix compilation warning if NF_TABLES_IPV6 is disabledPablo Neira Ayuso1-1/+2
2014-01-07net-gre-gro: Add GRE support to the GRO stackJerry Chu5-6/+199
2014-01-07net: Do not enable tx-nocache-copy by defaultBenjamin Poirier1-5/+0
2014-01-07ipv4: loopback device: ignore value changes after device is uppedJiri Pirko1-0/+2
2014-01-07IPv6: add the option to use anycast addresses as source addresses in echo replyFX Le Bail2-1/+11
2014-01-07Bluetooth: Fix 6loWPAN peer lookupClaudio Takahasi1-2/+2
2014-01-07Bluetooth: Fix setting Universal/Local bitClaudio Takahasi1-1/+1
2014-01-06gre_offload: statically build GRE offloading supportEric Dumazet3-13/+7
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller14-212/+463
2014-01-06ovs: make functions localStephen Hemminger4-6/+7
2014-01-06openvswitch: Compute checksum in skb_gso_segment() if neededThomas Graf1-1/+1
2014-01-06openvswitch: Use skb_zerocopy() for upcallThomas Graf1-8/+29