summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2021-07-20net: Treat __napi_schedule_irqoff() as __napi_schedule() on PREEMPT_RTSebastian Andrzej Siewior
2021-03-30can: dev: Move device back to init netns on owning netns deleteMartin Willi
2020-09-12net: disable netpoll on fresh napisJakub Kicinski
2020-06-29net: core: reduce recursion limit valueTaehee Yoo
2020-06-29net: fix memleak in register_netdevice()Yang Yingliang
2020-06-29net: core: device_rename: Use rwsem instead of a seqcountAhmed S. Darwish
2020-06-29sched/rt, net: Use CONFIG_PREEMPTION.patchThomas Gleixner
2020-05-20net: fix a potential recursive NETDEV_FEAT_CHANGECong Wang
2020-05-10GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOUAlexander Duyck
2019-12-21inet: protect against too small mtu values.Eric Dumazet
2019-11-28net: do not abort bulk send on BQL statusEric Dumazet
2019-09-21net: Fix null de-reference of device refcountSubash Abhinov Kasiviswanathan
2019-08-11net: fix ifindex collision during namespace removalJiri Pirko
2019-06-11net-gro: fix use-after-free read in napi_gro_frags()Eric Dumazet
2019-06-11net: avoid weird emergency messageEric Dumazet
2019-02-23net: Fix for_each_netdev_feature on Big endianHauke Mehrtens
2018-11-27net-gro: reset skb->pkt_type in napi_reuse_skb()Eric Dumazet
2018-10-20net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca
2018-08-24net: propagate dev_get_valid_name return codeLi RongQing
2018-04-29vlan: Fix reading memory beyond skb->tail in skb_vlan_tagged_multiToshiaki Makita
2018-04-13net: fool proof dev_valid_name()Eric Dumazet
2018-04-13net: fix possible out-of-bound read in skb_network_protocol()Eric Dumazet
2018-03-11net: fix race on decreasing number of TX queuesJakub Kicinski
2018-02-25net: avoid skb_warn_bad_offload on IS_ERRWillem de Bruijn
2018-01-31net: qdisc_pkt_len_init() should be more robustEric Dumazet
2017-12-20net: Resend IGMP memberships upon peer notification.Vlad Yasevich
2017-11-18tun: call dev_get_valid_name() before register_netdevice()Cong Wang
2017-10-08net: core: Prevent from dereferencing null pointer when releasing SKBMyungho Jung
2017-08-12net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn
2017-08-06net: skb_needs_check() accepts CHECKSUM_NONE for txEric Dumazet
2017-08-06net: reduce skb_warn_bad_offload() noiseEric Dumazet
2017-07-21net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish()Michal Kubeček
2017-07-21net: prevent sign extension in dev_get_stats()Eric Dumazet
2017-07-05net: don't call strlen on non-terminated string in dev_set_alias()Alexander Potapenko
2017-06-14net: better skb->sender_cpu and skb->napi_id cohabitationEric Dumazet
2017-03-22net: net_enable_timestamp() can be called from irq contextsEric Dumazet
2017-02-18net: use a work queue to defer net_disable_timestamp() workEric Dumazet
2017-02-04net: fix harmonize_features() vs NETIF_F_HIGHDMAEric Dumazet
2017-01-15gro: use min_t() in skb_gro_reset_offset()Eric Dumazet
2017-01-15gro: Enter slow-path if there is no tailroomHerbert Xu
2016-11-21net: mangle zero checksum in skb_checksum_help()Eric Dumazet
2016-11-15packet: on direct_xmit, limit tso and csum to supported devicesWillem de Bruijn
2016-11-15net: add recursion limit to GROSabrina Dubroca
2016-11-15net: Add netdev all_adj_list refcnt propagation to fix panicAndrew Collins
2016-10-31tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross
2016-09-30bonding: Fix bonding crashMahesh Bandewar
2016-03-03IFF_NO_QUEUE: Fix for drivers not calling ether_setup()Phil Sutter
2016-03-03gro: Make GRO aware of lightweight tunnels.Jesse Gross
2016-01-31net: preserve IP control block during GSO segmentationKonstantin Khlebnikov
2015-11-17net/core: revert "net: fix __netdev_update_features return.." and add commentNikolay Aleksandrov