summaryrefslogtreecommitdiffstats
path: root/net/core/netpoll.c
AgeCommit message (Expand)AuthorLines
2012-08-29netpoll: revert 6bdb7fe3104 and fix be_poll() insteadAmerigo Wang-9/+1
2012-08-14netpoll: re-enable irq in poll_napi()Amerigo Wang-1/+9
2012-08-14netpoll: handle vlan tags in netpoll tx and rx pathAmerigo Wang-0/+15
2012-08-14netpoll: take rcu_read_lock_bh() in netpoll_send_skb_on_dev()Amerigo Wang-14/+17
2012-08-14netpoll: take rcu_read_lock_bh() in netpoll_rx()Amerigo Wang-2/+1
2012-08-14netpoll: make __netpoll_cleanup non-blockAmerigo Wang-10/+32
2012-08-14netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()Amerigo Wang-4/+4
2012-07-17netpoll: move np->dev and np->dev_name init into __netpoll_setup()Jiri Pirko-5/+5
2012-06-13netpoll: fix netpoll_send_udp() bugsEric Dumazet-5/+6
2012-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2012-02-14netpoll: netpoll_poll_dev() should access dev->flagsEric Dumazet-1/+1
2012-02-01netpoll: Neaten MAX_SKB_SIZE macroJoe Perches-3/+5
2012-02-01netpoll: Convert printks to np_<level> and add pr_fmtJoe Perches-35/+28
2012-01-12net: reintroduce missing rcu_assign_pointer() callsEric Dumazet-1/+1
2011-11-29net: Add queue state xoff flag for stackTom Herbert-2/+2
2011-11-18net: Remove all uses of LL_ALLOCATED_SPACEHerbert Xu-2/+4
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker-0/+1
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller-1/+3
2011-08-26netpoll: fix incorrect access to skb data in __netpoll_rxEric Dumazet-1/+3
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger-2/+2
2011-07-03netpoll: Remove wrapper function netpoll_pollJoe Perches-7/+2
2011-07-03netpoll: Remove unused EXPORT_SYMBOLs of netpoll_poll and netpoll_poll_devJoe Perches-4/+2
2011-06-11netpoll: call dev_put() on error in netpoll_setup()Dan Carpenter-1/+2
2011-06-09netpoll: prevent netpoll setup on slave devicesWANG Cong-0/+6
2011-05-09net: add mac_pton() for parsing MAC addressAlexey Dobriyan-25/+1
2011-04-22inet: constify ip headers and in6_addrEric Dumazet-1/+1
2011-02-27bond: service netpoll arp queue on master deviceAmerigo Wang-0/+11
2011-02-27netpoll: remove IFF_IN_NETPOLL flagAmerigo Wang-2/+0
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds-1/+1
2010-12-19net: kill unused macrosShan Wei-1/+0
2010-12-15workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...Tejun Heo-1/+1
2010-11-28net: add netif_tx_queue_frozen_or_stoppedEric Dumazet-2/+1
2010-10-20netpoll: Revert napi_poll fix for bonding driverNeil Horman-8/+1
2010-10-18bonding: Fix napi poll for bonding driverNeil Horman-1/+8
2010-10-18bonding: Fix bonding drivers improper modification of netpoll structureNeil Horman-3/+3
2010-08-03Revert "net: remove zap_completion_queue"David S. Miller-0/+31
2010-07-12net/core: EXPORT_SYMBOL cleanupsEric Dumazet-10/+9
2010-06-24net: fix "netpoll: Allow netpoll_setup/cleanup recursion"Andrew Morton-1/+0
2010-06-15netpoll: Allow netpoll_setup/cleanup recursionHerbert Xu-79/+97
2010-06-15netpoll: Add ndo_netpoll_setupHerbert Xu-0/+10
2010-06-15netpoll: Add locking for netpoll_setup/cleanupHerbert Xu-75/+76
2010-06-15netpoll: Fix RCU usageHerbert Xu-8/+12
2010-06-15netpoll: Set npinfo to NULL even with ndo_netpoll_cleanupHerbert Xu-2/+1
2010-05-31net: remove zap_completion_queueEric Dumazet-31/+0
2010-05-06netpoll: add generic support for bridge and bonding devicesWANG Cong-5/+21
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-03-22netpoll: warn when there are spaces in parametersAmerigo Wang-2/+5
2010-03-16NET: netpoll, fix potential NULL ptr dereferenceJiri Slaby-2/+2
2010-01-13netpoll: allow execution of multiple rx_hooks per interfaceDaniel Borkmann-63/+106
2009-09-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-0/+5