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