summaryrefslogtreecommitdiff
path: root/net/core/netpoll.c
AgeCommit message (Expand)Author
2010-08-03Revert "net: remove zap_completion_queue"David S. Miller
2010-07-12net/core: EXPORT_SYMBOL cleanupsEric Dumazet
2010-06-24net: fix "netpoll: Allow netpoll_setup/cleanup recursion"Andrew Morton
2010-06-15netpoll: Allow netpoll_setup/cleanup recursionHerbert Xu
2010-06-15netpoll: Add ndo_netpoll_setupHerbert Xu
2010-06-15netpoll: Add locking for netpoll_setup/cleanupHerbert Xu
2010-06-15netpoll: Fix RCU usageHerbert Xu
2010-06-15netpoll: Set npinfo to NULL even with ndo_netpoll_cleanupHerbert Xu
2010-05-31net: remove zap_completion_queueEric Dumazet
2010-05-06netpoll: add generic support for bridge and bonding devicesWANG Cong
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-22netpoll: warn when there are spaces in parametersAmerigo Wang
2010-03-16NET: netpoll, fix potential NULL ptr dereferenceJiri Slaby
2010-01-13netpoll: allow execution of multiple rx_hooks per interfaceDaniel Borkmann
2009-09-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-08-23netpoll: warning for ndo_start_xmit returns with interrupts enabledDongdong Deng
2009-07-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-07-08netpoll: Fix carrier detection for drivers that are using phylibAnton Vorontsov
2009-07-08netpoll: Introduce netpoll_carrier_timeout kernel optionAnton Vorontsov
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2009-05-25net: txq_trans_update() helperEric Dumazet
2009-05-21net: Fix arg to trace_napi_poll() in netpoll.David S. Miller
2009-05-21dropmon: add ability to detect when hardware dropsrxpacketsNeil Horman
2009-05-17netpoll: don't dereference NULL dev from npPavel Emelyanov
2009-03-28netpoll: store local and remote ip in net-endianHarvey Harrison
2008-12-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-12-09netpoll: fix race on poll_list resulting in garbage entryNeil Horman
2008-11-20netdev: add more functions to netdevice opsStephen Hemminger
2008-11-19netdev: network device operations infrastructureStephen Hemminger
2008-11-19include/net net/ - csum_partial - remove unnecessary castsJoe Perches
2008-10-27net: convert print_mac to %pMJohannes Berg
2008-07-31netdev: Fix lockdep warnings in multiqueue configurations.David S. Miller
2008-07-17net: Use queue aware tests throughout.David S. Miller
2008-05-12net: Allow netdevices to specify needed head/tailroomJohannes Berg
2008-03-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller
2008-03-20netpoll: zap_completion_queue: adjust skb->users counterJarek Poplawski
2008-03-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-03-04[NETPOLL]: Revert two bogus cleanups that broke netconsole.David S. Miller
2008-03-03[ARP]: Introduce the arp_hdr_len helper.Pavel Emelyanov
2008-01-28[IPV4] net/core: Use ipv4_is_<type>Joe Perches
2008-01-28[NETPOLL]: Don't need rx_flags.Stephen Hemminger
2008-01-28[NETPOLL]: Kill NETPOLL_RX_DROP, set but never tested.Stephen Hemminger
2008-01-28[NETPOLL]: no need to store local_macStephen Hemminger
2008-01-28[NETPOLL]: netpoll_poll() cleanupStephen Hemminger
2008-01-28[NETPOLL]: Use skb_queue_purge().Stephen Hemminger
2007-10-29[NET]: Fix race between poll_napi() and net_rx_action()David S. Miller
2007-10-22[NET]: Hide the queue_mapping field inside netif_subqueue_stoppedPavel Emelyanov
2007-10-10[NET]: Wrap netdevice hardware header creation.Stephen Hemminger
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman