Age | Commit message (Expand) | Author |
2012-09-19 | netpoll: call ->ndo_select_queue() in tx path | Amerigo Wang |
2012-08-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2012-08-30 | netpoll: provide an IP ident in UDP frames | Eric Dumazet |
2012-08-29 | netpoll: revert 6bdb7fe3104 and fix be_poll() instead | Amerigo Wang |
2012-08-14 | netpoll: re-enable irq in poll_napi() | Amerigo Wang |
2012-08-14 | netpoll: handle vlan tags in netpoll tx and rx path | Amerigo Wang |
2012-08-14 | netpoll: take rcu_read_lock_bh() in netpoll_send_skb_on_dev() | Amerigo Wang |
2012-08-14 | netpoll: take rcu_read_lock_bh() in netpoll_rx() | Amerigo Wang |
2012-08-14 | netpoll: make __netpoll_cleanup non-block | Amerigo Wang |
2012-08-14 | netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup() | Amerigo Wang |
2012-07-17 | netpoll: move np->dev and np->dev_name init into __netpoll_setup() | Jiri Pirko |
2012-06-13 | netpoll: fix netpoll_send_udp() bugs | Eric Dumazet |
2012-02-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2012-02-14 | netpoll: netpoll_poll_dev() should access dev->flags | Eric Dumazet |
2012-02-01 | netpoll: Neaten MAX_SKB_SIZE macro | Joe Perches |
2012-02-01 | netpoll: Convert printks to np_<level> and add pr_fmt | Joe Perches |
2012-01-12 | net: reintroduce missing rcu_assign_pointer() calls | Eric Dumazet |
2011-11-29 | net: Add queue state xoff flag for stack | Tom Herbert |
2011-11-18 | net: Remove all uses of LL_ALLOCATED_SPACE | Herbert Xu |
2011-10-31 | net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules | Paul Gortmaker |
2011-09-22 | Merge branch 'master' of github.com:davem330/net | David S. Miller |
2011-08-26 | netpoll: fix incorrect access to skb data in __netpoll_rx | Eric Dumazet |
2011-08-02 | rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER | Stephen Hemminger |
2011-07-03 | 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-06-11 | netpoll: call dev_put() on error in netpoll_setup() | Dan Carpenter |
2011-06-09 | netpoll: prevent netpoll setup on slave devices | WANG Cong |
2011-05-09 | net: add mac_pton() for parsing MAC address | Alexey Dobriyan |
2011-04-22 | inet: constify ip headers and in6_addr | Eric Dumazet |
2011-02-27 | bond: service netpoll arp queue on master device | Amerigo Wang |
2011-02-27 | netpoll: remove IFF_IN_NETPOLL flag | Amerigo Wang |
2011-01-07 | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds |
2010-12-19 | net: kill unused macros | Shan Wei |
2010-12-15 | workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela... | Tejun Heo |
2010-11-28 | net: add netif_tx_queue_frozen_or_stopped | Eric Dumazet |
2010-10-20 | netpoll: Revert napi_poll fix for bonding driver | Neil Horman |
2010-10-18 | bonding: Fix napi poll for bonding driver | Neil Horman |
2010-10-18 | bonding: Fix bonding drivers improper modification of netpoll structure | Neil Horman |
2010-08-03 | Revert "net: remove zap_completion_queue" | David S. Miller |
2010-07-12 | net/core: EXPORT_SYMBOL cleanups | Eric Dumazet |
2010-06-24 | net: fix "netpoll: Allow netpoll_setup/cleanup recursion" | Andrew Morton |
2010-06-15 | 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-05-31 | net: remove zap_completion_queue | Eric Dumazet |
2010-05-06 | netpoll: add generic support for bridge and bonding devices | WANG Cong |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo |
2010-03-22 | netpoll: warn when there are spaces in parameters | Amerigo Wang |