aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/netpoll.c
Commit message (Expand)AuthorAge
* netpoll: revert 6bdb7fe3104 and fix be_poll() insteadAmerigo Wang2012-08-29
* netpoll: re-enable irq in poll_napi()Amerigo Wang2012-08-14
* netpoll: handle vlan tags in netpoll tx and rx pathAmerigo Wang2012-08-14
* netpoll: take rcu_read_lock_bh() in netpoll_send_skb_on_dev()Amerigo Wang2012-08-14
* netpoll: take rcu_read_lock_bh() in netpoll_rx()Amerigo Wang2012-08-14
* netpoll: make __netpoll_cleanup non-blockAmerigo Wang2012-08-14
* netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()Amerigo Wang2012-08-14
* netpoll: move np->dev and np->dev_name init into __netpoll_setup()Jiri Pirko2012-07-17
* netpoll: fix netpoll_send_udp() bugsEric Dumazet2012-06-13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-19
|\
| * netpoll: netpoll_poll_dev() should access dev->flagsEric Dumazet2012-02-14
* | netpoll: Neaten MAX_SKB_SIZE macroJoe Perches2012-02-01
* | netpoll: Convert printks to np_<level> and add pr_fmtJoe Perches2012-02-01
|/
* net: reintroduce missing rcu_assign_pointer() callsEric Dumazet2012-01-12
* net: Add queue state xoff flag for stackTom Herbert2011-11-29
* net: Remove all uses of LL_ALLOCATED_SPACEHerbert Xu2011-11-18
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-31
* Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-09-22
|\
| * netpoll: fix incorrect access to skb data in __netpoll_rxEric Dumazet2011-08-26
* | rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger2011-08-02
|/
* netpoll: Remove wrapper function netpoll_pollJoe Perches2011-07-03
* netpoll: Remove unused EXPORT_SYMBOLs of netpoll_poll and netpoll_poll_devJoe Perches2011-07-03
* netpoll: call dev_put() on error in netpoll_setup()Dan Carpenter2011-06-11
* netpoll: prevent netpoll setup on slave devicesWANG Cong2011-06-09
* net: add mac_pton() for parsing MAC addressAlexey Dobriyan2011-05-09
* inet: constify ip headers and in6_addrEric Dumazet2011-04-22
* bond: service netpoll arp queue on master deviceAmerigo Wang2011-02-27
* netpoll: remove IFF_IN_NETPOLL flagAmerigo Wang2011-02-27
* Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-01-07
|\
| * workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...Tejun Heo2010-12-15
* | net: kill unused macrosShan Wei2010-12-20
* | net: add netif_tx_queue_frozen_or_stoppedEric Dumazet2010-11-28
|/
* netpoll: Revert napi_poll fix for bonding driverNeil Horman2010-10-20
* bonding: Fix napi poll for bonding driverNeil Horman2010-10-18
* bonding: Fix bonding drivers improper modification of netpoll structureNeil Horman2010-10-18
* Revert "net: remove zap_completion_queue"David S. Miller2010-08-03
* net/core: EXPORT_SYMBOL cleanupsEric Dumazet2010-07-12
* net: fix "netpoll: Allow netpoll_setup/cleanup recursion"Andrew Morton2010-06-24
* netpoll: Allow netpoll_setup/cleanup recursionHerbert Xu2010-06-15
* netpoll: Add ndo_netpoll_setupHerbert Xu2010-06-15
* netpoll: Add locking for netpoll_setup/cleanupHerbert Xu2010-06-15
* netpoll: Fix RCU usageHerbert Xu2010-06-15
* netpoll: Set npinfo to NULL even with ndo_netpoll_cleanupHerbert Xu2010-06-15
* net: remove zap_completion_queueEric Dumazet2010-05-31
* netpoll: add generic support for bridge and bonding devicesWANG Cong2010-05-06
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* netpoll: warn when there are spaces in parametersAmerigo Wang2010-03-22
* NET: netpoll, fix potential NULL ptr dereferenceJiri Slaby2010-03-16
* netpoll: allow execution of multiple rx_hooks per interfaceDaniel Borkmann2010-01-13
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-09-02
|\