summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2014-09-19udp_tunnel: Seperate ipv6 functions into its own file.Andy Zhou
2014-09-16net: sched: cls_cgroup need tcf_exts_init in all casesJohn Fastabend
2014-09-16Merge branch 'net_next_ovs' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2014-09-16net: sched: cls_fw: add missing tcf_exts_init call in fw_change()John Fastabend
2014-09-16net: sched: cls_cgroup fix possible memory leak of 'new'John Fastabend
2014-09-16net: sched: cls_u32 add missing rcu_assign_pointer and annotationJohn Fastabend
2014-09-16net: sched: fix unsued cpu variableJohn Fastabend
2014-09-16net_sched: fix a null pointer dereference in tcindex_set_parms()WANG Cong
2014-09-16net_sched: fix memory leak in cls_tcindexWANG Cong
2014-09-15openvswitch: Add recirc and hash action.Andy Zhou
2014-09-15openvswitch: simplify sample action implementationAndy Zhou
2014-09-15openvswitch: Use tun_key only for egress tunnel path.Pravin B Shelar
2014-09-15openvswitch: refactor ovs flow extract API.Pravin B Shelar
2014-09-15openvswitch: Remove pkt_key from OVS_CBPravin B Shelar
2014-09-15net: dsa: fix mii_bus to host_dev replacementFlorian Fainelli
2014-09-15net_sched: use tcindex_filter_result_init()WANG Cong
2014-09-15net_sched: fix suspicious RCU usage in tcindex_classify()WANG Cong
2014-09-15net_sched: fix an allocation bug in tcindex_set_parms()WANG Cong
2014-09-15net_sched: fix suspicious RCU usage in cls_bpf_classify()WANG Cong
2014-09-15dsa: Replace mii_bus with a generic host deviceAlexander Duyck
2014-09-15dsa: Split ops up, and avoid assigning tag_protocol and receive separatelyAlexander Duyck
2014-09-15tcp: do not copy headers in tcp_collapse()Eric Dumazet
2014-09-15tcp: allow segment with FIN in tcp_try_coalesce()Eric Dumazet
2014-09-15tcp: use TCP_SKB_CB(skb)->tcp_flags in input pathEric Dumazet
2014-09-13net: bpf: correctly handle errors in sk_attach_filter()Sasha Levin
2014-09-13net: filter: constify detection of pkt_type_offsetHannes Frederic Sowa
2014-09-13net: dsa: change tag_protocol to an enumFlorian Fainelli
2014-09-13ipv6: exit early in addrconf_notify() if IPv6 is disabledWANG Cong
2014-09-13ipv6: refactor ipv6_dev_mc_inc()WANG Cong
2014-09-13ipv6: update the comment in mcast.cWANG Cong
2014-09-13ipv6: drop some rcu_read_lock in mcastWANG Cong
2014-09-13ipv6: drop ipv6_sk_mc_lock in mcastWANG Cong
2014-09-13ipv6: refactor __ipv6_dev_ac_inc()WANG Cong
2014-09-13ipv6: clean up ipv6_dev_ac_inc()WANG Cong
2014-09-13ipv6: remove ipv6_sk_ac_lockWANG Cong
2014-09-13ipv6: drop useless rcu_read_lock() in anycastWANG Cong
2014-09-13net: sched: rcu'ify cls_bpfJohn Fastabend
2014-09-13net: sched: rcu'ify cls_rsvpJohn Fastabend
2014-09-13net: sched: make cls_u32 locklessJohn Fastabend
2014-09-13net: sched: make cls_u32 per cpuJohn Fastabend
2014-09-13net: sched: RCU cls_tcindexJohn Fastabend
2014-09-13net: sched: RCU cls_routeJohn Fastabend
2014-09-13net: sched: fw use RCUJohn Fastabend
2014-09-13net: sched: cls_flow use RCUJohn Fastabend
2014-09-13net: sched: cls_cgroup use RCUJohn Fastabend
2014-09-13net: sched: cls_basic use RCUJohn Fastabend
2014-09-13net: rcu-ify tcf_protoJohn Fastabend
2014-09-13net: qdisc: use rcu prefix and silence sparse warningsJohn Fastabend
2014-09-12udp: Fix inverted NAPI_GRO_CB(skb)->flush testScott Wood
2014-09-12mac80211: Resolve sk_refcnt/sk_wmem_alloc issue in wifi ack pathAlexander Duyck