summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2017-11-11net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn
2017-11-11net: skb_needs_check() accepts CHECKSUM_NONE for txEric Dumazet
2017-11-11net: reduce skb_warn_bad_offload() noiseEric Dumazet
2017-11-11net: remove open-coded skb_cow_head.françois romieu
2017-09-15net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish()Michal Kubeček
2017-09-15net: prevent sign extension in dev_get_stats()Eric Dumazet
2017-06-05net: net_enable_timestamp() can be called from irq contextsEric Dumazet
2017-03-16net: mangle zero checksum in skb_checksum_help()Eric Dumazet
2017-03-16net: Add netdev all_adj_list refcnt propagation to fix panicAndrew Collins
2017-03-16net: use a work queue to defer net_disable_timestamp() workEric Dumazet
2017-03-16net: fix harmonize_features() vs NETIF_F_HIGHDMAEric Dumazet
2017-03-16gro: use min_t() in skb_gro_reset_offset()Eric Dumazet
2017-03-16gro: Enter slow-path if there is no tailroomHerbert Xu
2016-05-01tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross
2015-08-27net: call rcu_read_lock early in process_backlogJulian Anastasov
2015-08-10net: do not process device backlog during unregistrationJulian Anastasov
2015-08-10net: graceful exit from netif_alloc_netdev_queues()Eric Dumazet
2015-06-12net: core: Correct an over-stringent device loop detection.Vlad Yasevich
2015-04-27ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org
2015-03-12net: reject creation of netdev names with colonsMatthew Thode
2015-02-10net: rps: fix cpu unplugEric Dumazet
2015-01-23net: fix creation adjacent device symlinksAlexander Y. Fomichev
2015-01-23net: prevent of emerging cross-namespace symlinksAlexander Y. Fomichev
2015-01-19net/core: Handle csum for CHECKSUM_COMPLETE VXLAN forwardingJay Vosburgh
2015-01-19net: Fix stacked vlan offload features computationToshiaki Makita
2014-10-15net: fix checksum features handling in netif_skb_features()Michal Kubeček
2014-10-15net: Always untag vlan-tagged traffic on input.Vlad Yasevich
2014-07-16net-gre-gro: Fix a bug that breaks the forwarding pathJerry Chu
2014-07-07net: Fix NETDEV_CHANGE notifier usage causing spurious arp flushLoic Prylli
2014-07-07net: Performance fix for process_backlogTom Herbert
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