summaryrefslogtreecommitdiffstats
path: root/net/core/netpoll.c
AgeCommit message (Expand)AuthorLines
2007-10-10[NET]: Wrap netdevice hardware header creation.Stephen Hemminger-5/+3
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches-9/+3
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman-1/+1
2007-10-10[NET] netconsole: Support dynamic reconfiguration using configfsSatyam Sharma-19/+25
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger-14/+25
2007-07-16Revert "[NET]: Fix races in net_rx_action vs netpoll."Linus Torvalds-8/+0
2007-07-11[NET]: Fix races in net_rx_action vs netpoll.Olaf Kirch-0/+8
2007-07-10[NETPOLL]: Fix a leak-n-bug in netpoll_cleanup()Satyam Sharma-1/+1
2007-07-10[CORE] Stack changes to add multiqueue hardware support APIPeter P Waskiewicz Jr-3/+5
2007-07-05[NETPOLL]: Fixups for 'fix soft lockup when removing module'Jarek Poplawski-4/+2
2007-06-28[NETPOLL] netconsole: fix soft lockup when removing moduleJarek Poplawski-2/+9
2007-06-27[NETPOLL]: tx lock deadlock fixStephen Hemminger-9/+10
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap-1/+0
2007-04-25[NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARYHerbert Xu-1/+1
2007-04-25[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo-1/+1
2007-04-25[SK_BUFF]: Introduce udp_hdr(), remove skb->h.uhArnaldo Carvalho de Melo-1/+3
2007-04-25[SK_BUFF]: Introduce skb_reset_transport_header(skb)Arnaldo Carvalho de Melo-1/+1
2007-04-25[SK_BUFF]: Introduce arp_hdr(), remove skb->nh.arphArnaldo Carvalho de Melo-1/+1
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo-1/+1
2007-04-25[SK_BUFF]: Use skb_reset_network_header in skb_push casesArnaldo Carvalho de Melo-1/+3
2007-04-25[SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo-2/+3
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo-1/+1
2007-04-25[NET] CORE: Use htons() where appropriate.YOSHIFUJI Hideaki-1/+1
2007-04-17[NET]: Fix UDP checksum issue in net poll mode.Aubrey.Li-0/+7
2007-02-10[NET] CORE: Fix whitespace errors.YOSHIFUJI Hideaki-9/+9
2006-12-12[PATCH] netpoll: fix netpoll lockupIngo Molnar-2/+7
2006-12-11[NETPOLL]: Fix local_bh_enable() warning.Andrew Morton-2/+4
2006-12-11[NETPOLL]: Make sure TX lock is taken with BH disabled.Andrew Morton-15/+19
2006-12-08[NETPOLL]: make arp replies through netpoll use mac address of senderNeil Horman-4/+10
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells-174/+153
2006-12-02[NETPOLL]: Another udp checksum mangling.Al Viro-1/+1
2006-12-02[NET]: Annotate __skb_checksum_complete() and friends.Al Viro-2/+2
2006-12-02[NET]: Annotate callers of csum_tcpudp_nofold() in net/*Al Viro-2/+2
2006-12-02[NET]: Annotate callers of csum_fold() in net/*Al Viro-1/+1
2006-12-02[NET] net/core: Annotations.Al Viro-1/+1
2006-12-02[NETPOLL]: Minor coding-style cleanups.David S. Miller-51/+48
2006-12-02netpoll queue cleanupStephen Hemminger-20/+3
2006-12-02netpoll retry cleanupStephen Hemminger-38/+33
2006-12-02netpoll deferred transmit pathStephen Hemminger-2/+19
2006-12-02netpoll setup error handlingStephen Hemminger-7/+13
2006-12-02netpoll per device txqStephen Hemminger-35/+15
2006-12-02netpoll info leakStephen Hemminger-6/+19
2006-12-02netpoll: private skb pool (rev3)Stephen Hemminger-32/+21
2006-11-22WorkStruct: make allyesconfigDavid Howells-2/+2
2006-11-07[NETPOLL]: Compute checksum properly in netpoll_send_udp().Chris Lalancette-0/+6
2006-10-19[NETPOLL]: initialize skb for UDPStephen Hemminger-4/+4
2006-09-22[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy-1/+1
2006-06-26[NET] netpoll: break recursive loop in netpoll rx pathNeil Horman-2/+24
2006-06-26[NET] netpoll: don't spin forever sending to stopped queuesJeremy Fitzhardinge-7/+3
2006-06-17[NET]: Add netif_tx_lockHerbert Xu-6/+3