aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/netpoll.c
Commit message (Expand)AuthorAgeFilesLines
* netpoll: Eliminate redundant assignmentBreno Leitao2025-03-241-1/+0
* netconsole: allow selection of egress interface via MAC addressUday Shankar2025-03-191-12/+39
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2025-03-131-2/+7
|\
| * netpoll: hold rcu read lock in __netpoll_send_skb()Breno Leitao2025-03-081-2/+7
* | netpoll: Optimize skb refilling on critical pathBreno Leitao2025-03-081-2/+13
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2025-01-161-5/+5
|\
| * net: netpoll: ensure skb_pool list is always initializedJohn Sperbeck2025-01-151-5/+5
* | netpoll: Make netpoll_send_udp return status instead of voidMaksym Kutsevol2024-12-051-3/+3
* | netpoll: Use rtnl_dereference() for npinfo pointer accessBreno Leitao2024-12-051-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2024-11-191-1/+1
|\
| * netpoll: Use rcu_access_pointer() in __netpoll_setupBreno Leitao2024-11-191-1/+1
* | net: netpoll: flush skb pool during cleanupBreno Leitao2024-11-161-1/+13
* | net: netpoll: Individualize the skb poolBreno Leitao2024-11-161-18/+13
* | netpoll: remove ndo_netpoll_setup() second argumentEric Dumazet2024-10-231-1/+1
|/
* move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
* netpoll: remove netpoll_srcuEric Dumazet2024-09-071-11/+4
* net: Correct spelling in net/coreSimon Horman2024-08-261-1/+1
* netpoll: Ensure clean state on setup failuresBreno Leitao2024-08-261-5/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-08-231-2/+0
|\
| * netpoll: do not export netpoll_poll_[disable|enable]()Eric Dumazet2024-08-221-2/+0
* | net: netpoll: extract core of netpoll_cleanupBreno Leitao2024-08-131-3/+9
|/
* netpoll: Fix race condition in netpoll_owner_activeBreno Leitao2024-05-011-1/+1
* netpoll: allocate netdev tracker right awayJakub Kicinski2023-06-151-3/+2
* net: don't let netpoll invoke NAPI if in xmit contextJakub Kicinski2023-04-021-1/+18
* netpoll: Remove 4s sleep during carrier detectionBreno Leitao2023-01-281-11/+1
* net: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-231-2/+2
* net: rename reference+tracking helpersJakub Kicinski2022-06-101-1/+1
* netpoll: add net device refcount tracker to struct netpollEric Dumazet2021-12-071-2/+2
* Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-07-021-2/+2
|\
| * netpoll: avoid put_unaligned() on single characterArnd Bergmann2021-05-171-2/+2
* | netpoll: don't require irqs disabled in rt kernelsWander Lairson Costa2021-06-011-1/+3
|/
* Revert "net: Have netpoll bring-up DSA management interface"Vladimir Oltean2021-02-061-18/+4
* net: Have netpoll bring-up DSA management interfaceFlorian Fainelli2020-11-181-4/+18
* net: make sure napi_list is safe for RCU traversalJakub Kicinski2020-09-101-1/+1
* net: disable netpoll on fresh napisJakub Kicinski2020-08-261-1/+1
* netpoll: accept NULL np argument in netpoll_send_skb()Eric Dumazet2020-05-081-3/+8
* netpoll: netpoll_send_skb() returns transmit statusEric Dumazet2020-05-081-4/+7
* netpoll: move netpoll_send_skb() out of lineEric Dumazet2020-05-081-2/+11
* netpoll: remove dev argument from netpoll_send_skb_on_dev()Eric Dumazet2020-05-081-4/+6
* netpoll: Fix use correct return type for ndo_start_xmit()Yunjian Wang2020-04-291-4/+5
* net: fix skb use after free in netpollFeng Sun2019-08-281-3/+3
* net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal2019-06-031-2/+8
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-081-1/+1
|\
| * net: dev: rename queue selection helpers.Paolo Abeni2019-03-201-1/+1
* | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-091-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-12-271-1/+1
|\
| * net: core: dev: Add extack argument to dev_open()Petr Machata2018-12-061-1/+1
* | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-12-041-2/+2
|\ \ | |/ |/|
| * net/core: Replace call_rcu_bh() and synchronize_rcu_bh()Paul E. McKenney2018-12-011-2/+2