summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | netpoll: Remove dead packet receive code (CONFIG_NETPOLL_TRAP)Eric W. Biederman2014-03-171-10/+1
| * | 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-021-1/+1
|\ \ \
| * \ \ Merge branch 'master' into for-nextJiri Kosina2014-02-201-266/+327
| |\ \ \
| * | | | treewide: Fix typo in Documentation/DocBookMasanari Iida2014-02-191-1/+1
* | | | | Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-04-011-2/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | smp: Rename __smp_call_function_single() to smp_call_function_single_async()Frederic Weisbecker2014-02-241-1/+1
| * | | | smp: Remove wait argument from __smp_call_function_single()Frederic Weisbecker2014-02-241-1/+1
| | |/ / | |/| |
* | | | net: Account for all vlan headers in skb_mac_gso_segmentVlad Yasevich2014-03-281-4/+9
| |_|/ |/| |
* | | net: core: introduce netif_skb_dev_featuresFlorian Westphal2014-02-131-10/+12
|/ /
* | net: Mark functions as static in core/dev.cRashika Kheria2014-02-091-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-251-253/+309
|\ \
| * | net: Export gro_find_by_type helpersOr Gerlitz2014-01-211-0/+2
OpenPOWER on IntegriCloud