aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-29net: tcp: add DCTCP congestion control algorithmDaniel Borkmann4-1/+371
2014-09-29net: tcp: more detailed ACK events and events for CE marked packetsFlorian Westphal2-4/+22
2014-09-29net: tcp: split ack slow/fast events from cwnd_eventFlorian Westphal2-14/+26
2014-09-29net: tcp: add flag for ca to indicate that ECN is requiredDaniel Borkmann2-8/+19
2014-09-29net: tcp: assign tcp cong_ops when tcp sk is createdFlorian Westphal3-31/+26
2014-09-29net: sched: cls_rcvp, complete rcu conversionJohn Fastabend1-3/+41
2014-09-28net_sched: fix another regression in cls_tcindexWANG Cong1-1/+1
2014-09-28net_sched: fix errno in tcindex_set_parms()WANG Cong1-3/+2
2014-09-28arp: Do not perturb drop profiles with ignored ARP packetsRick Jones1-1/+5
2014-09-28net_sched: remove the first parameter from tcf_exts_destroy()WANG Cong10-20/+20
2014-09-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller6-35/+281
2014-09-28net: dsa: allow switches driver to implement get/set EEEFlorian Fainelli1-0/+40
2014-09-28net: dsa: allow enabling and disable switch portsFlorian Fainelli1-0/+14
2014-09-28net: dsa: start and stop the PHY state machineFlorian Fainelli1-0/+6
2014-09-28tcp: use tcp_flags in tcp_data_queue()Peter Pan(潘卫平)1-3/+2
2014-09-28tcp: change tcp_skb_pcount() locationEric Dumazet3-9/+12
2014-09-28tcp: better TCP_SKB_CB layout to reduce cache line missesEric Dumazet3-7/+24
2014-09-28ipv6: add a struct inet6_skb_parm param to ipv6_opt_accepted()Eric Dumazet4-6/+7
2014-09-28ipv4: rename ip_options_echo to __ip_options_echo()Eric Dumazet3-11/+13
2014-09-26net : optimize skb_release_data()Eric Dumazet1-21/+22
2014-09-26net/openvswitch: remove dup comment in vport.hWang Sheng-Hui1-1/+0
2014-09-26net: optimise inet_proto_csum_replace4()LEROY Christophe1-7/+5
2014-09-26net: introduce __skb_header_release()Eric Dumazet3-9/+9
2014-09-26Merge tag 'master-2014-09-16' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller54-614/+1350
2014-09-26net: Change netdev_<level> logging functions to return voidJoe Perches1-27/+17
2014-09-26net: sched: use pinned timersEric Dumazet3-5/+5
2014-09-26net: Remove gso_send_check as an offload callbackTom Herbert9-112/+3
2014-09-26udp: move logic out of udp[46]_ufo_send_checkTom Herbert2-44/+33
2014-09-26tcp: move logic out of tcp_v[64]_gso_send_checkTom Herbert2-29/+47
2014-09-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-09-24Merge tag 'master-2014-09-23' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessDavid S. Miller1-1/+1
2014-09-23tcp: add coalescing attempt in tcp_ofo_queue()Eric Dumazet1-42/+47
2014-09-23icmp: add a global rate limitationEric Dumazet3-12/+88
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: rfkill: gpio: Fix clock statusLoic Poulain1-1/+1
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