summaryrefslogtreecommitdiffstats
path: root/net/core/netpoll.c
Commit message (Expand)AuthorAgeFilesLines
* [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-261-1/+1
* [SK_BUFF]: Introduce udp_hdr(), remove skb->h.uhArnaldo Carvalho de Melo2007-04-261-1/+3
* [SK_BUFF]: Introduce skb_reset_transport_header(skb)Arnaldo Carvalho de Melo2007-04-261-1/+1
* [SK_BUFF]: Introduce arp_hdr(), remove skb->nh.arphArnaldo Carvalho de Melo2007-04-261-1/+1
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-261-1/+1
* [SK_BUFF]: Use skb_reset_network_header in skb_push casesArnaldo Carvalho de Melo2007-04-261-1/+3
* [SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo2007-04-261-2/+3
* [SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo2007-04-261-1/+1
* [NET] CORE: Use htons() where appropriate.YOSHIFUJI Hideaki2007-04-261-1/+1
* [NET]: Fix UDP checksum issue in net poll mode.Aubrey.Li2007-04-171-0/+7
* [NET] CORE: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-9/+9
* [PATCH] netpoll: fix netpoll lockupIngo Molnar2006-12-121-2/+7
* [NETPOLL]: Fix local_bh_enable() warning.Andrew Morton2006-12-121-2/+4
* [NETPOLL]: Make sure TX lock is taken with BH disabled.Andrew Morton2006-12-111-15/+19
* [NETPOLL]: make arp replies through netpoll use mac address of senderNeil Horman2006-12-091-4/+10
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-051-174/+153Star
|\
| * [NETPOLL]: Another udp checksum mangling.Al Viro2006-12-031-1/+1
| * [NET]: Annotate __skb_checksum_complete() and friends.Al Viro2006-12-031-2/+2
| * [NET]: Annotate callers of csum_tcpudp_nofold() in net/*Al Viro2006-12-031-2/+2
| * [NET]: Annotate callers of csum_fold() in net/*Al Viro2006-12-031-1/+1
| * [NET] net/core: Annotations.Al Viro2006-12-031-1/+1
| * [NETPOLL]: Minor coding-style cleanups.David S. Miller2006-12-031-51/+48Star
| * netpoll queue cleanupStephen Hemminger2006-12-031-20/+3Star
| * netpoll retry cleanupStephen Hemminger2006-12-031-38/+33Star
| * netpoll deferred transmit pathStephen Hemminger2006-12-031-2/+19
| * netpoll setup error handlingStephen Hemminger2006-12-031-7/+13
| * netpoll per device txqStephen Hemminger2006-12-031-35/+15Star
| * netpoll info leakStephen Hemminger2006-12-031-6/+19
| * netpoll: private skb pool (rev3)Stephen Hemminger2006-12-031-32/+21Star
* | WorkStruct: make allyesconfigDavid Howells2006-11-221-2/+2
|/
* [NETPOLL]: Compute checksum properly in netpoll_send_udp().Chris Lalancette2006-11-081-0/+6
* [NETPOLL]: initialize skb for UDPStephen Hemminger2006-10-201-4/+4
* [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy2006-09-221-1/+1
* [NET] netpoll: break recursive loop in netpoll rx pathNeil Horman2006-06-261-2/+24
* [NET] netpoll: don't spin forever sending to stopped queuesJeremy Fitzhardinge2006-06-261-7/+3Star
* [NET]: Add netif_tx_lockHerbert Xu2006-06-181-6/+3Star
* [NET]: Convert RTNL to mutex.Stephen Hemminger2006-03-211-3/+3
* [NET]: Use is_zero_ether_addr() in net/core/netpoll.cKris Katterjohn2006-01-181-1/+1
* [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo2006-01-031-0/+1
* [NET]: Detect hardware rx checksum faults correctlyHerbert Xu2005-11-101-7/+11
* [IPV4]: Replace __in_dev_get with __in_dev_get_rcu/rtnlHerbert Xu2005-10-031-1/+1
* [PATCH] more SPIN_LOCK_UNLOCKED -> DEFINE_SPINLOCK conversionsIngo Molnar2005-09-091-2/+2
* [NETPOLL]: remove unused variableMatt Mackall2005-08-121-1/+0Star
* [NETPOLL]: fix initialization/NAPI raceMatt Mackall2005-08-121-0/+3
* [NETPOLL]: pre-fill skb poolIngo Molnar2005-08-121-0/+4
* [NETPOLL]: add retry timeoutMatt Mackall2005-08-121-3/+10
* [NETPOLL]: netpoll_send_skb simplifyMatt Mackall2005-08-121-20/+22
* [NETPOLL]: deadlock bugfixJeff Moyer2005-08-121-3/+0Star
* [NETPOLL]: rx_flags bugfixJeff Moyer2005-08-121-0/+1
* [NETPOLL]: allow multiple netpoll_clients to register against one interfaceJeff Moyer2005-06-231-10/+29