aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2020-05-25Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/cn96xxBruce Ashfield
2020-05-20net: fix a potential recursive NETDEV_FEAT_CHANGECong Wang
2020-04-22Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/cn96xxBruce Ashfield
2020-04-21net: revert default NAPI poll timeout to 2 jiffiesKonstantin Khlebnikov
2020-04-13Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/cn96xxBruce Ashfield
2020-04-13Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/cn96xxBruce Ashfield
2020-04-08net: Fix Tx hash bound checkingAmritha Nambiar
2020-04-01net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso
2020-03-21Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2020-03-05net: export netdev_next_lower_dev_rcu()Taehee Yoo
2020-03-05Revert "net: dev: introduce support for sch BYPASS for lockless qdisc"Paolo Abeni
2020-03-02Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2020-02-24core: Don't skip generic XDP program execution for cloned SKBsToke Høiland-Jørgensen
2020-02-06Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2020-01-29net: Fix packet reordering caused by GRO and listified RX cooperationMaxim Mikityanskiy
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-27Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2020-01-23net: avoid updating qdisc_xmit_lock_key in netdev_update_lockdep_key()Cong Wang
2020-01-13net: Remove preemption disabling in netif_rx()Priyanka Jain
2020-01-13net: dev: always take qdisc's busylock in __dev_xmit_skb()Sebastian Andrzej Siewior
2020-01-13net: Use skbufhead with raw lockThomas Gleixner
2020-01-13net/core: use local_bh_disable() in netif_rx_ni()Sebastian Andrzej Siewior
2020-01-13softirq: Check preemption after reenabling interruptsThomas Gleixner
2020-01-13net: Add a mutex around devnet_rename_seqSebastian Andrzej Siewior
2020-01-13Use CONFIG_PREEMPTIONSebastian Andrzej Siewior
2020-01-09net/sched: annotate lockless accesses to qdisc->emptyEric Dumazet
2019-12-18inet: protect against too small mtu values.Eric Dumazet
2019-11-01net: fix installing orphaned programsJakub Kicinski
2019-10-25netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault
2019-10-24net: remove unnecessary variables and callbackTaehee Yoo
2019-10-24net: core: add ignore flag to netdev_adjacent structureTaehee Yoo
2019-10-24net: core: add generic lockdep keysTaehee Yoo
2019-10-24net: core: limit nested device depthTaehee Yoo
2019-09-27sk_buff: drop all skb extensions on free and skb scrubbingFlorian Westphal
2019-09-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-09-15net/sched: fix race between deactivation and dequeue for NOLOCK qdiscPaolo Abeni
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-09-12net: Fix null de-reference of device refcountSubash Abhinov Kasiviswanathan
2019-08-17net: Don't call XDP_SETUP_PROG when nothing is changedMaxim Mikityanskiy
2019-08-08net: use listified RX for handling GRO_NORMAL skbsEdward Cree
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-05net: fix bpf_xdp_adjust_head regression for generic-XDPJesper Dangaard Brouer
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon
2019-07-29net: fix ifindex collision during namespace removalJiri Pirko
2019-07-08skbuff: increase verbosity when dumping skb dataWillem de Bruijn
2019-06-28net: sched: refactor reinsert actionJohn Hurley
2019-06-16net: handle 802.1P vlan 0 packets properlyGovindarajulu Varadarajan
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-06-04net: fix indirect calls helpers for ptype list hooks.Paolo Abeni