summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
Commit message (Expand)AuthorAgeFilesLines
* net: print a notification on device renameVeaceslav Falico2014-07-211-0/+3
* net: print net_device reg_state in netdev_* unless it's registeredVeaceslav Falico2014-07-211-3/+5
* net: remove open-coded skb_cow_head.françois romieu2014-07-171-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-161-12/+18
|\
| * net: Fix NETDEV_CHANGE notifier usage causing spurious arp flushLoic Prylli2014-07-081-1/+8
| * net: Performance fix for process_backlogTom Herbert2014-07-081-11/+10Star
* | net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-161-5/+8
* | net: set name assign type for renamed devicesTom Gundersen2014-07-161-0/+7
* | rtnetlink: allow to register ops without ops->setup setJiri Pirko2014-07-011-1/+1
* | net: fix some typos in commentYing Xue2014-07-011-2/+2
* | net: delete duplicate dev_set_rx_mode() callPeter Pan(潘卫平)2014-06-181-5/+1Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-121-37/+61
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-121-1/+4
| |\
| | * net: force a list_del() in unregister_netdevice_many()Eric Dumazet2014-06-081-1/+4
| * | MPLS: Use mpls_features to activate software MPLS GSO segmentationSimon Horman2014-06-061-1/+27
| * | net: use the new API kvfree()WANG Cong2014-06-051-8/+2Star
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-041-10/+25
| |\|
| * | net: remove some unless free on failure in alloc_netdev_mqs()WANG Cong2014-06-041-5/+0Star
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-241-2/+78
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-121-12/+10Star
| |\ \ \
| * | | | unregister_netdevice : move RTM_DELLINK to until after ndo_uninitRoopa Prabhu2014-05-051-4/+4
| * | | | net: Add __dev_forward_skbHerbert Xu2014-04-211-18/+24
* | | | | Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds2014-06-081-4/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-031-4/+4
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-4/+4
* | | | | net: fix wrong mac_len calculation for vlansNikolay Aleksandrov2014-06-021-10/+25
|/ / / /
* | | | bonding: Fix stacked device detection in arp monitoringVlad Yasevich2014-05-171-0/+26
* | | | vlan: Fix lockdep warning with stacked vlan devices.Vlad Yasevich2014-05-171-1/+0Star
* | | | net: Find the nesting level of a given device by type.Vlad Yasevich2014-05-171-0/+50
* | | | net: gro: make sure skb->cb[] initial content has not to be zeroEric Dumazet2014-05-161-0/+1
* | | | rtnetlink: wait for unregistering devices in rtnl_link_unregister()Cong Wang2014-05-151-1/+1
| |_|/ |/| |
* | | Revert "net: core: introduce netif_skb_dev_features"Florian Westphal2014-05-071-12/+10Star
| |/ |/|
* | vlan: Fix lockdep warning when vlan dev handle notificationdingtianhong2014-04-181-0/+1
|/
* net: Start with correct mac_len in skb_network_protocolVlad Yasevich2014-04-151-1/+1
* netdev: remove potentially harmful checksVeaceslav Falico2014-04-071-4/+2Star
* net-gro: reset skb->truesize in napi_reuse_skb()Eric Dumazet2014-04-031-0/+1
* net: add busy_poll device featureJiri Pirko2014-04-031-0/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-04-031-66/+87
|\
| * net-gro: restore frag0 optimizationEric Dumazet2014-03-311-32/+64
| * net: Allow modules to use is_skb_forwardableVlad Yasevich2014-03-311-2/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-291-4/+9
| |\
| * | netpoll: Rename netpoll_rx_enable/disable to netpoll_poll_disable/enableEric W. Biederman2014-03-291-4/+4
| * | netpoll: Move rx enable/disable into __dev_close_manyEric W. Biederman2014-03-291-9/+4Star
| * | net: net: add a core netdev->tx_dropped counterEric Dumazet2014-03-281-0/+2
| * | net: Rename skb->rxhash to skb->hashTom Herbert2014-03-261-6/+7
| * | netpoll: Remove dead packet receive code (CONFIG_NETPOLL_TRAP)Eric W. Biederman2014-03-171-10/+1Star
| * | net: Convert uses of __constant_<foo> to <foo>Joe Perches2014-03-121-5/+5
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-04-031-1/+1
|\ \ \
| * \ \ Merge branch 'master' into for-nextJiri Kosina2014-02-201-266/+327
| |\ \ \
| * | | | treewide: Fix typo in Documentation/DocBookMasanari Iida2014-02-191-1/+1