summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: keep original skb which only needs header checking during software GSOJason Wang2014-09-221-3/+5
* net: dsa: add {get, set}_wol callbacks to slave devicesFlorian Fainelli2014-09-221-0/+23
* net: dsa: allow switch drivers to implement suspend/resume hooksFlorian Fainelli2014-09-223-0/+113
* udp_tunnel: Only build ip6_udp_tunnel.c when IPV6 is selectedAndy Zhou2014-09-201-1/+4
* gre: Setup and TX path for gre/UDP foo-over-udp encapsulationTom Herbert2014-09-191-5/+85
* ipip: Setup and TX path for ipip/UDP foo-over-udp encapsulationTom Herbert2014-09-191-1/+77
* sit: Setup and TX path for sit/UDP foo-over-udp encapsulationTom Herbert2014-09-191-10/+97
* net: Changes to ip_tunnel to support foo-over-udp encapsulationTom Herbert2014-09-191-1/+90
* fou: Add GRO supportTom Herbert2014-09-192-1/+93
* fou: Support for foo-over-udp RX pathTom Herbert2014-09-193-0/+290
* net: Export inet_offloads and inet6_offloadsTom Herbert2014-09-192-0/+2
* net: sched: cls_u32: rcu can not be last nodeJohn Fastabend2014-09-191-1/+4
* net: sched: use __skb_queue_head_init() where applicableEric Dumazet2014-09-192-2/+2
* net: dsa: allow switch drivers to specify phy_device::dev_flagsFlorian Fainelli2014-09-191-1/+8
* net: add alloc_skb_with_frags() helperEric Dumazet2014-09-192-63/+93
* tcp: do not fake tcp headers in tcp_send_rcvq()Eric Dumazet2014-09-191-9/+4Star
* l2tp: Refactor l2tp core driver to make use of the common UDP tunnel functionsAndy Zhou2014-09-191-14/+10Star
* udp-tunnel: Add a few more UDP tunnel APIsAndy Zhou2014-09-192-1/+94
* udp_tunnel: Seperate ipv6 functions into its own file.Andy Zhou2014-09-193-64/+85
* net: sched: cls_cgroup need tcf_exts_init in all casesJohn Fastabend2014-09-161-4/+3Star
* Merge branch 'net_next_ovs' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2014-09-1610-126/+402
|\
| * openvswitch: Add recirc and hash action.Andy Zhou2014-09-166-12/+262
| * openvswitch: simplify sample action implementationAndy Zhou2014-09-161-24/+18Star
| * openvswitch: Use tun_key only for egress tunnel path.Pravin B Shelar2014-09-168-47/+50
| * openvswitch: refactor ovs flow extract API.Pravin B Shelar2014-09-167-41/+71
| * openvswitch: Remove pkt_key from OVS_CBPravin B Shelar2014-09-163-17/+16Star
* | net: sched: cls_fw: add missing tcf_exts_init call in fw_change()John Fastabend2014-09-161-0/+2
* | net: sched: cls_cgroup fix possible memory leak of 'new'John Fastabend2014-09-161-4/+9
* | net: sched: cls_u32 add missing rcu_assign_pointer and annotationJohn Fastabend2014-09-161-3/+4
* | net: sched: fix unsued cpu variableJohn Fastabend2014-09-161-3/+4
* | net_sched: fix a null pointer dereference in tcindex_set_parms()WANG Cong2014-09-161-1/+1
* | net_sched: fix memory leak in cls_tcindexWANG Cong2014-09-161-7/+10
|/
* 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/+1Star
* 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/+9Star
* 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/+2Star
* tcp: allow segment with FIN in tcp_try_coalesce()Eric Dumazet2014-09-152-4/+3Star
* 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/+2Star
* net: dsa: change tag_protocol to an enumFlorian Fainelli2014-09-132-5/+4Star
* 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/+5Star
* ipv6: drop some rcu_read_lock in mcastWANG Cong2014-09-131-13/+4Star
* ipv6: drop ipv6_sk_mc_lock in mcastWANG Cong2014-09-131-16/+2Star