summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* openvswitch: Remove pkt_key from OVS_CBPravin B Shelar2014-09-153-17/+16
* net: dsa: fix mii_bus to host_dev replacementFlorian Fainelli2014-09-151-1/+1
* net_sched: use tcindex_filter_result_init()WANG Cong2014-09-151-4/+1
* net_sched: fix suspicious RCU usage in tcindex_classify()WANG Cong2014-09-151-1/+1
* net_sched: fix an allocation bug in tcindex_set_parms()WANG Cong2014-09-151-1/+1
* net_sched: fix suspicious RCU usage in cls_bpf_classify()WANG Cong2014-09-151-1/+1
* dsa: Replace mii_bus with a generic host deviceAlexander Duyck2014-09-152-17/+9
* dsa: Split ops up, and avoid assigning tag_protocol and receive separatelyAlexander Duyck2014-09-157-31/+53
* tcp: do not copy headers in tcp_collapse()Eric Dumazet2014-09-151-15/+2
* tcp: allow segment with FIN in tcp_try_coalesce()Eric Dumazet2014-09-152-4/+3
* tcp: use TCP_SKB_CB(skb)->tcp_flags in input pathEric Dumazet2014-09-154-13/+17
* net: bpf: correctly handle errors in sk_attach_filter()Sasha Levin2014-09-131-2/+2
* net: filter: constify detection of pkt_type_offsetHannes Frederic Sowa2014-09-131-29/+2
* net: dsa: change tag_protocol to an enumFlorian Fainelli2014-09-132-5/+4
* ipv6: exit early in addrconf_notify() if IPv6 is disabledWANG Cong2014-09-131-0/+3
* ipv6: refactor ipv6_dev_mc_inc()WANG Cong2014-09-131-33/+49
* ipv6: update the comment in mcast.cWANG Cong2014-09-131-7/+5
* ipv6: drop some rcu_read_lock in mcastWANG Cong2014-09-131-13/+4
* ipv6: drop ipv6_sk_mc_lock in mcastWANG Cong2014-09-131-16/+2
* ipv6: refactor __ipv6_dev_ac_inc()WANG Cong2014-09-131-23/+39
* ipv6: clean up ipv6_dev_ac_inc()WANG Cong2014-09-132-10/+5
* ipv6: remove ipv6_sk_ac_lockWANG Cong2014-09-131-14/+3
* ipv6: drop useless rcu_read_lock() in anycastWANG Cong2014-09-132-18/+14
* net: sched: rcu'ify cls_bpfJohn Fastabend2014-09-131-47/+47
* net: sched: rcu'ify cls_rsvpJohn Fastabend2014-09-131-70/+90
* net: sched: make cls_u32 locklessJohn Fastabend2014-09-131-73/+110
* net: sched: make cls_u32 per cpuJohn Fastabend2014-09-131-16/+59
* net: sched: RCU cls_tcindexJohn Fastabend2014-09-131-94/+154
* net: sched: RCU cls_routeJohn Fastabend2014-09-131-94/+132
* net: sched: fw use RCUJohn Fastabend2014-09-131-34/+77
* net: sched: cls_flow use RCUJohn Fastabend2014-09-131-61/+84
* net: sched: cls_cgroup use RCUJohn Fastabend2014-09-131-24/+39
* net: sched: cls_basic use RCUJohn Fastabend2014-09-131-35/+45
* net: rcu-ify tcf_protoJohn Fastabend2014-09-1316-84/+116
* net: qdisc: use rcu prefix and silence sparse warningsJohn Fastabend2014-09-134-11/+63
* udp: Fix inverted NAPI_GRO_CB(skb)->flush testScott Wood2014-09-122-2/+2
* mac80211: Resolve sk_refcnt/sk_wmem_alloc issue in wifi ack pathAlexander Duyck2014-09-122-11/+9
* skb: Add documentation for skb_clone_skAlexander Duyck2014-09-121-0/+13
* tipc: fix sparse warningsErik Hugne2014-09-101-3/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-09-1036-1069/+1608
|\
| * netfilter: nf_tables: add new nft_masq expressionArturo Borrero2014-09-099-0/+261
| * netfilter: nf_nat: generalize IPv6 masquerading support for nf_tablesArturo Borrero2014-09-094-71/+133
| * netfilter: nf_nat: generalize IPv4 masquerading support for nf_tablesArturo Borrero2014-09-094-99/+170
| * netfilter: ebtables: create audit records for replacesNicolas Dichtel2014-09-091-0/+15
| * netfilter: nft_nat: include a flag attributeArturo Borrero2014-09-091-0/+16
| * netfilter: nf_tables: extend NFT_MSG_DELTABLE to support flushing the rulesetArturo Borrero2014-09-091-4/+68
| * netfilter: nf_tables: add helpers to schedule objects deletionArturo Borrero2014-09-091-169/+194
| * netfilter: xt_string: Remove unnecessary initialization of struct ts_stateBojan Prtvar2014-09-091-1/+0
| * ipvs: reduce stack usage for sockopt dataJulian Anastasov2014-09-091-50/+61
| * netfilter: nf_tables: add devgroup support in meta expresionAna Rey2014-09-091-0/+12