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
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-02-19
|
\
|
*
netpoll: netpoll_poll_dev() should access dev->flags
Eric Dumazet
2012-02-14
*
|
netpoll: Neaten MAX_SKB_SIZE macro
Joe Perches
2012-02-01
*
|
netpoll: Convert printks to np_<level> and add pr_fmt
Joe Perches
2012-02-01
|
/
*
net: reintroduce missing rcu_assign_pointer() calls
Eric Dumazet
2012-01-12
*
net: Add queue state xoff flag for stack
Tom Herbert
2011-11-29
*
net: Remove all uses of LL_ALLOCATED_SPACE
Herbert Xu
2011-11-18
*
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
Paul Gortmaker
2011-10-31
*
Merge branch 'master' of github.com:davem330/net
David S. Miller
2011-09-22
|
\
|
*
netpoll: fix incorrect access to skb data in __netpoll_rx
Eric Dumazet
2011-08-26
*
|
rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER
Stephen Hemminger
2011-08-02
|
/
*
netpoll: Remove wrapper function netpoll_poll
Joe Perches
2011-07-03
*
netpoll: Remove unused EXPORT_SYMBOLs of netpoll_poll and netpoll_poll_dev
Joe Perches
2011-07-03
*
netpoll: call dev_put() on error in netpoll_setup()
Dan Carpenter
2011-06-11
*
netpoll: prevent netpoll setup on slave devices
WANG Cong
2011-06-09
*
net: add mac_pton() for parsing MAC address
Alexey Dobriyan
2011-05-09
*
inet: constify ip headers and in6_addr
Eric Dumazet
2011-04-22
*
bond: service netpoll arp queue on master device
Amerigo Wang
2011-02-27
*
netpoll: remove IFF_IN_NETPOLL flag
Amerigo Wang
2011-02-27
*
Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2011-01-07
|
\
|
*
workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...
Tejun Heo
2010-12-15
*
|
net: kill unused macros
Shan Wei
2010-12-20
*
|
net: add netif_tx_queue_frozen_or_stopped
Eric Dumazet
2010-11-28
|
/
*
netpoll: Revert napi_poll fix for bonding driver
Neil Horman
2010-10-20
*
bonding: Fix napi poll for bonding driver
Neil Horman
2010-10-18
*
bonding: Fix bonding drivers improper modification of netpoll structure
Neil Horman
2010-10-18
*
Revert "net: remove zap_completion_queue"
David S. Miller
2010-08-03
*
net/core: EXPORT_SYMBOL cleanups
Eric Dumazet
2010-07-12
*
net: fix "netpoll: Allow netpoll_setup/cleanup recursion"
Andrew Morton
2010-06-24
*
netpoll: Allow netpoll_setup/cleanup recursion
Herbert Xu
2010-06-15
*
netpoll: Add ndo_netpoll_setup
Herbert Xu
2010-06-15
*
netpoll: Add locking for netpoll_setup/cleanup
Herbert Xu
2010-06-15
*
netpoll: Fix RCU usage
Herbert Xu
2010-06-15
*
netpoll: Set npinfo to NULL even with ndo_netpoll_cleanup
Herbert Xu
2010-06-15
*
net: remove zap_completion_queue
Eric Dumazet
2010-05-31
*
netpoll: add generic support for bridge and bonding devices
WANG Cong
2010-05-06
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
*
netpoll: warn when there are spaces in parameters
Amerigo Wang
2010-03-22
*
NET: netpoll, fix potential NULL ptr dereference
Jiri Slaby
2010-03-16
*
netpoll: allow execution of multiple rx_hooks per interface
Daniel Borkmann
2010-01-13
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-09-02
|
\
|
*
netpoll: warning for ndo_start_xmit returns with interrupts enabled
Dongdong Deng
2009-08-23
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-07-09
|
\
|
|
*
netpoll: Fix carrier detection for drivers that are using phylib
Anton Vorontsov
2009-07-08
*
|
netpoll: Introduce netpoll_carrier_timeout kernel option
Anton Vorontsov
2009-07-08
|
/
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...
David S. Miller
2009-06-15
|
\
*
|
net: txq_trans_update() helper
Eric Dumazet
2009-05-26
*
|
net: Fix arg to trace_napi_poll() in netpoll.
David S. Miller
2009-05-22
*
|
dropmon: add ability to detect when hardware dropsrxpackets
Neil Horman
2009-05-21
|
/
*
netpoll: don't dereference NULL dev from np
Pavel Emelyanov
2009-05-17
[next]