summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2020-06-25net: core: device_rename: Use rwsem instead of a seqcountAhmed S. Darwish
2020-06-25sched/rt, net: Use CONFIG_PREEMPTION.patchThomas Gleixner
2020-06-03__netif_receive_skb_core: pass skb by referenceBoris Sukholitko
2020-05-20net: fix a potential recursive NETDEV_FEAT_CHANGECong Wang
2020-04-21net: revert default NAPI poll timeout to 2 jiffiesKonstantin Khlebnikov
2020-04-13net: Fix Tx hash bound checkingAmritha Nambiar
2020-02-24core: Don't skip generic XDP program execution for cloned SKBsToke Høiland-Jørgensen
2020-01-29net-sysfs: Fix reference count leakJouni Hogander
2020-01-29net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link()Eric Dumazet
2020-01-27net: fix bpf_xdp_adjust_head regression for generic-XDPJesper Dangaard Brouer
2020-01-27net: core: support XDP generic on stacked devices.Stephen Hemminger
2020-01-09net: core: limit nested device depthTaehee Yoo
2019-12-21inet: protect against too small mtu values.Eric Dumazet
2019-12-01net: do not abort bulk send on BQL statusEric Dumazet
2019-11-24net: fix generic XDP to handle if eth header was mangledJesper Dangaard Brouer
2019-11-10netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault
2019-09-19net: Fix null de-reference of device refcountSubash Abhinov Kasiviswanathan
2019-08-09net: fix ifindex collision during namespace removalJiri Pirko
2019-06-04jump_label: move 'asm goto' support test to KconfigMasahiro Yamada
2019-06-04net-gro: fix use-after-free read in napi_gro_frags()Eric Dumazet
2019-05-25net: avoid weird emergency messageEric Dumazet
2019-04-27failover: allow name change on IFF_UP slave interfacesSi-Wei Liu
2019-04-17net: core: netif_receive_skb_list: unlist skb before passing to pt->funcAlexander Lobakin
2019-02-23net: Fix for_each_netdev_feature on Big endianHauke Mehrtens
2019-02-06net: set default network namespace in init_dummy_netdev()Josh Elsasser
2018-12-17net: fix XPS static_key accountingSabrina Dubroca
2018-12-17net: restore call to netdev_queue_numa_node_write when resetting XPSSabrina Dubroca
2018-12-17net: use skb_list_del_init() to remove from RX sublistsEdward Cree
2018-12-05net: don't keep lonely packets forever in the gro hashPaolo Abeni
2018-11-23net-gro: reset skb->pkt_type in napi_reuse_skb()Eric Dumazet
2018-11-04net: Properly unlink GRO packets on overflow.David S. Miller
2018-10-10net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca
2018-08-30notifier: Remove notifier header file wherever not usedMukesh Ojha
2018-08-09net: allow to call netif_reset_xps_queues() under cpus_read_lockAndrei Vagin
2018-08-05net: check extack._msg before printLi RongQing
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-30net/tc: introduce TC_ACT_REINSERT.Paolo Abeni
2018-07-29net: report invalid mtu value via netlink extackStephen Hemminger
2018-07-26net: rollback orig value on failure of dev_qdisc_change_tx_queue_lenTariq Toukan
2018-07-20net: Init backlog NAPI's gro_hash.David S. Miller
2018-07-16net: Fix GRO_HASH_BUCKETS assertion.David S. Miller
2018-07-16net: convert gro_count to bitmaskLi RongQing
2018-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-07-13xdp: support simultaneous driver and hw XDP attachmentJakub Kicinski
2018-07-13xdp: don't make drivers report attachment modeJakub Kicinski
2018-07-12net: gro: properly remove skb from listPrashant Bhole
2018-07-11Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller
2018-07-09net: core: fix use-after-free in __netif_receive_skb_list_coreEdward Cree
2018-07-09net: core: fix uses-after-free in list processingEdward Cree
2018-07-09net: allow fallback function to pass netdevAlexander Duyck