1. ccf5bd8 netfilter: xtables: remove redundant casts by Jan Engelhardt · 15 years ago
  2. 4ba351c netfilter: xtables: use NFPROTO_ in standard targets by Jan Engelhardt · 15 years ago
  3. 4b1e27e netfilter: queue: use NFPROTO_ for queue callsites by Jan Engelhardt · 15 years ago
  4. 383ca5b netfilter: xtables: use NFPROTO_ for xt_proto_init callsites by Jan Engelhardt · 15 years ago
  5. 928f308 smsc911x: fix calculation of res_size for ioremap by Matthias Ludwig · 15 years ago
  6. c2d5ab4 e1000/e1000e/igb/ixgb: don't txhang after link down by Jesse Brandeburg · 15 years ago
  7. c9c7d2e ixgbe: Typecase '1' for 64 bit shift by Nelson, Shannon · 15 years ago
  8. bf069c9 ixgbe: fix failing to log fan failures by Don Skidmore · 15 years ago
  9. dfa12f0 ixgbe: Enable L2 header split in 82599 by Yi Zou · 15 years ago
  10. 163de42 ixgbe: set queue0 for srrctl configuration correctly for DCB by Alexander Duyck · 15 years ago
  11. afafd5b ixgbe: always set header length in SRRCTL by Alexander Duyck · 15 years ago
  12. 7aedec2 tcp: tcp_prequeue() can use keyed wakeups by Eric Dumazet · 15 years ago
  13. f5f8d86 tcp: tcp_prequeue() cleanup by Eric Dumazet · 15 years ago
  14. 4d5b78c net: Add missing rculist.h include to netdevice.h by David S. Miller · 15 years ago
  15. 4dbc8ef net: Make inet_twsk_put similar to sock_put by Arnaldo Carvalho de Melo · 15 years ago
  16. 9ce7766 ixgbe: Proposed PARCH PCIE legacy I/O port free intel 10Gb NIC driver by gouji-new · 15 years ago
  17. 3044b8d ixgbe: Return PCI_ERS_RESULT_DISCONNECT when bus is disabled by Breno Leitao · 15 years ago
  18. 2012bdc ixgbe: remove ixgbe_napi_add/del_all references by Alexander Duyck · 15 years ago
  19. fdaff1c ixgbe: skb_record_rx_queue should record rx queue instead of vector by Alexander Duyck · 15 years ago
  20. 7a921c9 ixgbe: make q_vectors dynamic to reduce netdev size by Alexander Duyck · 15 years ago
  21. dcb4ea2 pci: update 82576 sr-iov quirk with latest device IDs by Alexander Duyck · 15 years ago
  22. 7beb014 igb/igbvf: set rx csum always enabled in hw, disable via sw by Alexander Duyck · 15 years ago
  23. 0364d6f igbvf: cleanup flags and allow for rx checksum to be disabled by Alexander Duyck · 15 years ago
  24. e0ca841 mv643xx_eth: only unmask RX and TX_END interrupts for available queues by Saeed Bishara · 15 years ago
  25. 7fd96ce mv643xx_eth: rework receive skb cache alignment by Lennert Buytenhek · 15 years ago
  26. becfad9 mv643xx_eth: minor register definition cleanup by Lennert Buytenhek · 15 years ago
  27. 26ef1f1 mv643xx_eth: count handling a link event as one unit of napi work by Lennert Buytenhek · 15 years ago
  28. 7eaa2b2 mv643xx_eth: fix variable shadowing sparse warning by Lennert Buytenhek · 15 years ago
  29. 3d0a3cc netxen: fix bonding support by Dhananjay Phadke · 15 years ago
  30. 5cf4d32 netxen: fix mac list management by Dhananjay Phadke · 15 years ago
  31. 2252786 netxen: fix race in tx ring acccess by Dhananjay Phadke · 15 years ago
  32. 78a658d lasi_82596: fix printk format warning by Alexander Beregalov · 15 years ago
  33. ae8d7f8 tcp:fix the code indent by Shan Wei · 15 years ago
  34. ba1cd54 r6040: bump version to 0.23 and date to 05May2009 by Florian Fainelli · 15 years ago
  35. c8014fe r6040: check for absent PHY by Florian Fainelli · 15 years ago
  36. aee64fa bonding: get rid of CONFIG_PROC_FS ifdefs by Jiri Pirko · 15 years ago
  37. f001fde net: introduce a list of device addresses dev_addr_list (v6) by Jiri Pirko · 15 years ago
  38. b6907b0 net: smsc911x: add power management functions by Daniel Mack · 15 years ago
  39. c7ae011 net: remove driver_data direct access of struct device from more drivers by Greg Kroah-Hartman · 15 years ago
  40. 088eb2d netns 2/2: extract net_create() by Alexey Dobriyan · 15 years ago
  41. 4a84822 netns 1/2: don't get/put old netns on CLONE_NEWNET by Alexey Dobriyan · 15 years ago
  42. 6e8cf5c macb: Add support of the netpoll API by Thomas Petazzoni · 15 years ago
  43. 255cac9 tcp: extend ECN sysctl to allow server-side only ECN by Ilpo Järvinen · 15 years ago
  44. 513de11 net: Avoid modulus in skb_tx_hash() for forwarding case. by David S. Miller · 15 years ago
  45. accc5b4 ipv4: remove unused macro (FIB_RES_RESET) from ip_fib.h. by Rami Rosen · 15 years ago
  46. eb457f3 ne2k-pci: use dev->addr_len instead of "6" by Jiri Pirko · 15 years ago
  47. 698960a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  48. d252a5e Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  49. 379b026 ne2k-pci: Do not register device until initialized. by Lubomir Rintel · 15 years ago
  50. 902e5ea Subject: [PATCH] br2684: restore net_dev initialization by Rabin Vincent · 15 years ago
  51. d0ab8ff net: Only store high 16 bits of kernel generated filter priorities by Robert Love · 15 years ago
  52. 1824a98 virtio_net: Fix function name typo by Alex Williamson · 15 years ago
  53. 23e258e virtio_net: Cleanup command queue scatterlist usage by Alex Williamson · 15 years ago
  54. f0a3a15 3c589_cs: add cis(firmware) of 3Com multifunction pcmcia card by Ken Kawasaki · 15 years ago
  55. 1363d9b bonding: correct the cleanup in bond_create() by Jiri Pirko · 15 years ago
  56. c047fcd virtio: add missing include to virtio_net.h by Grant Likely · 15 years ago
  57. 88d7d8b forcedeth: add clock gating feature <resend> by Ayaz Abdulla · 15 years ago
  58. 726474b smsc95xx: add support for LAN9512 and LAN9514 by Steve Glendinning · 15 years ago
  59. f293501 smsc95xx: configure LED outputs by Steve Glendinning · 15 years ago
  60. 2382b15 netconsole: take care of NETDEV_UNREGISTER event by Bruno Prémont · 15 years ago
  61. acda074 xt_socket: checks for the state of nf_conntrack by Laszlo Attila Toth · 15 years ago
  62. 1aec5bd net: remove driver_data direct access of struct device by Greg Kroah-Hartman · 15 years ago
  63. 689c96c bonding: bond_slave_info_query() fix by Eric Dumazet · 15 years ago
  64. 00b64f2 cxgb3: fixing gcc 4.4 compiler warning: suggest parentheses around operand of ‘!’ by Sergey Senozhatsky · 15 years ago
  65. 0f3d042 netfilter: use likely() in xt_info_rdlock_bh() by Eric Dumazet · 15 years ago
  66. ec581f6 net: Fix skb_tx_hash() for forwarding workloads. by Eric Dumazet · 15 years ago
  67. 7a67e56 net: Fix oops when splicing skbs from a frag_list. by Jarek Poplawski · 15 years ago
  68. aba7453 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  69. a4fe91e Revert "vxge: use max() instead of VXGE_HW_SET_LEVEL" by David S. Miller · 15 years ago
  70. 5974700 mii: Rewrite mii_ethtool_gset() to report mdio_support and lp_advertising by Ben Hutchings · 15 years ago
  71. 894b19a ethtool/mdio: Support backplane mode negotiation by Ben Hutchings · 15 years ago
  72. 0c09c1a ethtool/mdio: Report MDIO mode support and link partner advertising by Ben Hutchings · 15 years ago
  73. 3f926da sfc: Use generic MDIO flow control auto-negotiation functions by Ben Hutchings · 15 years ago
  74. af2a3ea mdio: Add mdio45_ethtool_spauseparam_an() by Ben Hutchings · 15 years ago
  75. a8c3083 mii: Add mii_advertise_flowctrl() by Ben Hutchings · 15 years ago
  76. 44c22ee mii: Simplify mii_resolve_flowctrl_fdx() by Ben Hutchings · 15 years ago
  77. 4023939 s2io: Use generic MDIO definitions by Ben Hutchings · 15 years ago
  78. cdbf0eb ixgb: Use generic MDIO definitions by Ben Hutchings · 15 years ago
  79. 6b73e10 ixgbe: Use generic MDIO definitions and functions by Ben Hutchings · 15 years ago
  80. 0f07c4e cxgb3: Use generic MDIO definitions and mdio_mii_ioctl() by Ben Hutchings · 15 years ago
  81. 23c3320 chelsio: Use generic MDIO definitions and mdio_mii_ioctl() by Ben Hutchings · 15 years ago
  82. 68e7f45 sfc: Use generic MDIO functions and definitions by Ben Hutchings · 15 years ago
  83. 1b1c2e9 mdio: Add generic MDIO (clause 45) support functions by Ben Hutchings · 15 years ago
  84. 52c94df mdio: Add register definitions for MDIO (clause 45) by Ben Hutchings · 15 years ago
  85. 0821c71 ethtool: Add port type PORT_OTHER by Ben Hutchings · 15 years ago
  86. 93af7ac mv643xx_eth: 64bit mib counter read fix by Lennert Buytenhek · 15 years ago
  87. 1319eba mv643xx_eth: OOM handling fixes by Lennert Buytenhek · 15 years ago
  88. ce105a0 pcnet32: Remove pointless memory barriers by John Dykstra · 15 years ago
  89. 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
  90. c428c89 mac80211: default to automatic power control by Johannes Berg · 15 years ago
  91. d4c4a9a mac80211: fix modprobe deadlock by not calling wep_init under rtnl_lock by Alan Jenkins · 15 years ago
  92. dd4d8ca ixgbe: Use pci_wake_from_d3() instead of multiple pci_enable_wake() by Don Skidmore · 15 years ago
  93. f7185c7 netxen: fix firmware download by Dhananjay Phadke · 15 years ago
  94. 4ea528a netxen: refactor netxen_recv_context struct by Dhananjay Phadke · 15 years ago
  95. 5103c9f netxen: fix link event handling by Dhananjay Phadke · 15 years ago
  96. ac7c992 e100: do not go D3 in shutdown unless system is powering off by Thadeu Lima de Souza Cascardo · 15 years ago
  97. 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
  98. 942e4a2 netfilter: revised locking for x_tables by Stephen Hemminger · 15 years ago
  99. b7fcb5c ath5k: fix buffer overrun in rate debug code by Bob Copeland · 15 years ago
  100. 74aa9be iwlwifi: notify on scan completion even when shutting down by Johannes Berg · 15 years ago