summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2014-09-26Merge tag 'master-2014-09-16' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller
2014-09-26net: Change netdev_<level> logging functions to return voidJoe Perches
2014-09-26net: sched: use pinned timersEric Dumazet
2014-09-26net: Remove gso_send_check as an offload callbackTom Herbert
2014-09-26udp: move logic out of udp[46]_ufo_send_checkTom Herbert
2014-09-26tcp: move logic out of tcp_v[64]_gso_send_checkTom Herbert
2014-09-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-24Merge tag 'master-2014-09-23' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller
2014-09-23tcp: add coalescing attempt in tcp_ofo_queue()Eric Dumazet
2014-09-23icmp: add a global rate limitationEric Dumazet
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-23Merge 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: rfkill: gpio: Fix clock statusLoic Poulain
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-20udp_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