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-25net: core: device_rename: Use rwsem instead of a seqcountAhmed S. Darwish1-22/+18
2020-06-25sched/rt, net: Use CONFIG_PREEMPTION.patchThomas Gleixner1-1/+1
2020-05-20net: fix a potential recursive NETDEV_FEAT_CHANGECong Wang1-1/+3
2020-04-24net: revert default NAPI poll timeout to 2 jiffiesKonstantin Khlebnikov1-1/+2
2020-01-29net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link()Eric Dumazet1-12/+20
2020-01-29net-sysfs: Fix reference count leakJouni Hogander1-1/+3
2019-12-21inet: protect against too small mtu values.Eric Dumazet1-1/+2
2019-12-01net: do not abort bulk send on BQL statusEric Dumazet1-1/+1
2019-09-19net: Fix null de-reference of device refcountSubash Abhinov Kasiviswanathan1-0/+2
2019-08-09net: fix ifindex collision during namespace removalJiri Pirko1-0/+2
2019-06-09net-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-05-16net: don't keep lonely packets forever in the gro hashPaolo Abeni1-2/+5
2019-02-23net: Fix for_each_netdev_feature on Big endianHauke Mehrtens1-2/+2
2019-02-06net: set default network namespace in init_dummy_netdev()Josh Elsasser1-0/+3
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-05-25net: Fix a bug in removing queues from XPS mapAmritha Nambiar1-1/+1
2018-04-29vlan: Fix reading memory beyond skb->tail in skb_vlan_tagged_multiToshiaki Makita1-1/+1
2018-04-12net: fool proof dev_valid_name()Eric Dumazet1-1/+1
2018-04-12net: 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-09net: 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-17net: accept UFO datagrams from tuntap and packetWillem de Bruijn1-1/+2
2017-10-16tun: call dev_get_valid_name() before register_netdevice()Cong Wang1-3/+3
2017-09-23net: orphan frags on stand-alone ptype in dev_queue_xmit_nitWillem de Bruijn1-2/+6
2017-09-21net: change skb->mac_header when Generic XDP calls adjust_headEdward Cree1-0/+1
2017-09-09net: rcu lock and preempt disable missing around generic xdpJohn Fastabend1-9/+16
2017-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2017-09-01mlxsw: spectrum: Forbid linking to devices that have uppersIdo Schimmel1-1/+2
2017-08-28net: missing call of trace_napi_poll in busy_poll_stopJesper Dangaard Brouer1-0/+1
2017-08-24xdp: make generic xdp redirect use tracepoint trace_xdp_redirectJesper Dangaard Brouer1-2/+2
2017-08-14net: export some generic xdp helpersJason Wang1-6/+8
2017-08-12net: skb_needs_check() removes CHECKSUM_UNNECESSARY check for tx.Tonghao Zhang1-2/+1
2017-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-08-09net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn1-1/+1
2017-08-04sock: enable MSG_ZEROCOPYWillem de Bruijn1-2/+2
2017-07-24net: call udp_tunnel_get_rx_info when NETIF_F_RX_UDP_TUNNEL_PORT is toggledSabrina Dubroca1-1/+21
2017-07-24net: add new netdevice feature for offload of RX port for UDP tunnelsSabrina Dubroca1-0/+6
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2017-07-20net: make dev_close and related functions voidstephen hemminger1-15/+11
2017-07-17net: Remove references to NETIF_F_UFO in netdev_fix_features().David S. Miller1-18/+0