summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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/+21Star
* netfilter: nf_tables: split chain policy validation from actually setting itPatrick McHardy2014-01-091-36/+20Star
* 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/+81Star
* netfilter: nft_reject: fix compilation warning if NF_TABLES_IPV6 is disabledPablo Neira Ayuso2014-01-071-1/+2
* net: Do not enable tx-nocache-copy by defaultBenjamin Poirier2014-01-071-5/+0Star
* 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/+7Star
* 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/+14Star
| * 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/+0Star
| * net: ovs: use kfree_rcu instead of rcu_free_{sw_flow_mask_cb,acts_callback}Daniel Borkmann2014-01-072-17/+2Star
| * openvswitch: Per cpu flow stats.Pravin B Shelar2014-01-077-55/+210
| * openvswitch: Enable memory mapped Netlink i/oThomas Graf2014-01-071-27/+29
| * netlink: Avoid netlink mmap alloc if msg size exceeds frame sizeThomas Graf2014-01-071-0/+4
| * genl: Add genlmsg_new_unicast() for unicast message allocationThomas Graf2014-01-071-0/+21
| * openvswitch: Silence RCU lockdep checks from flow lookup.Jesse Gross2014-01-073-3/+4
| * openvswitch: Change ovs_flow_tbl_lookup_xx() APIsAndy Zhou2014-01-073-14/+16
| * openvswitch: Shrink sw_flow_mask by 8 bytes (64-bit) or 4 bytes (32-bit).Ben Pfaff2014-01-071-2/+2
| * openvswitch: Correct comment.Ben Pfaff2014-01-071-5/+1Star
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-0654-338/+499
|\ \
| * | bridge: use spin_lock_bh() in br_multicast_set_hash_maxCurt Brune2014-01-061-2/+2
| * | ipv6: don't install anycast address for /128 addresses on routersHannes Frederic Sowa2014-01-061-2/+2
| * | net: 6lowpan: fix lowpan_header_create non-compression memcpy callDaniel Borkmann2014-01-061-1/+1
| * | netpoll: Fix missing TXQ unlock and and OOPS.David S. Miller2014-01-031-2/+9
| * | ipv6: fix the use of pcpu_tstats in ip6_vti.cLi RongQing2014-01-031-21/+3Star
| * | ipv6: fix the use of pcpu_tstats in ip6_tunnelLi RongQing2014-01-031-5/+16
| * | ipv6 addrconf: fix preferred lifetime state-changing behavior while valid_lft...Yasushi Asano2014-01-031-3/+10
| * | net: llc: fix use after free in llc_ui_recvmsgDaniel Borkmann2014-01-031-2/+3
| * | ipv4: fix tunneled VM traffic over hw VXLAN/GRE GSO NICWei-Chun Chao2014-01-033-23/+31
| * | sctp: Remove outqueue empty stateVlad Yasevich2014-01-021-25/+7Star
| * | ipv6: fix the use of pcpu_tstats in sitLi RongQing2014-01-021-0/+2
| * | vlan: Fix header ops passthru when doing TX VLAN offload.David S. Miller2013-12-312-2/+19