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