summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-30can: dev: Move device back to init netns on owning netns deleteMartin Willi1-1/+1
2021-01-27net: Disable NETIF_F_HW_TLS_RX when RXCSUM is disabledTariq Toukan1-0/+5
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-07-01net: increment xmit_recursion level in dev_direct_xmit()Eric Dumazet1-0/+2
2020-07-01net: place xmit recursion in softnet dataFlorian Westphal1-7/+3
2020-07-01net: 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-06-03__netif_receive_skb_core: pass skb by referenceBoris Sukholitko1-5/+15
2020-05-20net: fix a potential recursive NETDEV_FEAT_CHANGECong Wang1-1/+3
2020-04-21net: revert default NAPI poll timeout to 2 jiffiesKonstantin Khlebnikov1-1/+2
2020-04-13net: Fix Tx hash bound checkingAmritha Nambiar1-0/+2
2020-02-24core: Don't skip generic XDP program execution for cloned SKBsToke Høiland-Jørgensen1-2/+2
2020-01-29net-sysfs: Fix reference count leakJouni Hogander1-1/+3
2020-01-29net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link()Eric Dumazet1-10/+19
2020-01-27net: fix bpf_xdp_adjust_head regression for generic-XDPJesper Dangaard Brouer1-5/+10
2020-01-27net: core: support XDP generic on stacked devices.Stephen Hemminger1-46/+12
2020-01-09net: core: limit nested device depthTaehee Yoo1-45/+227
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-11-24net: fix generic XDP to handle if eth header was mangledJesper Dangaard Brouer1-0/+14
2019-11-10netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault1-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-04jump_label: move 'asm goto' support test to KconfigMasahiro Yamada1-3/+3
2019-06-04net-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-04-27failover: allow name change on IFF_UP slave interfacesSi-Wei Liu1-1/+15
2019-04-17net: core: netif_receive_skb_list: unlist skb before passing to pt->funcAlexander Lobakin1-1/+3
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-12-17net: fix XPS static_key accountingSabrina Dubroca1-21/+24
2018-12-17net: restore call to netdev_queue_numa_node_write when resetting XPSSabrina Dubroca1-7/+9
2018-12-17net: use skb_list_del_init() to remove from RX sublistsEdward Cree1-4/+4
2018-12-05net: don't keep lonely packets forever in the gro hashPaolo Abeni1-2/+5
2018-11-23net-gro: reset skb->pkt_type in napi_reuse_skb()Eric Dumazet1-0/+4
2018-11-04net: Properly unlink GRO packets on overflow.David S. Miller1-0/+1
2018-10-11net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca1-2/+26
2018-08-30notifier: Remove notifier header file wherever not usedMukesh Ojha1-1/+0
2018-08-10net: allow to call netif_reset_xps_queues() under cpus_read_lockAndrei Vagin1-5/+15
2018-08-06net: check extack._msg before printLi RongQing1-1/+2
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+10
2018-07-30net/tc: introduce TC_ACT_REINSERT.Paolo Abeni1-1/+5
2018-07-29net: report invalid mtu value via netlink extackStephen Hemminger1-6/+17
2018-07-27net: rollback orig value on failure of dev_qdisc_change_tx_queue_lenTariq Toukan1-7/+10
2018-07-21net: Init backlog NAPI's gro_hash.David S. Miller1-6/+12
2018-07-17net: Fix GRO_HASH_BUCKETS assertion.David S. Miller1-1/+1
2018-07-16net: convert gro_count to bitmaskLi RongQing1-12/+24
2018-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-20/+28