summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-06-08net: force a list_del() in unregister_netdevice_many()Eric Dumazet
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds
2014-06-05MPLS: Use mpls_features to activate software MPLS GSO segmentationSimon Horman
2014-06-05net: use the new API kvfree()WANG Cong
2014-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-06-03net: remove some unless free on failure in alloc_netdev_mqs()WANG Cong
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-06-01net: fix wrong mac_len calculation for vlansNikolay Aleksandrov
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-05-16bonding: Fix stacked device detection in arp monitoringVlad Yasevich
2014-05-16vlan: Fix lockdep warning with stacked vlan devices.Vlad Yasevich
2014-05-16net: Find the nesting level of a given device by type.Vlad Yasevich
2014-05-16net: gro: make sure skb->cb[] initial content has not to be zeroEric Dumazet
2014-05-15rtnetlink: wait for unregistering devices in rtnl_link_unregister()Cong Wang
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-05-07Revert "net: core: introduce netif_skb_dev_features"Florian Westphal
2014-05-05unregister_netdevice : move RTM_DELLINK to until after ndo_uninitRoopa Prabhu
2014-04-20net: Add __dev_forward_skbHerbert Xu
2014-04-18vlan: Fix lockdep warning when vlan dev handle notificationdingtianhong
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra
2014-04-14net: Start with correct mac_len in skb_network_protocolVlad Yasevich
2014-04-07netdev: remove potentially harmful checksVeaceslav Falico
2014-04-03net-gro: reset skb->truesize in napi_reuse_skb()Eric Dumazet
2014-04-03net: add busy_poll device featureJiri Pirko
2014-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-04-01Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-03-31net-gro: restore frag0 optimizationEric Dumazet
2014-03-31net: Allow modules to use is_skb_forwardableVlad Yasevich
2014-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-29netpoll: Rename netpoll_rx_enable/disable to netpoll_poll_disable/enableEric W. Biederman
2014-03-29netpoll: Move rx enable/disable into __dev_close_manyEric W. Biederman
2014-03-28net: Account for all vlan headers in skb_mac_gso_segmentVlad Yasevich
2014-03-28net: net: add a core netdev->tx_dropped counterEric Dumazet
2014-03-26net: Rename skb->rxhash to skb->hashTom Herbert
2014-03-17netpoll: Remove dead packet receive code (CONFIG_NETPOLL_TRAP)Eric W. Biederman
2014-03-12net: Convert uses of __constant_<foo> to <foo>Joe Perches
2014-02-24smp: Rename __smp_call_function_single() to smp_call_function_single_async()Frederic Weisbecker
2014-02-24smp: Remove wait argument from __smp_call_function_single()Frederic Weisbecker
2014-02-20Merge branch 'master' into for-nextJiri Kosina
2014-02-19treewide: Fix typo in Documentation/DocBookMasanari Iida
2014-02-13net: core: introduce netif_skb_dev_featuresFlorian Westphal
2014-02-09net: Mark functions as static in core/dev.cRashika Kheria
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-01-21net: Export gro_find_by_type helpersOr Gerlitz
2014-01-21net: Add GRO support for UDP encapsulating protocolsOr Gerlitz
2014-01-21net: remove unnecessary initializations in net_dev_initSabrina Dubroca