summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2019-11-22net: Fix null de-reference of device refcountSubash Abhinov Kasiviswanathan
2019-11-22net: fix ifindex collision during namespace removalJiri Pirko
2019-10-05net-gro: fix use-after-free read in napi_gro_frags()Eric Dumazet
2019-02-11net-gro: reset skb->pkt_type in napi_reuse_skb()Eric Dumazet
2018-12-16net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca
2018-10-21vlan: Fix reading memory beyond skb->tail in skb_vlan_tagged_multiToshiaki Makita
2018-06-16net: fix possible out-of-bound read in skb_network_protocol()Eric Dumazet
2018-06-16net: fix race on decreasing number of TX queuesJakub Kicinski
2018-01-01tun: call dev_get_valid_name() before register_netdevice()Cong Wang
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