index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
/
netpoll.c
Commit message (
Expand
)
Author
Age
*
netpoll: Use skb_irq_freeable to make zap_completion_queue safe.
Eric W. Biederman
2014-04-01
*
netpoll: Respect NETIF_F_LLTX
Eric W. Biederman
2014-03-29
*
netpoll: Remove strong unnecessary assumptions about skbs
Eric W. Biederman
2014-03-29
*
netpoll: Rename netpoll_rx_enable/disable to netpoll_poll_disable/enable
Eric W. Biederman
2014-03-29
*
netpoll: Only call ndo_start_xmit from a single place
Eric W. Biederman
2014-03-29
*
netpoll: Remove gfp parameter from __netpoll_setup
Eric W. Biederman
2014-03-29
*
net/core: Use RCU_INIT_POINTER(x, NULL) in netpoll.c
Monam Agarwal
2014-03-27
*
netpoll: Remove dead packet receive code (CONFIG_NETPOLL_TRAP)
Eric W. Biederman
2014-03-17
*
netpoll: Move all receive processing under CONFIG_NETPOLL_TRAP
Eric W. Biederman
2014-03-17
*
netpoll: Consolidate neigh_tx processing in service_neigh_queue
Eric W. Biederman
2014-03-17
*
netpoll: Move netpoll_trap under CONFIG_NETPOLL_TRAP
Eric W. Biederman
2014-03-17
*
netpoll: Don't drop all received packets.
Eric W. Biederman
2014-03-17
*
netpoll: Add netpoll_rx_processing
Eric W. Biederman
2014-03-17
*
netpoll: Warn if more packets are processed than are budgeted
Eric W. Biederman
2014-03-17
*
netpoll: Visit all napi handlers in poll_napi
Eric W. Biederman
2014-03-17
*
netpoll: Pass budget into poll_napi
Eric W. Biederman
2014-03-17
*
netpoll: move setting of NETPOLL_RX_DROP into netpoll_poll_dev
Eric W. Biederman
2014-03-17
*
netpoll: fix netconsole IPv6 setup
Sabrina Dubroca
2014-02-07
*
netpoll: Use ether_addr_copy
Joe Perches
2014-01-21
*
net: core: explicitly select a txq before doing l2 forwarding
Jason Wang
2014-01-10
*
netpoll: Fix missing TXQ unlock and and OOPS.
David S. Miller
2014-01-02
*
netpoll: fix rx_hook() interface by passing the skb
Antonio Quartulli
2013-10-25
*
netpoll: fix NULL pointer dereference in netpoll_cleanup
Nikolay Aleksandrov
2013-09-19
*
netpoll: Should handle ETH_P_ARP other than ETH_P_IP in netpoll_neigh_reply
Sonic Zhang
2013-09-12
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2013-07-09
|
\
|
*
netpoll: fix position of network header
Amerigo Wang
2013-06-04
|
*
net, ipv4, ipv6: Correct assignment of skb->network_header to skb->tail
Simon Horman
2013-05-29
|
*
netpoll: remove return value from netpoll_rx_disable()
dingtianhong
2013-05-28
*
|
net: core: move mac_pton() to lib/net_utils.c
Andy Shevchenko
2013-06-05
|
/
*
netpoll: inverted down_trylock() test
Dan Carpenter
2013-05-06
*
netpoll: convert mutex into a semaphore
Neil Horman
2013-05-01
*
net: vlan: add protocol argument to packet tagging functions
Patrick McHardy
2013-04-19
*
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
Patrick McHardy
2013-04-19
*
netpoll: use DEFINE_STATIC_SRCU() to define netpoll_srcu
Lai Jiangshan
2013-03-17
*
netpoll: fix smatch warnings in netpoll core code
Neil Horman
2013-02-13
*
netpoll: cleanup sparse warnings
Neil Horman
2013-02-11
*
netpoll: Fix __netpoll_rcu_free so that it can hold the rtnl lock
Neil Horman
2013-02-11
*
netpoll: protect napi_poll and poll_controller during dev_[open|close]
Neil Horman
2013-02-06
*
netpoll: use the net namespace of current process instead of init_net
Cong Wang
2013-01-28
*
netpoll: use ipv6_addr_equal() to compare ipv6 addr
Cong Wang
2013-01-28
*
netpoll: fix an uninitialized variable
Cong Wang
2013-01-22
*
netpoll: fix a missing dev refcounting
Cong Wang
2013-01-16
*
netpoll: fix a rtnl lock assertion failure
Cong Wang
2013-01-16
*
netpoll: add IPv6 support
Cong Wang
2013-01-08
*
netpoll: prepare for ipv6
Cong Wang
2013-01-08
*
netpoll: remove usage of dev->master
Jiri Pirko
2013-01-04
*
net: remove obsolete simple_strto<foo>
Abhijit Pawar
2012-12-11
*
net: remove obsolete simple_strto<foo>
Abhijit Pawar
2012-12-10
*
netpoll: call ->ndo_select_queue() in tx path
Amerigo Wang
2012-09-19
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-08-31
|
\
[next]