1. 9ccebe6 mac80211: rename max_sleep_interval to max_sleep_period by Johannes Berg · 15 years ago
  2. d5edaed mac80211: fix PS vs. scan race by Johannes Berg · 15 years ago
  3. 0e41f71 mac80211: fix various problems in ibss code by Johannes Berg · 15 years ago
  4. c7ae011 net: remove driver_data direct access of struct device from more drivers by Greg Kroah-Hartman · 15 years ago
  5. 088eb2d netns 2/2: extract net_create() by Alexey Dobriyan · 15 years ago
  6. 4a84822 netns 1/2: don't get/put old netns on CLONE_NEWNET by Alexey Dobriyan · 15 years ago
  7. 6e8cf5c macb: Add support of the netpoll API by Thomas Petazzoni · 15 years ago
  8. 255cac9 tcp: extend ECN sysctl to allow server-side only ECN by Ilpo Järvinen · 15 years ago
  9. 513de11 net: Avoid modulus in skb_tx_hash() for forwarding case. by David S. Miller · 15 years ago
  10. accc5b4 ipv4: remove unused macro (FIB_RES_RESET) from ip_fib.h. by Rami Rosen · 15 years ago
  11. eb457f3 ne2k-pci: use dev->addr_len instead of "6" by Jiri Pirko · 15 years ago
  12. 698960a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  13. d252a5e Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  14. 379b026 ne2k-pci: Do not register device until initialized. by Lubomir Rintel · 15 years ago
  15. 902e5ea Subject: [PATCH] br2684: restore net_dev initialization by Rabin Vincent · 15 years ago
  16. d0ab8ff net: Only store high 16 bits of kernel generated filter priorities by Robert Love · 15 years ago
  17. 1824a98 virtio_net: Fix function name typo by Alex Williamson · 15 years ago
  18. 23e258e virtio_net: Cleanup command queue scatterlist usage by Alex Williamson · 15 years ago
  19. f0a3a15 3c589_cs: add cis(firmware) of 3Com multifunction pcmcia card by Ken Kawasaki · 15 years ago
  20. 1363d9b bonding: correct the cleanup in bond_create() by Jiri Pirko · 15 years ago
  21. c047fcd virtio: add missing include to virtio_net.h by Grant Likely · 15 years ago
  22. 88d7d8b forcedeth: add clock gating feature <resend> by Ayaz Abdulla · 15 years ago
  23. 726474b smsc95xx: add support for LAN9512 and LAN9514 by Steve Glendinning · 15 years ago
  24. f293501 smsc95xx: configure LED outputs by Steve Glendinning · 15 years ago
  25. 2382b15 netconsole: take care of NETDEV_UNREGISTER event by Bruno Prémont · 15 years ago
  26. acda074 xt_socket: checks for the state of nf_conntrack by Laszlo Attila Toth · 15 years ago
  27. 1aec5bd net: remove driver_data direct access of struct device by Greg Kroah-Hartman · 15 years ago
  28. 689c96c bonding: bond_slave_info_query() fix by Eric Dumazet · 15 years ago
  29. 00b64f2 cxgb3: fixing gcc 4.4 compiler warning: suggest parentheses around operand of ‘!’ by Sergey Senozhatsky · 15 years ago
  30. 0f3d042 netfilter: use likely() in xt_info_rdlock_bh() by Eric Dumazet · 15 years ago
  31. ec581f6 net: Fix skb_tx_hash() for forwarding workloads. by Eric Dumazet · 15 years ago
  32. 7a67e56 net: Fix oops when splicing skbs from a frag_list. by Jarek Poplawski · 15 years ago
  33. aba7453 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  34. a4fe91e Revert "vxge: use max() instead of VXGE_HW_SET_LEVEL" by David S. Miller · 15 years ago
  35. 5974700 mii: Rewrite mii_ethtool_gset() to report mdio_support and lp_advertising by Ben Hutchings · 15 years ago
  36. 894b19a ethtool/mdio: Support backplane mode negotiation by Ben Hutchings · 15 years ago
  37. 0c09c1a ethtool/mdio: Report MDIO mode support and link partner advertising by Ben Hutchings · 15 years ago
  38. 3f926da sfc: Use generic MDIO flow control auto-negotiation functions by Ben Hutchings · 15 years ago
  39. af2a3ea mdio: Add mdio45_ethtool_spauseparam_an() by Ben Hutchings · 15 years ago
  40. a8c3083 mii: Add mii_advertise_flowctrl() by Ben Hutchings · 15 years ago
  41. 44c22ee mii: Simplify mii_resolve_flowctrl_fdx() by Ben Hutchings · 15 years ago
  42. 4023939 s2io: Use generic MDIO definitions by Ben Hutchings · 15 years ago
  43. cdbf0eb ixgb: Use generic MDIO definitions by Ben Hutchings · 15 years ago
  44. 6b73e10 ixgbe: Use generic MDIO definitions and functions by Ben Hutchings · 15 years ago
  45. 0f07c4e cxgb3: Use generic MDIO definitions and mdio_mii_ioctl() by Ben Hutchings · 15 years ago
  46. 23c3320 chelsio: Use generic MDIO definitions and mdio_mii_ioctl() by Ben Hutchings · 15 years ago
  47. 68e7f45 sfc: Use generic MDIO functions and definitions by Ben Hutchings · 15 years ago
  48. 1b1c2e9 mdio: Add generic MDIO (clause 45) support functions by Ben Hutchings · 15 years ago
  49. 52c94df mdio: Add register definitions for MDIO (clause 45) by Ben Hutchings · 15 years ago
  50. 0821c71 ethtool: Add port type PORT_OTHER by Ben Hutchings · 15 years ago
  51. 93af7ac mv643xx_eth: 64bit mib counter read fix by Lennert Buytenhek · 15 years ago
  52. 1319eba mv643xx_eth: OOM handling fixes by Lennert Buytenhek · 15 years ago
  53. ce105a0 pcnet32: Remove pointless memory barriers by John Dykstra · 15 years ago
  54. ddc9f82 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 15 years ago
  55. c428c89 mac80211: default to automatic power control by Johannes Berg · 15 years ago
  56. d4c4a9a mac80211: fix modprobe deadlock by not calling wep_init under rtnl_lock by Alan Jenkins · 15 years ago
  57. dd4d8ca ixgbe: Use pci_wake_from_d3() instead of multiple pci_enable_wake() by Don Skidmore · 15 years ago
  58. f7185c7 netxen: fix firmware download by Dhananjay Phadke · 15 years ago
  59. 4ea528a netxen: refactor netxen_recv_context struct by Dhananjay Phadke · 15 years ago
  60. 5103c9f netxen: fix link event handling by Dhananjay Phadke · 15 years ago
  61. ac7c992 e100: do not go D3 in shutdown unless system is powering off by Thadeu Lima de Souza Cascardo · 15 years ago
  62. bf0de3e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6 by David S. Miller · 15 years ago
  63. 942e4a2 netfilter: revised locking for x_tables by Stephen Hemminger · 15 years ago
  64. b7fcb5c ath5k: fix buffer overrun in rate debug code by Bob Copeland · 15 years ago
  65. 74aa9be iwlwifi: notify on scan completion even when shutting down by Johannes Berg · 15 years ago
  66. e805e4d rndis_wlan: fix initialization order for workqueue&workers by Jussi Kivilinna · 15 years ago
  67. 6269b73 wireless: remove unneeded EXPORT_SYMBOL the tickles a powerpc compiler bug by Stephen Rothwell · 15 years ago
  68. 3fdca1e Bluetooth: Fix connection establishment with low security requirement by Marcel Holtmann · 15 years ago
  69. 052b30b Bluetooth: Add different pairing timeout for Legacy Pairing by Marcel Holtmann · 15 years ago
  70. f3784d8 Bluetooth: Ensure that HCI sysfs add/del is preempt safe by Roger Quadros · 15 years ago
  71. 6c31d55 gianfar: Use memset instead of cacheable_memzero by Kumar Gala · 15 years ago
  72. ac5978e inet_diag: Remove dup assignments by Arnaldo Carvalho de Melo · 15 years ago
  73. 6a321cb net: netif_tx_queue_stopped too expensive by Eric Dumazet · 15 years ago
  74. bf368e4 net: Avoid extra wakeups of threads blocked in wait_for_packet() by Eric Dumazet · 15 years ago
  75. 8555a59 net: Fix ucc_geth.c handling of fixed-link w/o phy-connection-type property. by Grant Likely · 15 years ago
  76. 1d58ea3 fs_enet: Remove dead code by Kumar Gala · 15 years ago
  77. bc59fcd ixgbe: Clear out stray tx work on link down by Nelson, Shannon · 15 years ago
  78. 835462f ixgbe: Interrupt management update for 82599 by Nelson, Shannon · 15 years ago
  79. f8212f9 ixgbe: enable HW RSC for 82599 by Alexander Duyck · 15 years ago
  80. 45a5ead ixgbe: enable hardware offload for sctp by Jesse Brandeburg · 15 years ago
  81. b947356 igb: Enable SCTP checksum offloading by Jesse Brandeburg · 15 years ago
  82. 8dc92f7 sctp: add feature bit for SCTP offload in hardware by Jesse Brandeburg · 15 years ago
  83. 182ff8d igb/ixgbe: remove unecessary checks for CHECKSUM_UNNECESSARY by Alexander Duyck · 15 years ago
  84. 2844f79 igb: make rxcsum configuration seperate from multiqueue by Alexander Duyck · 15 years ago
  85. 3935358 igb: reconfigure mailbox timeout logic by Alexander Duyck · 15 years ago
  86. 833cc67 smsc911x: add fifo byteswap support V2 by Magnus Damm · 15 years ago
  87. 52fbc10 atl1c: disable L1/L0s when link detected by Jie Yang · 15 years ago
  88. 37b607c net: Fix typo in net_device_ops description. by Mike Rapoport · 15 years ago
  89. 36e7b1b gro: Fix COMPLETE checksum handling by Herbert Xu · 15 years ago
  90. edbd9e3 gro: Fix handling of headers that extend over the tail by Herbert Xu · 15 years ago
  91. c9503e0 ipv4: Limit size of route cache hash table by Anton Blanchard · 15 years ago
  92. 2296e5a Add reference to CAPI 2.0 standard by Karsten Keil · 15 years ago
  93. 554f200 Documentation/isdn/INTERFACE.CAPI by Tilman Schmidt · 15 years ago
  94. 7ced70c update Documentation/isdn/00-INDEX by Tilman Schmidt · 15 years ago
  95. 56ed435 bnx2x: driver version 1.48.105-1 by Vladislav Zolotarov · 15 years ago
  96. 29b35dd bnx2x: Removed blob file by Vladislav Zolotarov · 15 years ago
  97. 94a78b7 bnx2x: Separated FW from the source. by Vladislav Zolotarov · 15 years ago
  98. ec9323f bnx2x: FW 4.8.53.0 by Vladislav Zolotarov · 15 years ago
  99. f85ba78 tun: add IFF_TUN_EXCL flag to avoid opening a persistent device. by David Woodhouse · 15 years ago
  100. 0456b4f cxacru: Fix negative dB output by Simon Arlott · 15 years ago