aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller19-161/+276
2014-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds17-40/+133
2014-09-22ipv4: do not use this_cpu_ptr() in preemptible contextEric Dumazet1-3/+3
2014-09-22net: sched: fix compile warning in cls_u32Eric Dumazet1-1/+1
2014-09-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller3-13/+45
2014-09-22tcp: avoid possible arithmetic overflowsEric Dumazet4-14/+14
2014-09-22ipv6: mld: answer mldv2 queries with mldv1 reports in mldv1 fallbackDaniel Borkmann1-10/+31
2014-09-22net: sched: cls_u32 changes to knode must appear atomic to readersJohn Fastabend1-9/+126
2014-09-22net: cls_u32: fix missed pcpu_success free_percpuJohn Fastabend1-0/+13
2014-09-22udp: Need to make ip6_udp_tunnel.c have GPL licenseTom Herbert1-0/+2
2014-09-22net: keep original skb which only needs header checking during software GSOJason Wang1-3/+5
2014-09-22net: dsa: add {get, set}_wol callbacks to slave devicesFlorian Fainelli1-0/+23
2014-09-22net: dsa: allow switch drivers to implement suspend/resume hooksFlorian Fainelli3-0/+113
2014-09-22net: sched: shrink struct qdisc_skb_cb to 28 bytesEric Dumazet1-4/+14
2014-09-19udp_tunnel: Only build ip6_udp_tunnel.c when IPV6 is selectedAndy Zhou1-1/+4
2014-09-19openvswitch: restore OVS_FLOW_CMD_NEW notificationsSamuel Gauthier1-4/+5
2014-09-19gre: Setup and TX path for gre/UDP foo-over-udp encapsulationTom Herbert1-5/+85
2014-09-19ipip: Setup and TX path for ipip/UDP foo-over-udp encapsulationTom Herbert1-1/+77
2014-09-19sit: Setup and TX path for sit/UDP foo-over-udp encapsulationTom Herbert1-10/+97
2014-09-19net: Changes to ip_tunnel to support foo-over-udp encapsulationTom Herbert1-1/+90
2014-09-19fou: Add GRO supportTom Herbert2-1/+93
2014-09-19fou: Support for foo-over-udp RX pathTom Herbert3-0/+290
2014-09-19net: Export inet_offloads and inet6_offloadsTom Herbert2-0/+2
2014-09-19net: sched: cls_u32: rcu can not be last nodeJohn Fastabend1-1/+4
2014-09-19Merge tag 'master-2014-09-16' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessDavid S. Miller1-0/+1
2014-09-19net: sched: use __skb_queue_head_init() where applicableEric Dumazet2-2/+2
2014-09-19net: dsa: allow switch drivers to specify phy_device::dev_flagsFlorian Fainelli1-1/+8
2014-09-19net: add alloc_skb_with_frags() helperEric Dumazet2-63/+93
2014-09-19tcp: do not fake tcp headers in tcp_send_rcvq()Eric Dumazet1-9/+4
2014-09-19l2tp: Refactor l2tp core driver to make use of the common UDP tunnel functionsAndy Zhou1-14/+10
2014-09-19udp-tunnel: Add a few more UDP tunnel APIsAndy Zhou2-1/+94
2014-09-19udp_tunnel: Seperate ipv6 functions into its own file.Andy Zhou3-64/+85
2014-09-16net: sched: cls_cgroup need tcf_exts_init in all casesJohn Fastabend1-4/+3
2014-09-16Merge branch 'net_next_ovs' of git://git.kernel.org/pub/scm/linux/kernel/git/pshelar/openvswitchDavid S. Miller10-126/+402
2014-09-16net: rfkill: gpio: Enable module auto-loading for ACPI based switchesMarcel Holtmann1-0/+1
2014-09-16net: sched: cls_fw: add missing tcf_exts_init call in fw_change()John Fastabend1-0/+2
2014-09-16net: sched: cls_cgroup fix possible memory leak of 'new'John Fastabend1-4/+9
2014-09-16net: sched: cls_u32 add missing rcu_assign_pointer and annotationJohn Fastabend1-3/+4
2014-09-16net: sched: fix unsued cpu variableJohn Fastabend1-3/+4
2014-09-16net_sched: fix a null pointer dereference in tcindex_set_parms()WANG Cong1-1/+1
2014-09-16net_sched: fix memory leak in cls_tcindexWANG Cong1-7/+10
2014-09-16xfrm: Generate queueing routes only from route lookup functionsSteffen Klassert1-8/+24
2014-09-16xfrm: Generate blackhole routes only from route lookup functionsSteffen Klassert3-6/+22
2014-09-15openvswitch: Add recirc and hash action.Andy Zhou6-12/+262
2014-09-15openvswitch: simplify sample action implementationAndy Zhou1-24/+18
2014-09-15openvswitch: Use tun_key only for egress tunnel path.Pravin B Shelar8-47/+50
2014-09-15openvswitch: refactor ovs flow extract API.Pravin B Shelar7-41/+71
2014-09-15openvswitch: Remove pkt_key from OVS_CBPravin B Shelar3-17/+16
2014-09-15net: dsa: fix mii_bus to host_dev replacementFlorian Fainelli1-1/+1
2014-09-15net_sched: use tcindex_filter_result_init()WANG Cong1-4/+1