summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2014-01-1018-277/+547
|\
| * netfilter: nf_tables: fix error path in the init functionsPablo Neira Ayuso2014-01-093-3/+21
| * netfilter: nf_tables: rename nft_do_chain_pktinfo() to nft_do_chain()Patrick McHardy2014-01-099-10/+10
| * netfilter: nf_tables: prohibit deletion of a table with existing setsPatrick McHardy2014-01-091-1/+1
| * netfilter: nf_tables: take AF module reference when creating a tablePatrick McHardy2014-01-091-1/+7
| * netfilter: nf_tables: perform flags validation before table allocationPatrick McHardy2014-01-091-13/+9
| * netfilter: nf_tables: minor nf_chain_type cleanupsPatrick McHardy2014-01-0910-28/+28
| * netfilter: nf_tables: constify chain type definitions and pointersPatrick McHardy2014-01-0910-16/+16
| * netfilter: nf_tables: replay request after dropping locks to load chain typePatrick McHardy2014-01-091-4/+8
| * netfilter: nf_tables: add missing module references to chain typesPatrick McHardy2014-01-095-0/+5
| * netfilter: nf_tables: fix chain type module reference handlingPatrick McHardy2014-01-091-21/+24
| * netfilter: nf_tables: fix check for table overflowPatrick McHardy2014-01-091-3/+3
| * netfilter: nf_tables: restore chain change atomicityPatrick McHardy2014-01-091-22/+21
| * netfilter: nf_tables: split chain policy validation from actually setting itPatrick McHardy2014-01-091-36/+20
| * netfilter: nft_meta: fix lack of validation of the input registerPablo Neira Ayuso2014-01-091-0/+3
| * netfilter: nft_ct: Add support to set the connmarkKristian Evensen2014-01-091-30/+134
| * netfilter: nft_ct: load both IPv4 and IPv6 conntrack modules for NFPROTO_INETPatrick McHardy2014-01-071-3/+36
| * netfilter: nft_meta: add l4proto supportPatrick McHardy2014-01-071-0/+4
| * netfilter: nf_tables: add nfproto support to meta expressionPatrick McHardy2014-01-071-0/+4
| * netfilter: nf_tables: add "inet" table for IPv4/IPv6Patrick McHardy2014-01-075-2/+110
| * netfilter: nf_tables: add support for multi family tablesPatrick McHardy2014-01-076-24/+37
| * netfilter: nf_tables: add hook ops to struct nft_pktinfoPatrick McHardy2014-01-073-5/+5
| * netfilter: nf_tables: make chain types override the default AF functionsPatrick McHardy2014-01-075-96/+81
| * netfilter: nft_reject: fix compilation warning if NF_TABLES_IPV6 is disabledPablo Neira Ayuso2014-01-071-1/+2
* | ip_tunnel: fix sparse non static symbol warningWei Yongjun2014-01-091-1/+1
* | openvswitch: Use kmem_cache_free() instead of kfree()Wei Yongjun2014-01-091-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2014-01-087-10/+18
|\ \
| * | netfilter: nf_conntrack_dccp: fix skb_header_pointer API usagesDaniel Borkmann2014-01-061-3/+3
| * | netfilter: nf_conntrack_dccp: use %s format string for bufferDaniel Borkmann2014-01-061-2/+2
| * | Revert "netfilter: avoid get_random_bytes calls"Pablo Neira Ayuso2014-01-066-5/+13
* | | net: xfrm: xfrm_policy: silence compiler warningYing Xue2014-01-081-0/+2
* | | tipc: make link start event synchronousJon Paul Maloy2014-01-083-13/+7
* | | tipc: introduce new spinlock to protect struct link_reqYing Xue2014-01-081-2/+9
* | | tipc: remove 'has_redundant_link' flag from STATE link protocol messagesJon Paul Maloy2014-01-082-11/+1
* | | tipc: rename functions related to link failover and improve commentsJon Paul Maloy2014-01-085-38/+56
* | | net: xfrm: xfrm_policy: fix inline not at beginning of declarationDaniel Borkmann2014-01-081-6/+6
* | | net-gre-gro: Add GRE support to the GRO stackJerry Chu2014-01-075-6/+199
| |/ |/|
* | net: Do not enable tx-nocache-copy by defaultBenjamin Poirier2014-01-071-5/+0
* | ipv4: loopback device: ignore value changes after device is uppedJiri Pirko2014-01-071-0/+2
* | IPv6: add the option to use anycast addresses as source addresses in echo replyFX Le Bail2014-01-072-1/+11
* | gre_offload: statically build GRE offloading supportEric Dumazet2014-01-073-13/+7
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller2014-01-0714-212/+463
|\ \
| * | ovs: make functions localStephen Hemminger2014-01-074-6/+7
| * | openvswitch: Compute checksum in skb_gso_segment() if neededThomas Graf2014-01-071-1/+1
| * | openvswitch: Use skb_zerocopy() for upcallThomas Graf2014-01-071-8/+29
| * | openvswitch: Pass datapath into userspace queue functionsThomas Graf2014-01-071-20/+14
| * | openvswitch: Drop user features if old user space attempted to create datapathThomas Graf2014-01-071-0/+21
| * | openvswitch: Allow user space to announce ability to accept unaligned Netlink...Thomas Graf2014-01-072-0/+16
| * | net: Export skb_zerocopy() to zerocopy from one skb to anotherThomas Graf2014-01-072-55/+89
| * | openvswitch: remove duplicated include from flow_table.cWei Yongjun2014-01-071-2/+0