summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
Commit message (Expand)AuthorAgeFilesLines
* net: add netdev_sw_irq_coalesce_default_on()Heiner Kallweit2022-12-031-0/+16
* net: fix napi_disable() logic errorEric Dumazet2022-11-181-2/+2
* net: add atomic_long_t to net_device_stats fieldsEric Dumazet2022-11-161-11/+3
* net: adopt try_cmpxchg() in napi_{enable|disable}()Eric Dumazet2022-11-161-9/+5
* net: adopt try_cmpxchg() in napi_schedule_prep() and napi_complete_done()Eric Dumazet2022-11-161-6/+4
* net: net_{enable|disable}_timestamp() optimizationsEric Dumazet2022-11-161-12/+6
* net: introduce a helper to move notifier block to different namespaceJiri Pirko2022-11-091-4/+18
* net/core: Allow live renaming when an interface is upAndy Ren2022-11-091-17/+2
* net: devlink: track netdev with devlink_port assignedJiri Pirko2022-11-031-5/+9
* net: add new helper unregister_netdevice_many_notifyHangbin Liu2022-10-311-10/+17
* rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu2022-10-311-12/+13
* net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Thomas Gleixner2022-10-281-2/+2
* net: dev: Convert sa_data to flexible array in struct sockaddrKees Cook2022-10-251-1/+1
* 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