summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
Commit message (Expand)AuthorAgeFilesLines
* net: Always untag vlan-tagged traffic on input.Vlad Yasevich2014-08-111-1/+1
* net-timestamp: SCHED timestamp on entering packet schedulerWillem de Bruijn2014-08-051-0/+4
* net: Remove unlikely() for WARN_ON() conditionsThomas Graf2014-07-301-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-221-0/+2
|\
| * net-gre-gro: Fix a bug that breaks the forwarding pathJerry Chu2014-07-161-0/+2
* | net: print a notification on device renameVeaceslav Falico2014-07-201-0/+3
* | net: print net_device reg_state in netdev_* unless it's registeredVeaceslav Falico2014-07-201-3/+5
* | net: remove open-coded skb_cow_head.françois romieu2014-07-161-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-071-1/+8
| * net: Performance fix for process_backlogTom Herbert2014-07-071-11/+10
* | net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-5/+8
* | net: set name assign type for renamed devicesTom Gundersen2014-07-151-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-171-5/+1
|/
* 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-111-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-051-1/+27
| * | net: use the new API kvfree()WANG Cong2014-06-051-8/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-031-10/+25
| |\ \ | | |/
| * | net: remove some unless free on failure in alloc_netdev_mqs()WANG Cong2014-06-031-5/+0
| * | 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/+10
| |\ \ \
| * | | | unregister_netdevice : move RTM_DELLINK to until after ndo_uninitRoopa Prabhu2014-05-051-4/+4
| * | | | net: Add __dev_forward_skbHerbert Xu2014-04-201-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-011-10/+25
|/ / / /
* | | | bonding: Fix stacked device detection in arp monitoringVlad Yasevich2014-05-161-0/+26
* | | | vlan: Fix lockdep warning with stacked vlan devices.Vlad Yasevich2014-05-161-1/+0
* | | | net: Find the nesting level of a given device by type.Vlad Yasevich2014-05-161-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/+10
| |/ |/|
* | 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-141-1/+1
* netdev: remove potentially harmful checksVeaceslav Falico2014-04-071-4/+2
* 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-021-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/+4
| * | 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
OpenPOWER on IntegriCloud