aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-10-01net: pktgen: packet bursting via skb->xmit_moreAlexei Starovoitov
2014-10-01net: bridge: add a br_set_state helper functionFlorian Fainelli
2014-10-01net_sched: avoid calling tcf_unbind_filter() in call_rcu callbackWANG Cong
2014-10-01net_sched: fix another crash in cls_tcindexWANG Cong
2014-10-01gre: Set inner protocol in v4 and v6 GRE transmitTom Herbert
2014-10-01ipip: Set inner IP protocol in ipipTom Herbert
2014-10-01sit: Set inner IP protocol in sitTom Herbert
2014-10-01udp: Generalize skb_udp_segmentTom Herbert
2014-10-01net: avoid one atomic operation in skb_clone()Eric Dumazet
2014-10-01net/dccp/ccid.c: add __init to ccid_activateFabian Frederick
2014-10-01net/dccp/proto.c: add __init to dccp_mib_initFabian Frederick
2014-10-01net: cleanup and document skb fclone layoutEric Dumazet
2014-10-01tcp: abort orphan sockets stalling on zero window probesYuchung Cheng
2014-10-01cipso: add __init to cipso_v4_cache_initFabian Frederick
2014-10-01inet: frags: add __init to ip4_frags_ctl_registerFabian Frederick
2014-10-01tcp: add __init to tcp_init_memFabian Frederick
2014-10-01net: dsa: Fix build warning for !PM_SLEEPThierry Reding
2014-10-01ipv4: mentions skb_gro_postpull_rcsum() in inet_gro_receive()Eric Dumazet
2014-10-01ieee802154: fix __init functionsFabian Frederick
2014-09-30tcp: Change tcp_slow_start function to return voidLi RongQing
2014-09-30ieee802154: add __init to lowpan_frags_sysctl_registerFabian Frederick
2014-09-30irda: add __init to irlan_openFabian Frederick
2014-09-30netfilter: bridge: build br_nf_core only if requiredFlorian Westphal
2014-09-30ipv6: remove rt6i_genidHannes Frederic Sowa
2014-09-30net: sched: enable per cpu qstatsJohn Fastabend
2014-09-30net: sched: restrict use of qstats qlenJohn Fastabend
2014-09-30net: sched: implement qstat helper routinesJohn Fastabend
2014-09-30net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend
2014-09-29ematch: Fix matching of inverted containers.Ignacy Gawędzki
2014-09-29gro: fix aggregation for skb using frag_listEric Dumazet
2014-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2014-09-29tcp: change TCP_ECN prefixes to lower caseFlorian Westphal
2014-09-29tcp: move TCP_ECN_create_request out of headerFlorian Westphal
2014-09-29tcp: remove unnecessary assignment.Li RongQing
2014-09-29net: reorganize sk_buff for faster __copy_skb_header()Eric Dumazet
2014-09-29netfilter: conntrack: disable generic tracking for known protocolsFlorian Westphal
2014-09-29netfilter: nf_tables: store and dump set policyArturo Borrero
2014-09-29net: tcp: add DCTCP congestion control algorithmDaniel Borkmann
2014-09-29net: tcp: more detailed ACK events and events for CE marked packetsFlorian Westphal
2014-09-29net: tcp: split ack slow/fast events from cwnd_eventFlorian Westphal
2014-09-29net: tcp: add flag for ca to indicate that ECN is requiredDaniel Borkmann
2014-09-29net: tcp: assign tcp cong_ops when tcp sk is createdFlorian Westphal
2014-09-29net: sched: cls_rcvp, complete rcu conversionJohn Fastabend
2014-09-28net_sched: fix another regression in cls_tcindexWANG Cong
2014-09-28net_sched: fix errno in tcindex_set_parms()WANG Cong
2014-09-28arp: Do not perturb drop profiles with ignored ARP packetsRick Jones
2014-09-28net_sched: remove the first parameter from tcf_exts_destroy()WANG Cong
2014-09-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2014-09-28neigh: check error pointer instead of NULL for ipv4_neigh_lookup()WANG Cong