summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-20net: Treat __napi_schedule_irqoff() as __napi_schedule() on PREEMPT_RTSebastian Andrzej Siewior1-2/+9
2021-03-30can: dev: Move device back to init netns on owning netns deleteMartin Willi1-1/+1
2020-09-12net: disable netpoll on fresh napisJakub Kicinski1-1/+2
2020-07-31dev: Defer free of skbs in flush_backlogSubash Abhinov Kasiviswanathan1-1/+1
2020-06-30net: fix memleak in register_netdevice()Yang Yingliang1-0/+7
2020-06-30net: core: device_rename: Use rwsem instead of a seqcountAhmed S. Darwish1-22/+18
2020-06-30sched/rt, net: Use CONFIG_PREEMPTION.patchThomas Gleixner1-1/+1
2020-05-20net: fix a potential recursive NETDEV_FEAT_CHANGECong Wang1-1/+3
2019-12-21inet: protect against too small mtu values.Eric Dumazet1-1/+2
2019-11-28net: do not abort bulk send on BQL statusEric Dumazet1-1/+1
2019-09-21net: Fix null de-reference of device refcountSubash Abhinov Kasiviswanathan1-0/+2
2019-08-11net: fix ifindex collision during namespace removalJiri Pirko1-0/+2
2019-07-10net: check before dereferencing netdev_ops during busy pollJosh Elsasser1-1/+4
2019-06-11net-gro: fix use-after-free read in napi_gro_frags()Eric Dumazet1-1/+1
2019-05-25net: avoid weird emergency messageEric Dumazet1-1/+1
2019-02-23net: Fix for_each_netdev_feature on Big endianHauke Mehrtens1-2/+2
2018-11-23net-gro: reset skb->pkt_type in napi_reuse_skb()Eric Dumazet1-0/+4
2018-10-18net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca1-2/+26
2018-08-24net: propagate dev_get_valid_name return codeLi RongQing1-2/+2
2018-04-29vlan: Fix reading memory beyond skb->tail in skb_vlan_tagged_multiToshiaki Makita1-1/+1
2018-04-13net: fool proof dev_valid_name()Eric Dumazet1-1/+1
2018-04-13net: fix possible out-of-bound read in skb_network_protocol()Eric Dumazet1-1/+1
2018-03-31net: use skb_to_full_sk() in skb_update_prio()Eric Dumazet1-7/+15
2018-03-11net: fix race on decreasing number of TX queuesJakub Kicinski1-2/+9
2018-02-25net: avoid skb_warn_bad_offload on IS_ERRWillem de Bruijn1-1/+1
2018-01-31net: qdisc_pkt_len_init() should be more robustEric Dumazet1-4/+15
2017-12-20net: Resend IGMP memberships upon peer notification.Vlad Yasevich1-0/+1
2017-11-18tun: call dev_get_valid_name() before register_netdevice()Cong Wang1-3/+3
2017-10-08net: core: Prevent from dereferencing null pointer when releasing SKBMyungho Jung1-0/+3
2017-09-20mlxsw: spectrum: Forbid linking to devices that have uppersIdo Schimmel1-1/+2
2017-08-12net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn1-1/+1
2017-08-06net: skb_needs_check() accepts CHECKSUM_NONE for txEric Dumazet1-3/+4
2017-08-06net: reduce skb_warn_bad_offload() noiseEric Dumazet1-3/+9
2017-07-21net: core: Fix slab-out-of-bounds in netdev_stats_to_stats64Alban Browaeys1-1/+1
2017-07-21net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish()Michal Kubeček1-6/+16
2017-07-21net: prevent sign extension in dev_get_stats()Eric Dumazet1-3/+3
2017-07-05net: don't call strlen on non-terminated string in dev_set_alias()Alexander Potapenko1-1/+2
2017-03-22net: net_enable_timestamp() can be called from irq contextsEric Dumazet1-4/+31
2017-02-18net: use a work queue to defer net_disable_timestamp() workEric Dumazet1-18/+13
2017-02-04net: fix harmonize_features() vs NETIF_F_HIGHDMAEric Dumazet1-2/+2
2017-01-15gro: use min_t() in skb_gro_reset_offset()Eric Dumazet1-2/+3
2017-01-15gro: Enter slow-path if there is no tailroomHerbert Xu1-1/+2
2016-11-12bpf: Fix bpf_redirect to an ipip/ip6tnl devMartin KaFai Lau1-11/+6
2016-10-31net: mangle zero checksum in skb_checksum_help()Eric Dumazet1-1/+1
2016-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-3/+9
2016-10-29packet: on direct_xmit, limit tso and csum to supported devicesWillem de Bruijn1-0/+1
2016-10-20net: add recursion limit to GROSabrina Dubroca1-0/+1
2016-10-19net: core: Correctly iterate over lower adjacency listIdo Schimmel1-3/+7
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2016-10-10latent_entropy: Mark functions with __latent_entropyEmese Revfy1-2/+2