1. 7d18f11 net: Fix arg to trace_napi_poll() in netpoll. by David S. Miller · 15 years ago
  2. 4ea7e38 dropmon: add ability to detect when hardware dropsrxpackets by Neil Horman · 15 years ago
  3. 5e39273 netpoll: don't dereference NULL dev from np by Pavel Emelyanov · 15 years ago
  4. e7557af netpoll: store local and remote ip in net-endian by Harvey Harrison · 15 years ago
  5. eb14f01 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  6. 7b363e4 netpoll: fix race on poll_list resulting in garbage entry by Neil Horman · 16 years ago
  7. 0082982 netdev: add more functions to netdevice ops by Stephen Hemminger · 16 years ago
  8. d314774 netdev: network device operations infrastructure by Stephen Hemminger · 16 years ago
  9. 07f0757 include/net net/ - csum_partial - remove unnecessary casts by Joe Perches · 16 years ago
  10. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  11. c3f26a2 netdev: Fix lockdep warnings in multiqueue configurations. by David S. Miller · 16 years ago
  12. fd2ea0a net: Use queue aware tests throughout. by David S. Miller · 16 years ago
  13. f5184d2 net: Allow netdevices to specify needed head/tailroom by Johannes Berg · 16 years ago
  14. a25606c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  15. 8a455b0 netpoll: zap_completion_queue: adjust skb->users counter by Jarek Poplawski · 16 years ago
  16. 255333c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  17. d9452e9 [NETPOLL]: Revert two bogus cleanups that broke netconsole. by David S. Miller · 16 years ago
  18. 988b705 [ARP]: Introduce the arp_hdr_len helper. by Pavel Emelyanov · 16 years ago
  19. 21cf225 [IPV4] net/core: Use ipv4_is_<type> by Joe Perches · 17 years ago
  20. c7b6ea2 [NETPOLL]: Don't need rx_flags. by Stephen Hemminger · 17 years ago
  21. 33f807b [NETPOLL]: Kill NETPOLL_RX_DROP, set but never tested. by Stephen Hemminger · 17 years ago
  22. 0953864 [NETPOLL]: no need to store local_mac by Stephen Hemminger · 17 years ago
  23. 5106930 [NETPOLL]: netpoll_poll() cleanup by Stephen Hemminger · 17 years ago
  24. 0adc9ad [NETPOLL]: Use skb_queue_purge(). by Stephen Hemminger · 17 years ago
  25. 0a7606c [NET]: Fix race between poll_napi() and net_rx_action() by David S. Miller · 17 years ago
  26. 668f895 [NET]: Hide the queue_mapping field inside netif_subqueue_stopped by Pavel Emelyanov · 17 years ago
  27. 0c4e858 [NET]: Wrap netdevice hardware header creation. by Stephen Hemminger · 17 years ago
  28. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  29. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  30. 0bcc181 [NET] netconsole: Support dynamic reconfiguration using configfs by Satyam Sharma · 17 years ago
  31. bea3348 [NET]: Make NAPI polling independent of struct net_device objects. by Stephen Hemminger · 17 years ago
  32. 2e27afb Revert "[NET]: Fix races in net_rx_action vs netpoll." by Linus Torvalds · 17 years ago
  33. 2957862 [NET]: Fix races in net_rx_action vs netpoll. by Olaf Kirch · 17 years ago
  34. 1498b3f [NETPOLL]: Fix a leak-n-bug in netpoll_cleanup() by Satyam Sharma · 17 years ago
  35. f25f4e4 [CORE] Stack changes to add multiqueue hardware support API by Peter P Waskiewicz Jr · 17 years ago
  36. 25442ca [NETPOLL]: Fixups for 'fix soft lockup when removing module' by Jarek Poplawski · 17 years ago
  37. 1720081 [NETPOLL] netconsole: fix soft lockup when removing module by Jarek Poplawski · 17 years ago
  38. 0db3dc7 [NETPOLL]: tx lock deadlock fix by Stephen Hemminger · 17 years ago
  39. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  40. 6047637 [NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARY by Herbert Xu · 17 years ago
  41. 27d7ff4 [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} by Arnaldo Carvalho de Melo · 17 years ago
  42. 4bedb45 [SK_BUFF]: Introduce udp_hdr(), remove skb->h.uh by Arnaldo Carvalho de Melo · 17 years ago
  43. badff6d [SK_BUFF]: Introduce skb_reset_transport_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  44. d0a92be [SK_BUFF]: Introduce arp_hdr(), remove skb->nh.arph by Arnaldo Carvalho de Melo · 17 years ago
  45. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 17 years ago
  46. e2d1bca [SK_BUFF]: Use skb_reset_network_header in skb_push cases by Arnaldo Carvalho de Melo · 17 years ago
  47. c1d2bbe [SK_BUFF]: Introduce skb_reset_network_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  48. 459a98e [SK_BUFF]: Introduce skb_reset_mac_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  49. 724800d [NET] CORE: Use htons() where appropriate. by YOSHIFUJI Hideaki · 17 years ago
  50. 5e7d7fa [NET]: Fix UDP checksum issue in net poll mode. by Aubrey.Li · 17 years ago
  51. 4ec93ed [NET] CORE: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  52. 3640543 [PATCH] netpoll: fix netpoll lockup by Ingo Molnar · 18 years ago
  53. a49f99f [NETPOLL]: Fix local_bh_enable() warning. by Andrew Morton · 18 years ago
  54. e37b8d9 [NETPOLL]: Make sure TX lock is taken with BH disabled. by Andrew Morton · 18 years ago
  55. 47bbec0 [NETPOLL]: make arp replies through netpoll use mac address of sender by Neil Horman · 18 years ago
  56. 4c1ac1b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  57. 5e57dff [NETPOLL]: Another udp checksum mangling. by Al Viro · 18 years ago
  58. b51655b [NET]: Annotate __skb_checksum_complete() and friends. by Al Viro · 18 years ago
  59. d6f5493c [NET]: Annotate callers of csum_tcpudp_nofold() in net/* by Al Viro · 18 years ago
  60. d3bc23e [NET]: Annotate callers of csum_fold() in net/* by Al Viro · 18 years ago
  61. 252e334 [NET] net/core: Annotations. by Al Viro · 18 years ago
  62. c68b907 [NETPOLL]: Minor coding-style cleanups. by David S. Miller · 18 years ago
  63. 5de4a47 netpoll queue cleanup by Stephen Hemminger · 18 years ago
  64. 2bdfe0b netpoll retry cleanup by Stephen Hemminger · 18 years ago
  65. 6c43ff1 netpoll deferred transmit path by Stephen Hemminger · 18 years ago
  66. b41848b netpoll setup error handling by Stephen Hemminger · 18 years ago
  67. b6cd27e netpoll per device txq by Stephen Hemminger · 18 years ago
  68. 93ec2c7 netpoll info leak by Stephen Hemminger · 18 years ago
  69. a1bcfac netpoll: private skb pool (rev3) by Stephen Hemminger · 18 years ago
  70. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  71. 8e365ee [NETPOLL]: Compute checksum properly in netpoll_send_udp(). by Chris Lalancette · 18 years ago
  72. 206daaf [NETPOLL]: initialize skb for UDP by Stephen Hemminger · 18 years ago
  73. 84fa793 [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE by Patrick McHardy · 18 years ago
  74. 068c6e9 [NET] netpoll: break recursive loop in netpoll rx path by Neil Horman · 18 years ago
  75. 8834807 [NET] netpoll: don't spin forever sending to stopped queues by Jeremy Fitzhardinge · 18 years ago
  76. 932ff27 [NET]: Add netif_tx_lock by Herbert Xu · 18 years ago
  77. 6756ae4 [NET]: Convert RTNL to mutex. by Stephen Hemminger · 18 years ago
  78. 3860288 [NET]: Use is_zero_ether_addr() in net/core/netpoll.c by Kris Katterjohn · 18 years ago
  79. 14c8502 [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h by Arnaldo Carvalho de Melo · 19 years ago
  80. fb286bb [NET]: Detect hardware rx checksum faults correctly by Herbert Xu · 19 years ago
  81. e5ed639 [IPV4]: Replace __in_dev_get with __in_dev_get_rcu/rtnl by Herbert Xu · 19 years ago
  82. a9f6a0d [PATCH] more SPIN_LOCK_UNLOCKED -> DEFINE_SPINLOCK conversions by Ingo Molnar · 19 years ago
  83. d7b9dfc [NETPOLL]: remove unused variable by Matt Mackall · 19 years ago
  84. 53fb95d [NETPOLL]: fix initialization/NAPI race by Matt Mackall · 19 years ago
  85. 2652076 [NETPOLL]: pre-fill skb pool by Ingo Molnar · 19 years ago
  86. 0db1d6f [NETPOLL]: add retry timeout by Matt Mackall · 19 years ago
  87. f0d3459 [NETPOLL]: netpoll_send_skb simplify by Matt Mackall · 19 years ago
  88. a636e13 [NETPOLL]: deadlock bugfix by Jeff Moyer · 19 years ago
  89. 1151312 [NETPOLL]: rx_flags bugfix by Jeff Moyer · 19 years ago
  90. fbeec2e [NETPOLL]: allow multiple netpoll_clients to register against one interface by Jeff Moyer · 19 years ago
  91. 115c1d6 [NETPOLL]: Introduce a netpoll_info struct by Jeff Moyer · 19 years ago
  92. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago