Frederic Weisbecker
|
af07339373
netpoll: Use lockdep to assert IRQs are disabled/enabled
|
7 年之前 |
Matthias Kaehlcke
|
0c3a8f8b8f
netpoll: Fix device name check in netpoll_setup()
|
8 年之前 |
WANG Cong
|
230cd1279d
netpoll: shut up a kernel warning on refcount
|
8 年之前 |
Reshetova, Elena
|
433cea4d9b
net: convert netpoll_info.refcnt from atomic_t to refcount_t
|
8 年之前 |
Reshetova, Elena
|
633547973f
net: convert sk_buff.users from atomic_t to refcount_t
|
8 年之前 |
Johannes Berg
|
d58ff35122
networking: make skb_push & __skb_push return void pointers
|
8 年之前 |
Tushar Dave
|
c70b17b775
netpoll: Check for skb->queue_mapping
|
8 年之前 |
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 年之前 |