aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-01net/dccp/proto.c: add __init to dccp_mib_initFabian Frederick1-1/+1
2014-10-01net: cleanup and document skb fclone layoutEric Dumazet3-28/+22
2014-10-01tcp: abort orphan sockets stalling on zero window probesYuchung Cheng2-21/+22
2014-10-01cipso: add __init to cipso_v4_cache_initFabian Frederick1-1/+1
2014-10-01inet: frags: add __init to ip4_frags_ctl_registerFabian Frederick1-2/+2
2014-10-01tcp: add __init to tcp_init_memFabian Frederick1-1/+1
2014-10-01net: dsa: Fix build warning for !PM_SLEEPThierry Reding1-0/+2
2014-10-01ipv4: mentions skb_gro_postpull_rcsum() in inet_gro_receive()Eric Dumazet1-0/+3
2014-10-01ieee802154: fix __init functionsFabian Frederick1-2/+2
2014-09-30tcp: Change tcp_slow_start function to return voidLi RongQing1-3/+1
2014-09-30ieee802154: add __init to lowpan_frags_sysctl_registerFabian Frederick1-2/+2
2014-09-30irda: add __init to irlan_openFabian Frederick1-2/+2
2014-09-30netfilter: bridge: build br_nf_core only if requiredFlorian Westphal2-3/+4
2014-09-30net: sched: enable per cpu qstatsJohn Fastabend15-23/+74
2014-09-30net: sched: restrict use of qstats qlenJohn Fastabend15-33/+30
2014-09-30net: sched: implement qstat helper routinesJohn Fastabend24-75/+75
2014-09-30net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend17-50/+132
2014-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller59-480/+1428
2014-09-29tcp: change TCP_ECN prefixes to lower caseFlorian Westphal3-31/+34
2014-09-29tcp: move TCP_ECN_create_request out of headerFlorian Westphal1-1/+35
2014-09-29tcp: remove unnecessary assignment.Li RongQing1-1/+1
2014-09-29net: reorganize sk_buff for faster __copy_skb_header()Eric Dumazet1-39/+41
2014-09-29netfilter: conntrack: disable generic tracking for known protocolsFlorian Westphal1-1/+25
2014-09-29netfilter: nf_tables: store and dump set policyArturo Borrero1-0/+6
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-26netfilter: bridge: move br_netfilter out of the corePablo Neira Ayuso11-94/+141