Eric Dumazet
|
89c4b442b7
netpoll: more efficient locking
|
8 년 전 |
Jesper Dangaard Brouer
|
1db19db7f5
net: tracepoint napi:napi_poll add work and budget
|
9 년 전 |
Bjorn Helgaas
|
727ceaa49b
Revert "netpoll: Fix extra refcount release in netpoll_cleanup()"
|
9 년 전 |
Bjorn Helgaas
|
543e3a8da5
netpoll: Fix extra refcount release in netpoll_cleanup()
|
9 년 전 |
Alexander Duyck
|
822d54b9c2
netpoll: Drop budget parameter from NAPI polling call hierarchy
|
10 년 전 |
Neil Horman
|
2d8bff1269
netpoll: Close race condition between poll_one_napi and napi_disable
|
10 년 전 |
Nikolay Aleksandrov
|
c9fd56b34e
netpoll: warn on netpoll_send_udp users who haven't disabled irqs
|
10 년 전 |
Jiri Pirko
|
df8a39defa
net: rename vlan_tx_* helpers since "tx" is misleading there
|
10 년 전 |
Jiri Pirko
|
5968250c86
vlan: introduce *vlan_hwaccel_push_inside helpers
|
10 년 전 |
Jiri Pirko
|
62749e2cb3
vlan: rename __vlan_put_tag to vlan_insert_tag_set_proto
|
10 년 전 |
David S. Miller
|
fa2dbdc253
net: Pass a "more" indication down into netdev_start_xmit() code paths.
|
11 년 전 |
David S. Miller
|
10b3ad8c21
net: Do txq_trans_update() in netdev_start_xmit()
|
11 년 전 |
Daniel Borkmann
|
10c51b5623
net: add skb_get_tx_queue() helper
|
11 년 전 |
David S. Miller
|
4798248e4e
net: Add ops->ndo_xmit_flush()
|
11 년 전 |
david decotigny
|
efa95b01da
netpoll: fix use after free
|
11 년 전 |
Eric W. Biederman
|
b1586f099b
netpoll: Use skb_irq_freeable to make zap_completion_queue safe.
|
11 년 전 |
Eric W. Biederman
|
5efeac44cf
netpoll: Respect NETIF_F_LLTX
|
11 년 전 |
Eric W. Biederman
|
080b3c19a4
netpoll: Remove strong unnecessary assumptions about skbs
|
11 년 전 |
Eric W. Biederman
|
66b5552fc2
netpoll: Rename netpoll_rx_enable/disable to netpoll_poll_disable/enable
|
11 년 전 |
Eric W. Biederman
|
944e294857
netpoll: Only call ndo_start_xmit from a single place
|
11 년 전 |
Eric W. Biederman
|
a8779ec1c5
netpoll: Remove gfp parameter from __netpoll_setup
|
11 년 전 |
Monam Agarwal
|
fcb144b5df
net/core: Use RCU_INIT_POINTER(x, NULL) in netpoll.c
|
11 년 전 |
Eric W. Biederman
|
9c62a68d13
netpoll: Remove dead packet receive code (CONFIG_NETPOLL_TRAP)
|
11 년 전 |
Eric W. Biederman
|
e1bd4d3d7d
netpoll: Move all receive processing under CONFIG_NETPOLL_TRAP
|
11 년 전 |
Eric W. Biederman
|
18b37535f8
netpoll: Consolidate neigh_tx processing in service_neigh_queue
|
11 년 전 |
Eric W. Biederman
|
ad8d475244
netpoll: Move netpoll_trap under CONFIG_NETPOLL_TRAP
|
11 년 전 |
Eric W. Biederman
|
b6bacd550c
netpoll: Don't drop all received packets.
|
11 년 전 |
Eric W. Biederman
|
ff60763143
netpoll: Add netpoll_rx_processing
|
11 년 전 |
Eric W. Biederman
|
e97dc3fcf9
netpoll: Warn if more packets are processed than are budgeted
|
11 년 전 |
Eric W. Biederman
|
eb8143b469
netpoll: Visit all napi handlers in poll_napi
|
11 년 전 |