summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
Commit message (Expand)AuthorAgeFilesLines
* net: Fix return value of qdisc ingress handling on successPaul Blakey2022-10-191-0/+4
* net: skb: introduce and use a single page frag cachePaolo Abeni2022-09-291-17/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-08-251-10/+10
|\
| * net: Fix a data-race around netdev_unregister_timeout_secs.Kuniyuki Iwashima2022-08-241-1/+1
| * net: Fix a data-race around netdev_budget_usecs.Kuniyuki Iwashima2022-08-241-1/+1
| * net: Fix a data-race around netdev_budget.Kuniyuki Iwashima2022-08-241-1/+1
| * net: Fix data-races around netdev_tstamp_prequeue.Kuniyuki Iwashima2022-08-241-4/+4
| * net: Fix data-races around netdev_max_backlog.Kuniyuki Iwashima2022-08-241-2/+2
| * net: Fix data-races around weight_p and dev_weight_[rt]x_bias.Kuniyuki Iwashima2022-08-241-1/+1
* | net: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-221-2/+2
* | Remove DECnet support from kernelStephen Hemminger2022-08-221-3/+1
|/
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-07-221-0/+1
|\
| * bpf: Don't redirect packets with invalid pkt_lenZhengchao Shao2022-07-191-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-141-2/+6
|\ \ | |/ |/|
| * xdp: Fix spurious packet loss in generic XDP TX pathJohan Almbladh2022-07-061-2/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-231-10/+15
|\|
| * net: fix data-race in dev_isalive()Eric Dumazet2022-06-171-10/+15
* | net: add napi_get_frags_check() helperEric Dumazet2022-06-091-0/+18
* | net: use DEBUG_NET_WARN_ON_ONCE() in dev_loopback_xmit()Eric Dumazet2022-06-091-1/+1
* | net: adopt u64_stats_t in struct pcpu_sw_netstatsEric Dumazet2022-06-091-9/+9
* | net: rename reference+tracking helpersJakub Kicinski2022-06-091-5/+5
|/
* Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-05-251-70/+162
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-191-1/+1
| |\
| * | net: call skb_defer_free_flush() before each napi_poll()Eric Dumazet2022-05-161-2/+3
| * | net: add skb_defer_max sysctlEric Dumazet2022-05-161-0/+1
| * | net: use napi_consume_skb() in skb_defer_free_flush()Eric Dumazet2022-05-161-1/+1
| * | net: fix possible race in skb_attempt_defer_free()Eric Dumazet2022-05-161-2/+5
| * | net: allow gro_max_size to exceed 65536Alexander Duyck2022-05-161-1/+1
| * | net: allow gso_max_size to exceed 65536Alexander Duyck2022-05-161-3/+4
| * | net: update the register_netdevice() kdocJakub Kicinski2022-05-121-14/+6
| * | net: add more debug info in skb_checksum_help()Eric Dumazet2022-05-111-4/+6
| * | net: remove two BUG() from skb_checksum_help()Eric Dumazet2022-05-111-2/+6
| * | net: fix kdoc on __dev_queue_xmit()Jakub Kicinski2022-05-101-20/+15
| * | net: make drivers set the TSO limit not the GSO limitJakub Kicinski2022-05-061-2/+2
| * | net: don't allow user space to lift the device limitsJakub Kicinski2022-05-061-0/+35
| * | net: add netif_inherit_tso_max()Jakub Kicinski2022-05-061-0/+12
| * | netdev: reshuffle netif_napi_add() APIs to allow dropping weightJakub Kicinski2022-05-031-3/+3
| * | net: inline dev_queue_xmit()Pavel Begunkov2022-04-301-13/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-281-10/+6
| |\ \
| * | | net: make sure net_rx_action() calls skb_defer_free_flush()Eric Dumazet2022-04-281-1/+2
| * | | net: generalize skb freeing deferral to per-cpu listsEric Dumazet2022-04-261-0/+31
| * | | net: sched: use queue_mapping to pick tx queueTonghao Zhang2022-04-191-2/+29
| * | | net: skb: rename SKB_DROP_REASON_PTYPE_ABSENTMenglong Dong2022-04-111-5/+3
| * | | net-core: rx_otherhost_dropped to core_statsJeffrey Ji2022-04-071-0/+1
| * | | net: extract a few internals from netdevice.hJakub Kicinski2022-04-071-0/+1
| * | | net: unexport a handful of dev_* functionsJakub Kicinski2022-04-071-6/+0
| * | | net: ethernet: mtk_eth_soc: implement flow offloading to WED devicesFelix Fietkau2022-04-061-0/+4
| * | | net: ensure net_todo_list is processed quicklyJohannes Berg2022-04-051-1/+1
* | | | Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-05-241-3/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | random32: use real rng for non-deterministic randomnessJason A. Donenfeld2022-05-181-3/+0
| | |/ | |/|