summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
Commit message (Expand)AuthorAgeFilesLines
* can: dev: Move device back to init netns on owning netns deleteMartin Willi2021-03-301-1/+1
* net: disable netpoll on fresh napisJakub Kicinski2020-09-121-1/+2
* dev: Defer free of skbs in flush_backlogSubash Abhinov Kasiviswanathan2020-07-311-1/+1
* net: fix memleak in register_netdevice()Yang Yingliang2020-06-301-0/+7
* net: core: device_rename: Use rwsem instead of a seqcountAhmed S. Darwish2020-06-301-22/+18
* sched/rt, net: Use CONFIG_PREEMPTION.patchThomas Gleixner2020-06-301-1/+1
* net: fix a potential recursive NETDEV_FEAT_CHANGECong Wang2020-05-201-1/+3
* inet: protect against too small mtu values.Eric Dumazet2019-12-211-1/+2
* net: do not abort bulk send on BQL statusEric Dumazet2019-11-281-1/+1
* net: Fix null de-reference of device refcountSubash Abhinov Kasiviswanathan2019-09-211-0/+2
* net: fix ifindex collision during namespace removalJiri Pirko2019-08-111-0/+2
* net: check before dereferencing netdev_ops during busy pollJosh Elsasser2019-07-101-1/+4
* net-gro: fix use-after-free read in napi_gro_frags()Eric Dumazet2019-06-111-1/+1
* net: avoid weird emergency messageEric Dumazet2019-05-251-1/+1
* net: Fix for_each_netdev_feature on Big endianHauke Mehrtens2019-02-231-2/+2
* net-gro: reset skb->pkt_type in napi_reuse_skb()Eric Dumazet2018-11-231-0/+4
* net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca2018-10-181-2/+26
* net: propagate dev_get_valid_name return codeLi RongQing2018-08-241-2/+2
* vlan: Fix reading memory beyond skb->tail in skb_vlan_tagged_multiToshiaki Makita2018-04-291-1/+1
* net: fool proof dev_valid_name()Eric Dumazet2018-04-131-1/+1
* net: fix possible out-of-bound read in skb_network_protocol()Eric Dumazet2018-04-131-1/+1
* net: use skb_to_full_sk() in skb_update_prio()Eric Dumazet2018-03-311-7/+15
* net: fix race on decreasing number of TX queuesJakub Kicinski2018-03-111-2/+9
* net: avoid skb_warn_bad_offload on IS_ERRWillem de Bruijn2018-02-251-1/+1
* net: qdisc_pkt_len_init() should be more robustEric Dumazet2018-01-311-4/+15
* net: Resend IGMP memberships upon peer notification.Vlad Yasevich2017-12-201-0/+1
* tun: call dev_get_valid_name() before register_netdevice()Cong Wang2017-11-181-3/+3
* net: core: Prevent from dereferencing null pointer when releasing SKBMyungho Jung2017-10-081-0/+3
* mlxsw: spectrum: Forbid linking to devices that have uppersIdo Schimmel2017-09-201-1/+2
* net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn2017-08-121-1/+1
* net: skb_needs_check() accepts CHECKSUM_NONE for txEric Dumazet2017-08-061-3/+4
* net: reduce skb_warn_bad_offload() noiseEric Dumazet2017-08-061-3/+9
* net: core: Fix slab-out-of-bounds in netdev_stats_to_stats64Alban Browaeys2017-07-211-1/+1
* net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish()Michal Kubeček2017-07-211-6/+16
* net: prevent sign extension in dev_get_stats()Eric Dumazet2017-07-211-3/+3
* net: don't call strlen on non-terminated string in dev_set_alias()Alexander Potapenko2017-07-051-1/+2
* net: net_enable_timestamp() can be called from irq contextsEric Dumazet2017-03-221-4/+31
* net: use a work queue to defer net_disable_timestamp() workEric Dumazet2017-02-181-18/+13
* net: fix harmonize_features() vs NETIF_F_HIGHDMAEric Dumazet2017-02-041-2/+2
* gro: use min_t() in skb_gro_reset_offset()Eric Dumazet2017-01-151-2/+3
* gro: Enter slow-path if there is no tailroomHerbert Xu2017-01-151-1/+2
* bpf: Fix bpf_redirect to an ipip/ip6tnl devMartin KaFai Lau2016-11-121-11/+6
* net: mangle zero checksum in skb_checksum_help()Eric Dumazet2016-10-311-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-10-291-3/+9
|\
| * packet: on direct_xmit, limit tso and csum to supported devicesWillem de Bruijn2016-10-291-0/+1
| * net: add recursion limit to GROSabrina Dubroca2016-10-201-0/+1
| * net: core: Correctly iterate over lower adjacency listIdo Schimmel2016-10-191-3/+7
* | Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-151-2/+2
|\ \ | |/ |/|
| * latent_entropy: Mark functions with __latent_entropyEmese Revfy2016-10-101-2/+2
* | net: Add netdev all_adj_list refcnt propagation to fix panicAndrew Collins2016-10-041-31/+37