summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorLines
2022-08-24net: Fix a data-race around netdev_unregister_timeout_secs.Kuniyuki Iwashima-1/+1
2022-08-24net: Fix a data-race around netdev_budget_usecs.Kuniyuki Iwashima-1/+1
2022-08-24net: Fix a data-race around netdev_budget.Kuniyuki Iwashima-1/+1
2022-08-24net: Fix data-races around netdev_tstamp_prequeue.Kuniyuki Iwashima-4/+4
2022-08-24net: Fix data-races around netdev_max_backlog.Kuniyuki Iwashima-2/+2
2022-08-24net: Fix data-races around weight_p and dev_weight_[rt]x_bias.Kuniyuki Iwashima-1/+1
2022-07-22Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-0/+1
2022-07-19bpf: Don't redirect packets with invalid pkt_lenZhengchao Shao-0/+1
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+6
2022-07-06xdp: Fix spurious packet loss in generic XDP TX pathJohan Almbladh-2/+6
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-10/+15
2022-06-17net: fix data-race in dev_isalive()Eric Dumazet-10/+15
2022-06-09net: add napi_get_frags_check() helperEric Dumazet-0/+18
2022-06-09net: use DEBUG_NET_WARN_ON_ONCE() in dev_loopback_xmit()Eric Dumazet-1/+1
2022-06-09net: adopt u64_stats_t in struct pcpu_sw_netstatsEric Dumazet-9/+9
2022-06-09net: rename reference+tracking helpersJakub Kicinski-5/+5
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-70/+162
2022-05-24Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-3/+0
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2022-05-18random32: use real rng for non-deterministic randomnessJason A. Donenfeld-3/+0
2022-05-16net: fix dev_fill_forward_path with pppoe + bridgeFelix Fietkau-1/+1
2022-05-16net: call skb_defer_free_flush() before each napi_poll()Eric Dumazet-2/+3
2022-05-16net: add skb_defer_max sysctlEric Dumazet-0/+1
2022-05-16net: use napi_consume_skb() in skb_defer_free_flush()Eric Dumazet-1/+1
2022-05-16net: fix possible race in skb_attempt_defer_free()Eric Dumazet-2/+5
2022-05-16net: allow gro_max_size to exceed 65536Alexander Duyck-1/+1
2022-05-16net: allow gso_max_size to exceed 65536Alexander Duyck-3/+4
2022-05-12net: update the register_netdevice() kdocJakub Kicinski-14/+6
2022-05-11net: add more debug info in skb_checksum_help()Eric Dumazet-4/+6
2022-05-11net: remove two BUG() from skb_checksum_help()Eric Dumazet-2/+6
2022-05-10net: fix kdoc on __dev_queue_xmit()Jakub Kicinski-20/+15
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski-2/+2
2022-05-06net: don't allow user space to lift the device limitsJakub Kicinski-0/+35
2022-05-06net: add netif_inherit_tso_max()Jakub Kicinski-0/+12
2022-05-03netdev: reshuffle netif_napi_add() APIs to allow dropping weightJakub Kicinski-3/+3
2022-04-30net: inline dev_queue_xmit()Pavel Begunkov-13/+2
2022-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-10/+6
2022-04-28net: make sure net_rx_action() calls skb_defer_free_flush()Eric Dumazet-1/+2
2022-04-26net: Use this_cpu_inc() to increment net->core_statsSebastian Andrzej Siewior-9/+5
2022-04-26net: generalize skb freeing deferral to per-cpu listsEric Dumazet-0/+31
2022-04-19net: sched: use queue_mapping to pick tx queueTonghao Zhang-2/+29
2022-04-11net: skb: rename SKB_DROP_REASON_PTYPE_ABSENTMenglong Dong-5/+3
2022-04-07net-core: rx_otherhost_dropped to core_statsJeffrey Ji-0/+1
2022-04-07net: extract a few internals from netdevice.hJakub Kicinski-0/+1
2022-04-07net: unexport a handful of dev_* functionsJakub Kicinski-6/+0
2022-04-06net: ethernet: mtk_eth_soc: implement flow offloading to WED devicesFelix Fietkau-0/+4
2022-04-05net: ensure net_todo_list is processed quicklyJohannes Berg-1/+1
2022-03-28net: move net_unlink_todo() out of the headerJohannes Berg-0/+10
2022-03-21net: Revert the softirq will run annotation in ____napi_schedule().Sebastian Andrzej Siewior-2/+1
2022-03-18net: set default rss queues num to physical cores / 2Íñigo Huguet-4/+16