summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-19vlan: Fix lockdep warning when vlan dev handle notificationdingtianhong1-0/+1
2014-04-15net: Start with correct mac_len in skb_network_protocolVlad Yasevich1-1/+1
2014-04-07netdev: remove potentially harmful checksVeaceslav Falico1-4/+2
2014-04-04net-gro: reset skb->truesize in napi_reuse_skb()Eric Dumazet1-0/+1
2014-04-03net: add busy_poll device featureJiri Pirko1-0/+7
2014-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-66/+87
2014-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2014-04-02Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2014-04-01net-gro: restore frag0 optimizationEric Dumazet1-32/+64
2014-04-01net: Allow modules to use is_skb_forwardableVlad Yasevich1-2/+2
2014-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+9
2014-03-30netpoll: Rename netpoll_rx_enable/disable to netpoll_poll_disable/enableEric W. Biederman1-4/+4
2014-03-30netpoll: Move rx enable/disable into __dev_close_manyEric W. Biederman1-9/+4
2014-03-29net: Account for all vlan headers in skb_mac_gso_segmentVlad Yasevich1-4/+9
2014-03-29net: net: add a core netdev->tx_dropped counterEric Dumazet1-0/+2
2014-03-26net: Rename skb->rxhash to skb->hashTom Herbert1-6/+7
2014-03-17netpoll: Remove dead packet receive code (CONFIG_NETPOLL_TRAP)Eric W. Biederman1-10/+1
2014-03-12net: Convert uses of __constant_<foo> to <foo>Joe Perches1-5/+5
2014-02-25smp: Rename __smp_call_function_single() to smp_call_function_single_async()Frederic Weisbecker1-1/+1
2014-02-25smp: Remove wait argument from __smp_call_function_single()Frederic Weisbecker1-1/+1
2014-02-20Merge branch 'master' into for-nextJiri Kosina1-266/+327
2014-02-19treewide: Fix typo in Documentation/DocBookMasanari Iida1-1/+1
2014-02-14net: core: introduce netif_skb_dev_featuresFlorian Westphal1-10/+12
2014-02-10net: Mark functions as static in core/dev.cRashika Kheria1-3/+3
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-253/+309
2014-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2014-01-22net: Export gro_find_by_type helpersOr Gerlitz1-0/+2
2014-01-22net: Add GRO support for UDP encapsulating protocolsOr Gerlitz1-0/+1
2014-01-22net: remove unnecessary initializations in net_dev_initSabrina Dubroca1-10/+0
2014-01-20net: document accel_priv parameter for __dev_queue_xmit()Jason Wang1-1/+2
2014-01-17net-sysfs: add support for device-specific rx queue sysfs attributesMichael Dalton1-6/+6
2014-01-17net: add NETDEV_PRECHANGEMTU to notify before mtu change happensVeaceslav Falico1-0/+5
2014-01-17net: Check skb->rxhash in gro_receiveTom Herbert1-1/+8
2014-01-16net: rename sysfs symlinks on device name changeVeaceslav Falico1-0/+22
2014-01-16net: add sysfs helpers for netdev_adjacent logicVeaceslav Falico1-27/+30
2014-01-15net: Add trace events for all receive entry points, exposing more skb fieldsBen Hutchings1-39/+61
2014-01-15net: Add net_dev_start_xmit trace event, exposing more skb fieldsBen Hutchings1-0/+2
2014-01-15net: Fix indentation in dev_hard_start_xmit()Ben Hutchings1-2/+1
2014-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+17
2014-01-14net: make dev_set_mtu() honor notification return codeVeaceslav Falico1-9/+25
2014-01-13net: gro: change GRO overflow strategyEric Dumazet1-2/+15
2014-01-10net: core: explicitly select a txq before doing l2 forwardingJason Wang1-12/+17
2014-01-08net-gre-gro: Add GRE support to the GRO stackJerry Chu1-0/+26
2014-01-08net: Do not enable tx-nocache-copy by defaultBenjamin Poirier1-5/+0
2014-01-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-1/+1
2014-01-04net: netprio: rename config to be more consistent with cgroup configsDaniel Borkmann1-1/+1
2014-01-02net: core functions cleanupstephen hemminger1-56/+26
2014-01-01net, rps: fix the comment of net_rps_action_and_irq_enable()Zhi Yong Wu1-1/+1
2013-12-22net: use kfree_skb_list() helperEric Dumazet1-15/+3