summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2014-10-26net: napi_reuse_skb() should check pfmemallocEric Dumazet
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-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-06net: validate_xmit_vlan() is staticEric Dumazet
2014-10-06net: introduce netdevice gso_min_segs attributeEric Dumazet
2014-10-06net: skb_segment() provides list head and tailEric Dumazet
2014-10-03qdisc: validate skb without holding lockEric Dumazet
2014-09-28net_dma: simple removalDan Williams
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-15net: fix creation adjacent device symlinksAlexander Y. Fomichev
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-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-03qdisc: validate frames going through the direct_xmit pathJesper Dangaard Brouer
2014-09-01net: Support for csum_bad in skbuffTom Herbert
2014-09-01net: xmit_list() becomes dev_hard_start_xmit().David S. Miller
2014-09-01net: Don't keep around original SKB when we software segment GSO frames.David S. Miller
2014-09-01net: Validate xmit SKBs right when we pull them out of the qdisc.David S. Miller
2014-09-01net: Separate out SKB validation logic from transmit path.David S. Miller
2014-09-01net: Have xmit_list() signal more==true when appropriate.David S. Miller
2014-09-01net: Pass a "more" indication down into netdev_start_xmit() code paths.David S. Miller
2014-09-01net: Move main gso loop out of dev_hard_start_xmit() into helper.David S. Miller
2014-09-01net: Create xmit_one() helper for dev_hard_start_xmit()David S. Miller
2014-09-01net: Do txq_trans_update() in netdev_start_xmit()David S. Miller
2014-08-29net: Allow GRO to use and set levels of checksum unnecessaryTom Herbert
2014-08-26net: Replace get_cpu_var through this_cpu_ptrChristoph Lameter
2014-08-25net: fix checksum features handling in netif_skb_features()Michal Kubeček
2014-08-25net: prevent of emerging cross-namespace symlinksAlexander Y. Fomichev
2014-08-24net: Add ops->ndo_xmit_flush()David S. Miller
2014-08-24net: skb_gro_checksum_* functionsTom Herbert
2014-08-23net: use reciprocal_scale() helperDaniel Borkmann
2014-08-11net: Always untag vlan-tagged traffic on input.Vlad Yasevich
2014-08-05net-timestamp: SCHED timestamp on entering packet schedulerWillem de Bruijn
2014-07-30net: Remove unlikely() for WARN_ON() conditionsThomas Graf
2014-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-20net: print a notification on device renameVeaceslav Falico
2014-07-20net: print net_device reg_state in netdev_* unless it's registeredVeaceslav Falico
2014-07-16net: remove open-coded skb_cow_head.françois romieu
2014-07-16net-gre-gro: Fix a bug that breaks the forwarding pathJerry Chu
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen
2014-07-15net: set name assign type for renamed devicesTom Gundersen
2014-07-07net: Fix NETDEV_CHANGE notifier usage causing spurious arp flushLoic Prylli