index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
netpoll.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-24
netpoll: make ndo_poll_controller() optional
Eric Dumazet
1
-12
/
+7
2017-11-08
netpoll: Use lockdep to assert IRQs are disabled/enabled
Frederic Weisbecker
1
-1
/
+1
2017-07-27
netpoll: Fix device name check in netpoll_setup()
Matthias Kaehlcke
1
-1
/
+1
2017-07-14
netpoll: shut up a kernel warning on refcount
WANG Cong
1
-1
/
+1
2017-07-01
net: convert netpoll_info.refcnt from atomic_t to refcount_t
Reshetova, Elena
1
-3
/
+3
2017-07-01
net: convert sk_buff.users from atomic_t to refcount_t
Reshetova, Elena
1
-2
/
+2
2017-06-16
networking: make skb_push & __skb_push return void pointers
Johannes Berg
1
-2
/
+2
2017-04-21
netpoll: Check for skb->queue_mapping
Tushar Dave
1
-2
/
+8
2016-11-17
netpoll: more efficient locking
Eric Dumazet
1
-3
/
+3
2016-07-10
net: tracepoint napi:napi_poll add work and budget
Jesper Dangaard Brouer
1
-1
/
+1
2016-04-06
Revert "netpoll: Fix extra refcount release in netpoll_cleanup()"
Bjorn Helgaas
1
-2
/
+1
2016-03-25
netpoll: Fix extra refcount release in netpoll_cleanup()
Bjorn Helgaas
1
-1
/
+2
2015-09-30
netpoll: Drop budget parameter from NAPI polling call hierarchy
Alexander Duyck
1
-12
/
+11
2015-09-24
netpoll: Close race condition between poll_one_napi and napi_disable
Neil Horman
1
-2
/
+8
2015-08-29
netpoll: warn on netpoll_send_udp users who haven't disabled irqs
Nikolay Aleksandrov
1
-0
/
+2
2015-01-14
net: rename vlan_tx_* helpers since "tx" is misleading there
Jiri Pirko
1
-1
/
+1
2014-11-21
vlan: introduce *vlan_hwaccel_push_inside helpers
Jiri Pirko
1
-3
/
+1
2014-11-21
vlan: rename __vlan_put_tag to vlan_insert_tag_set_proto
Jiri Pirko
1
-2
/
+2
2014-09-02
net: Pass a "more" indication down into netdev_start_xmit() code paths.
David S. Miller
1
-1
/
+1
2014-09-02
net: Do txq_trans_update() in netdev_start_xmit()
David S. Miller
1
-3
/
+1
2014-08-30
net: add skb_get_tx_queue() helper
Daniel Borkmann
1
-1
/
+1
2014-08-25
net: Add ops->ndo_xmit_flush()
David S. Miller
1
-2
/
+1
2014-07-09
netpoll: fix use after free
david decotigny
1
-1
/
+2
2014-04-02
netpoll: Use skb_irq_freeable to make zap_completion_queue safe.
Eric W. Biederman
1
-1
/
+1
2014-03-30
netpoll: Respect NETIF_F_LLTX
Eric W. Biederman
1
-5
/
+5
2014-03-30
netpoll: Remove strong unnecessary assumptions about skbs
Eric W. Biederman
1
-2
/
+2
2014-03-30
netpoll: Rename netpoll_rx_enable/disable to netpoll_poll_disable/enable
Eric W. Biederman
1
-4
/
+4
2014-03-30
netpoll: Only call ndo_start_xmit from a single place
Eric W. Biederman
1
-25
/
+36
2014-03-30
netpoll: Remove gfp parameter from __netpoll_setup
Eric W. Biederman
1
-4
/
+4
2014-03-27
net/core: Use RCU_INIT_POINTER(x, NULL) in netpoll.c
Monam Agarwal
1
-1
/
+1
2014-03-17
netpoll: Remove dead packet receive code (CONFIG_NETPOLL_TRAP)
Eric W. Biederman
1
-519
/
+1
2014-03-17
netpoll: Move all receive processing under CONFIG_NETPOLL_TRAP
Eric W. Biederman
1
-17
/
+64
2014-03-17
netpoll: Consolidate neigh_tx processing in service_neigh_queue
Eric W. Biederman
1
-22
/
+16
2014-03-17
netpoll: Move netpoll_trap under CONFIG_NETPOLL_TRAP
Eric W. Biederman
1
-5
/
+9
2014-03-17
netpoll: Don't drop all received packets.
Eric W. Biederman
1
-11
/
+6
2014-03-17
netpoll: Add netpoll_rx_processing
Eric W. Biederman
1
-2
/
+2
2014-03-17
netpoll: Warn if more packets are processed than are budgeted
Eric W. Biederman
1
-0
/
+1
2014-03-17
netpoll: Visit all napi handlers in poll_napi
Eric W. Biederman
1
-3
/
+0
2014-03-17
netpoll: Pass budget into poll_napi
Eric W. Biederman
1
-3
/
+3
2014-03-17
netpoll: move setting of NETPOLL_RX_DROP into netpoll_poll_dev
Eric W. Biederman
1
-8
/
+8
2014-02-07
netpoll: fix netconsole IPv6 setup
Sabrina Dubroca
1
-1
/
+3
2014-01-22
netpoll: Use ether_addr_copy
Joe Perches
1
-2
/
+2
2014-01-10
net: core: explicitly select a txq before doing l2 forwarding
Jason Wang
1
-1
/
+1
2014-01-03
netpoll: Fix missing TXQ unlock and and OOPS.
David S. Miller
1
-2
/
+9
2013-10-26
netpoll: fix rx_hook() interface by passing the skb
Antonio Quartulli
1
-13
/
+18
2013-09-19
netpoll: fix NULL pointer dereference in netpoll_cleanup
Nikolay Aleksandrov
1
-5
/
+4
2013-09-13
netpoll: Should handle ETH_P_ARP other than ETH_P_IP in netpoll_neigh_reply
Sonic Zhang
1
-1
/
+1
2013-07-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-11
/
+5
2013-06-05
net: core: move mac_pton() to lib/net_utils.c
Andy Shevchenko
1
-0
/
+1
2013-06-05
netpoll: fix position of network header
Amerigo Wang
1
-16
/
+4
[next]