summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-09-22ipv4: do not use this_cpu_ptr() in preemptible contextEric Dumazet
2014-09-22net: sched: fix compile warning in cls_u32Eric Dumazet
2014-09-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2014-09-22tcp: avoid possible arithmetic overflowsEric Dumazet
2014-09-22ipv6: mld: answer mldv2 queries with mldv1 reports in mldv1 fallbackDaniel Borkmann
2014-09-22net: sched: cls_u32 changes to knode must appear atomic to readersJohn Fastabend
2014-09-22net: cls_u32: fix missed pcpu_success free_percpuJohn Fastabend
2014-09-22udp: Need to make ip6_udp_tunnel.c have GPL licenseTom Herbert
2014-09-22net: keep original skb which only needs header checking during software GSOJason Wang
2014-09-22net: dsa: add {get, set}_wol callbacks to slave devicesFlorian Fainelli
2014-09-22net: dsa: allow switch drivers to implement suspend/resume hooksFlorian Fainelli
2014-09-22net: sched: shrink struct qdisc_skb_cb to 28 bytesEric Dumazet
2014-09-19udp_tunnel: Only build ip6_udp_tunnel.c when IPV6 is selectedAndy Zhou
2014-09-19openvswitch: restore OVS_FLOW_CMD_NEW notificationsSamuel Gauthier
2014-09-19gre: Setup and TX path for gre/UDP foo-over-udp encapsulationTom Herbert
2014-09-19ipip: Setup and TX path for ipip/UDP foo-over-udp encapsulationTom Herbert
2014-09-19sit: Setup and TX path for sit/UDP foo-over-udp encapsulationTom Herbert
2014-09-19net: Changes to ip_tunnel to support foo-over-udp encapsulationTom Herbert
2014-09-19fou: Add GRO supportTom Herbert
2014-09-19fou: Support for foo-over-udp RX pathTom Herbert
2014-09-19net: Export inet_offloads and inet6_offloadsTom Herbert
2014-09-19net: sched: cls_u32: rcu can not be last nodeJohn Fastabend
2014-09-19Merge tag 'master-2014-09-16' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller
2014-09-19net: sched: use __skb_queue_head_init() where applicableEric Dumazet
2014-09-19net: dsa: allow switch drivers to specify phy_device::dev_flagsFlorian Fainelli
2014-09-19net: add alloc_skb_with_frags() helperEric Dumazet
2014-09-19tcp: do not fake tcp headers in tcp_send_rcvq()Eric Dumazet
2014-09-19l2tp: Refactor l2tp core driver to make use of the common UDP tunnel functionsAndy Zhou
2014-09-19udp-tunnel: Add a few more UDP tunnel APIsAndy Zhou
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: rfkill: gpio: Enable module auto-loading for ACPI based switchesMarcel Holtmann
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-16xfrm: Generate queueing routes only from route lookup functionsSteffen Klassert
2014-09-16xfrm: Generate blackhole routes only from route lookup functionsSteffen Klassert
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