summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-10-02Bluetooth: Fix lockdep warning with l2cap_chan_connectJohan Hedberg1-5/+8
2014-10-02net: pktgen: packet bursting via skb->xmit_moreAlexei Starovoitov1-2/+24
2014-10-02net: bridge: add a br_set_state helper functionFlorian Fainelli6-11/+17
2014-10-02net_sched: avoid calling tcf_unbind_filter() in call_rcu callbackWANG Cong1-4/+6
2014-10-02net_sched: fix another crash in cls_tcindexWANG Cong1-3/+9
2014-10-02gre: Set inner protocol in v4 and v6 GRE transmitTom Herbert2-2/+8
2014-10-02ipip: Set inner IP protocol in ipipTom Herbert1-0/+2
2014-10-02sit: Set inner IP protocol in sitTom Herbert1-0/+4
2014-10-02udp: Generalize skb_udp_segmentTom Herbert2-6/+47
2014-10-02net: avoid one atomic operation in skb_clone()Eric Dumazet1-6/+17
2014-10-02net/dccp/ccid.c: add __init to ccid_activateFabian Frederick1-1/+1
2014-10-02net/dccp/proto.c: add __init to dccp_mib_initFabian Frederick1-1/+1
2014-10-02net: cleanup and document skb fclone layoutEric Dumazet3-28/+22
2014-10-02tcp: 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-10-01Merge branch 'bugfixes' into linux-nextTrond Myklebust1-0/+3
2014-10-01tcp: Change tcp_slow_start function to return voidLi RongQing1-3/+1
2014-10-01ieee802154: add __init to lowpan_frags_sysctl_registerFabian Frederick1-2/+2
2014-10-01irda: add __init to irlan_openFabian Frederick1-2/+2
2014-09-30netfilter: bridge: build br_nf_core only if requiredFlorian Westphal2-3/+4
2014-09-30ipv6: remove rt6i_genidHannes Frederic Sowa4-5/+29
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-29ematch: Fix matching of inverted containers.Ignacy Gawędzki1-2/+4
2014-09-29gro: fix aggregation for skb using frag_listEric Dumazet1-0/+3
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-29svcrdma: advertise the correct max payloadSteve Wise2-1/+8
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-29Bluetooth: 6lowpan: Enable multicast supportJukka Rissanen1-1/+2
2014-09-29Bluetooth: 6lowpan: Ensure header compression does not corrupt IPv6 headerJukka Rissanen1-52/+83
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-29Bluetooth: 6lowpan: Make sure skb exists before accessing itJukka Rissanen1-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-29net_sched: fix another regression in cls_tcindexWANG Cong1-1/+1