summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)AuthorLines
2014-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-1/+3
2014-10-15net: Add ndo_gso_checkTom Herbert-1/+1
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-9/+9
2014-10-14net: Trap attempts to call sock_kfree_s() with a NULL pointer.David S. Miller-0/+2
2014-10-10net: fix races in page->_count manipulationEric Dumazet-7/+18
2014-10-10flow-dissector: Fix alignment issue in __skb_flow_get_portsAlexander Duyck-13/+23
2014-10-10net: filter: fix the commentsLi RongQing-6/+3
2014-10-09net: Missing @ before descriptions cause make xmldocs warningMasanari Iida-5/+5
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-597/+969
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds-148/+0
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet-10/+9
2014-10-07net_sched: fix unused variables in __gnet_stats_copy_basic_cpu()WANG Cong-4/+4
2014-10-06net: validate_xmit_vlan() is staticEric Dumazet-1/+2
2014-10-06net: introduce netdevice gso_min_segs attributeEric Dumazet-3/+6
2014-10-06ethtool: Ethtool parameter to dynamically change tx_copybreakEric Dumazet-0/+1
2014-10-06net: skb_segment() provides list head and tailEric Dumazet-12/+20
2014-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-1/+1
2014-10-04net: Cleanup skb cloning by adding SKB_FCLONE_FREEVijay Subramanian-4/+4
2014-10-03net: do not export skb_gro_receive()Eric Dumazet-1/+0
2014-10-03qdisc: validate skb without holding lockEric Dumazet-3/+26
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+3
2014-10-02netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)Pablo Neira Ayuso-1/+1
2014-10-01net: pktgen: packet bursting via skb->xmit_moreAlexei Starovoitov-2/+24
2014-10-01net: avoid one atomic operation in skb_clone()Eric Dumazet-6/+17
2014-10-01net: cleanup and document skb fclone layoutEric Dumazet-21/+20
2014-09-30net: sched: enable per cpu qstatsJohn Fastabend-7/+48
2014-09-30net: sched: restrict use of qstats qlenJohn Fastabend-1/+5
2014-09-30net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend-16/+66
2014-09-29gro: fix aggregation for skb using frag_listEric Dumazet-0/+3
2014-09-29net: reorganize sk_buff for faster __copy_skb_header()Eric Dumazet-39/+41
2014-09-28net_dma: simple removalDan Williams-148/+0
2014-09-26net : optimize skb_release_data()Eric Dumazet-21/+22
2014-09-26net: optimise inet_proto_csum_replace4()LEROY Christophe-7/+5
2014-09-26net: introduce __skb_header_release()Eric Dumazet-2/+2
2014-09-26net: Change netdev_<level> logging functions to return voidJoe Perches-27/+17
2014-09-26net: Remove gso_send_check as an offload callbackTom Herbert-10/+0
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-8/+12
2014-09-22net: keep original skb which only needs header checking during software GSOJason Wang-3/+5
2014-09-19net: add alloc_skb_with_frags() helperEric Dumazet-63/+93
2014-09-15tcp: allow segment with FIN in tcp_try_coalesce()Eric Dumazet-1/+2
2014-09-15net: fix creation adjacent device symlinksAlexander Y. Fomichev-7/+11
2014-09-13net: bpf: correctly handle errors in sk_attach_filter()Sasha Levin-2/+2
2014-09-13net: filter: constify detection of pkt_type_offsetHannes Frederic Sowa-29/+2
2014-09-13ipv6: drop useless rcu_read_lock() in anycastWANG Cong-6/+8
2014-09-13net: qdisc: use rcu prefix and silence sparse warningsJohn Fastabend-2/+49
2014-09-12mac80211: Resolve sk_refcnt/sk_wmem_alloc issue in wifi ack pathAlexander Duyck-0/+5
2014-09-12skb: Add documentation for skb_clone_skAlexander Duyck-0/+13
2014-09-10pktgen: Convert pr_warning to pr_warnJoe Perches-12/+12
2014-09-09netns: remove one sparse warningEric Dumazet-1/+1
2014-09-09net: bpf: be friendly to kmemcheckDaniel Borkmann-1/+1