summaryrefslogtreecommitdiffstats
path: root/net/core/netpoll.c
AgeCommit message (Expand)AuthorLines
2005-03-30[NET]: NULL pointer bug in netpoll.cjan.kiszka@web.de-3/+4
2005-03-22[NETPOLL]: netpoll_queue needs to be exported to modulesDavid S. Miller-0/+1
2005-03-22[NETPOLL]: Do not use __smp_processor_id().David S. Miller-3/+3
2005-03-22[NETPOLL]: Fix racy dev->flags usageMatt Mackall-4/+1
2005-03-22[NETPOLL]: Carrier clarificationMatt Mackall-4/+9
2005-03-22[NETPOLL]: Avoid kfree_skb() on packets with destructorMatt Mackall-1/+4
2005-03-22[NETPOLL]: Handle xmit_lock recursion similarlyMatt Mackall-2/+3
2005-03-22[NETPOLL]: Add optional dropping and queueing supportMatt Mackall-2/+57
2005-03-22[NETPOLL]: Fix ->poll() lockingMatt Mackall-9/+21
2005-03-22[NETPOLL]: Add netpoll pointer to net_deviceMatt Mackall-62/+27
2005-03-22[NETPOLL]: Filter inlinesMatt Mackall-2/+8
2005-03-22[NETPOLL]: Shorten carrier detect timeout.Matt Mackall-2/+2
2005-03-17[NETPOLL]: Align UDP packets to NET_IP_ALIGN.Sven Henkel-1/+1
2005-01-25[NET]: netpoll: Fix NAPI polling race on SMPAndrew Morton-16/+25
2005-01-19Cset exclude: davem@nuts.davemloft.net|ChangeSet|20050120063740|10274David S. Miller-3/+3
2005-01-19[NET]: Close NETIF_F_LLTX race conditions.David S. Miller-3/+3
2005-01-13[NET]: Lock initializer cleanup.Thomas Gleixner-3/+3
2005-01-09[NET]: misc cleanupsAdrian Bunk-3/+2
2004-11-11[PATCH] netpoll: fix null ifa_list pointer dereferenceAndrew Morton-2/+2
2004-10-05[SKBUFF] introduce eth_hdr(skb)Arnaldo Carvalho de Melo-1/+1
2004-09-13[PATCH] netpoll endian fixesMatt Mackall-2/+2
2004-08-30[PATCH] netpoll: fix up trapped logicJeff Moyer-8/+27
2004-08-30[PATCH] netpoll: increase NAPI budgetJeff Moyer-1/+7
2004-08-30[PATCH] netpoll: kill CONFIG_NETPOLL_RXJeff Moyer-7/+3
2004-08-30[PATCH] netpoll: revert queue stopped changeMatt Mackall-0/+12
2004-08-30[PATCH] netpoll: fix unaligned accessesMatt Mackall-5/+6
2004-08-23Merge bk://kernel.bkbits.net/davem/net-2.6Linus Torvalds-2/+5
2004-08-22[PATCH] Fix netpoll cleanup on abort without devMatt Mackall-1/+2
2004-08-15[IPV4]: inetdev ifa_list handling fixes outside of net/ipv4.Herbert Xu-2/+5
2004-07-02[PATCH] sparse: remaining integer zero / NULL fixes in allmodconfig & vmlinuxMika Kukkonen-11/+11
2004-05-30[PATCH] sparse: net/* non-ANSI argument listsAlexander Viro-1/+1
2004-05-04[NET]: Update netpoll credits.Ingo Molnar-0/+5
2004-04-13[PATCH] netpoll transmit busy bugfixMatt Mackall-9/+3
2004-04-13[PATCH] netpoll early ARP handlingMatt Mackall-13/+6
2004-01-14[PATCH] fix for netpoll braindamage for 64-bitMatt Mackall-1/+2
2004-01-12[PATCH] fix netpoll printk bugAndrew Morton-1/+1
2004-01-10[PATCH] netpoll carrier handlingMatt Mackall-4/+12
2004-01-10[PATCH] netpoll abort for bad interfaceMatt Mackall-1/+1
2004-01-10[PATCH] netpoll: push zap_completion_queue for lkcdMatt Mackall-2/+4
2004-01-10[PATCH] netpoll: fix compilation with CONFIG_NETPOLL_RXMatt Mackall-0/+4
2004-01-10[NET] add netpoll APIMatt Mackall-0/+636