summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2014-04-18vlan: Fix lockdep warning when vlan dev handle notificationdingtianhong
2014-04-14net: Start with correct mac_len in skb_network_protocolVlad Yasevich
2014-04-07netdev: remove potentially harmful checksVeaceslav Falico
2014-04-03net-gro: reset skb->truesize in napi_reuse_skb()Eric Dumazet
2014-04-03net: add busy_poll device featureJiri Pirko
2014-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-04-01Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-03-31net-gro: restore frag0 optimizationEric Dumazet
2014-03-31net: Allow modules to use is_skb_forwardableVlad Yasevich
2014-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-29netpoll: Rename netpoll_rx_enable/disable to netpoll_poll_disable/enableEric W. Biederman
2014-03-29netpoll: Move rx enable/disable into __dev_close_manyEric W. Biederman
2014-03-28net: Account for all vlan headers in skb_mac_gso_segmentVlad Yasevich
2014-03-28net: net: add a core netdev->tx_dropped counterEric Dumazet
2014-03-26net: Rename skb->rxhash to skb->hashTom Herbert
2014-03-17netpoll: Remove dead packet receive code (CONFIG_NETPOLL_TRAP)Eric W. Biederman
2014-03-12net: Convert uses of __constant_<foo> to <foo>Joe Perches
2014-02-24smp: Rename __smp_call_function_single() to smp_call_function_single_async()Frederic Weisbecker
2014-02-24smp: Remove wait argument from __smp_call_function_single()Frederic Weisbecker
2014-02-20Merge branch 'master' into for-nextJiri Kosina
2014-02-19treewide: Fix typo in Documentation/DocBookMasanari Iida
2014-02-13net: core: introduce netif_skb_dev_featuresFlorian Westphal
2014-02-09net: Mark functions as static in core/dev.cRashika Kheria
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-01-21net: Export gro_find_by_type helpersOr Gerlitz
2014-01-21net: Add GRO support for UDP encapsulating protocolsOr Gerlitz
2014-01-21net: remove unnecessary initializations in net_dev_initSabrina Dubroca
2014-01-19net: document accel_priv parameter for __dev_queue_xmit()Jason Wang
2014-01-16net-sysfs: add support for device-specific rx queue sysfs attributesMichael Dalton
2014-01-16net: add NETDEV_PRECHANGEMTU to notify before mtu change happensVeaceslav Falico
2014-01-16net: Check skb->rxhash in gro_receiveTom Herbert
2014-01-15net: rename sysfs symlinks on device name changeVeaceslav Falico
2014-01-15net: add sysfs helpers for netdev_adjacent logicVeaceslav Falico
2014-01-14net: Add trace events for all receive entry points, exposing more skb fieldsBen Hutchings
2014-01-14net: Add net_dev_start_xmit trace event, exposing more skb fieldsBen Hutchings
2014-01-14net: Fix indentation in dev_hard_start_xmit()Ben Hutchings
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-13net: make dev_set_mtu() honor notification return codeVeaceslav Falico
2014-01-13net: gro: change GRO overflow strategyEric Dumazet
2014-01-10net: core: explicitly select a txq before doing l2 forwardingJason Wang
2014-01-07net-gre-gro: Add GRE support to the GRO stackJerry Chu
2014-01-07net: Do not enable tx-nocache-copy by defaultBenjamin Poirier
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2014-01-03net: netprio: rename config to be more consistent with cgroup configsDaniel Borkmann
2014-01-01net: core functions cleanupstephen hemminger
2013-12-31net, rps: fix the comment of net_rps_action_and_irq_enable()Zhi Yong Wu
2013-12-21net: use kfree_skb_list() helperEric Dumazet