summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-01net: call rcu_read_lock early in process_backlogJulian Anastasov1-15/+14
2015-10-01net: do not process device backlog during unregistrationJulian Anastasov1-2/+4
2015-10-01net: graceful exit from netif_alloc_netdev_queues()Eric Dumazet1-1/+2
2015-06-22net: core: Correct an over-stringent device loop detection.Vlad Yasevich1-1/+1
2015-04-29ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org1-1/+3
2015-03-18net: reject creation of netdev names with colonsMatthew Thode1-1/+1
2015-02-26net: rps: fix cpu unplugEric Dumazet1-5/+15
2015-01-27net: fix creation adjacent device symlinksAlexander Y. Fomichev1-7/+11
2015-01-27net: prevent of emerging cross-namespace symlinksAlexander Y. Fomichev1-1/+60
2015-01-27net/core: Handle csum for CHECKSUM_COMPLETE VXLAN forwardingJay Vosburgh1-0/+1
2015-01-27net: Fix stacked vlan offload features computationToshiaki Makita1-5/+8
2014-10-15net: Always untag vlan-tagged traffic on input.Vlad Yasevich1-1/+1
2014-07-28net-gre-gro: Fix a bug that breaks the forwarding pathJerry Chu1-0/+2
2014-07-28net: Fix NETDEV_CHANGE notifier usage causing spurious arp flushLoic Prylli1-1/+8
2014-06-26net: force a list_del() in unregister_netdevice_many()Eric Dumazet1-1/+4
2014-05-31net-gro: reset skb->truesize in napi_reuse_skb()Eric Dumazet1-0/+1
2014-05-31net: gro: make sure skb->cb[] initial content has not to be zeroEric Dumazet1-0/+1
2014-05-31rtnetlink: wait for unregistering devices in rtnl_link_unregister()Cong Wang1-1/+1
2014-05-31vlan: Fix lockdep warning with stacked vlan devices.Vlad Yasevich1-1/+0
2014-05-31net: Find the nesting level of a given device by type.Vlad Yasevich1-0/+50
2014-05-31vlan: Fix lockdep warning when vlan dev handle notificationdingtianhong1-0/+1
2014-05-31net: Start with correct mac_len in skb_network_protocolVlad Yasevich1-1/+1
2014-03-28net: Account for all vlan headers in skb_mac_gso_segmentVlad Yasevich1-4/+9
2014-02-13net: core: introduce netif_skb_dev_featuresFlorian Westphal1-10/+12
2014-02-09net: 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-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2014-01-21net: Export gro_find_by_type helpersOr Gerlitz1-0/+2
2014-01-21net: Add GRO support for UDP encapsulating protocolsOr Gerlitz1-0/+1
2014-01-21net: remove unnecessary initializations in net_dev_initSabrina Dubroca1-10/+0
2014-01-19net: document accel_priv parameter for __dev_queue_xmit()Jason Wang1-1/+2
2014-01-16net-sysfs: add support for device-specific rx queue sysfs attributesMichael Dalton1-6/+6
2014-01-16net: add NETDEV_PRECHANGEMTU to notify before mtu change happensVeaceslav Falico1-0/+5
2014-01-16net: Check skb->rxhash in gro_receiveTom Herbert1-1/+8
2014-01-15net: rename sysfs symlinks on device name changeVeaceslav Falico1-0/+22
2014-01-15net: add sysfs helpers for netdev_adjacent logicVeaceslav Falico1-27/+30
2014-01-14net: Add trace events for all receive entry points, exposing more skb fieldsBen Hutchings1-39/+61
2014-01-14net: Add net_dev_start_xmit trace event, exposing more skb fieldsBen Hutchings1-0/+2
2014-01-14net: Fix indentation in dev_hard_start_xmit()Ben Hutchings1-2/+1
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+17
2014-01-13net: 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-07net-gre-gro: Add GRE support to the GRO stackJerry Chu1-0/+26
2014-01-07net: Do not enable tx-nocache-copy by defaultBenjamin Poirier1-5/+0
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-1/+1
2014-01-03net: netprio: rename config to be more consistent with cgroup configsDaniel Borkmann1-1/+1
2014-01-01net: core functions cleanupstephen hemminger1-56/+26
2013-12-31net, rps: fix the comment of net_rps_action_and_irq_enable()Zhi Yong Wu1-1/+1