1. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  2. bd703a1 net: atheros: atl2: don't return zero on failure path in atl2_probe() by Alexey Khoroshilov · 8 years ago
  3. 4cc17bc net: atheros: atl1: use offset_in_page() macro by Geliang Tang · 8 years ago
  4. 6ad2016 drivers: net: generalize napi_complete_done() by Eric Dumazet · 8 years ago
  5. a788859 net: atheros: atl2: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  6. 1dae02b net: atheros: atl1: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  7. 67bef94 ethernet/atheros: use core min/max MTU checking by Jarod Wilson · 8 years ago
  8. f43bfae atl2: Disable unimplemented scatter/gather feature by Ben Hutchings · 9 years ago
  9. 47ea032 drivers/net: get rid of unnecessary initializations in .get_drvinfo() by Ivan Vecera · 9 years ago
  10. df8a39d net: rename vlan_tx_* helpers since "tx" is misleading there by Jiri Pirko · 10 years ago
  11. d0e520e atheros: atlx: Use setup_timer by Julia Lawall · 10 years ago
  12. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 11 years ago
  13. 9fb1d03 atlx: remove unnecessary break after return by Fabian Frederick · 11 years ago
  14. 537fae0 net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriate by Jiri Pirko · 11 years ago
  15. 7ad24ea net: get rid of SET_ETHTOOL_OPS by Wilfried Klaebe · 11 years ago
  16. 4067cab atl1: remove open-coded skb_cow_head. by françois romieu · 11 years ago
  17. dffe278 atheros/atlx: use SET_ETHTOOL_OPS directly by wangweidong · 11 years ago
  18. e3d21ea atl1: update statistics code by Sabrina Dubroca · 11 years ago
  19. e6d9f8a net: atl1: slight optimization of addr compare by dingtianhong · 11 years ago
  20. 6ae97e8 atheros: Remove extern from function prototypes by Joe Perches · 11 years ago
  21. c996f4e net/ethernet/atheros/atlx/atl1: Use module_pci_driver to register driver by Peter Hüwe · 12 years ago
  22. 86a9bad net: vlan: add protocol argument to packet tagging functions by Patrick McHardy · 12 years ago
  23. f646968 net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* by Patrick McHardy · 12 years ago
  24. 98d2f0e atl1: Protect atl1_suspend with CONFIG_PM_SLEEP by Fabio Estevam · 12 years ago
  25. 7b7a2bb atl1: Remove unneeded PM_OPS definitions by Fabio Estevam · 12 years ago
  26. 8bca424 net: ethernet: atheros: add CONFIG_PM_SLEEP to suspend/resume functions by Jingoo Han · 12 years ago
  27. 720a43e drivers:net: Remove unnecessary OOM messages after netdev_alloc_skb by Joe Perches · 12 years ago
  28. aaeb6cd remove init of dev->perm_addr in drivers by Jiri Pirko · 12 years ago
  29. 15c6ff3 net: remove unnecessary NET_ADDR_RANDOM "bitclean" by Jiri Pirko · 12 years ago
  30. e41b2d7 net: set dev->addr_assign_type correctly by Jiri Pirko · 12 years ago
  31. 1dd06ae drivers/net: fix up function prototypes after __dev* removals by Greg Kroah-Hartman · 12 years ago
  32. 093d369 net/atheros: remove __dev* attributes by Bill Pemberton · 12 years ago
  33. c477ebd sections: fix section conflicts in drivers/net by Andi Kleen · 12 years ago
  34. 7efd26d ethernet: Use eth_random_addr by Joe Perches · 13 years ago
  35. 49ce9c2 drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions by Ben Hutchings · 13 years ago
  36. 6469933 ethernet: Remove casts to same type by Joe Perches · 13 years ago
  37. 65cff87 atl1: remove unused member from atl1_adapter structure by Tony Zelenoff · 13 years ago
  38. 56845d7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  39. 136cd14 atl1: do not drop rx/tx interrupts before they are scheduled by Tony Zelenoff · 13 years ago
  40. 2a9bc71 atl1: do not process interrupts in cycle in handler by Tony Zelenoff · 13 years ago
  41. 73650f2 atl1: enable errors and link ints when rx/tx scheduled by Tony Zelenoff · 13 years ago
  42. aa45ba9 atl1: add value to check ability of reenabling IRQs by Tony Zelenoff · 13 years ago
  43. 02d5d11 atl1: make function to set imr of card by Tony Zelenoff · 13 years ago
  44. 5c3d52e atl1: use defined functions to disable irq by Tony Zelenoff · 13 years ago
  45. 0dbab2f atl1: add napi process of tx interrupts by Tony Zelenoff · 13 years ago
  46. 6294512 atl1: make driver napi compatible by Tony Zelenoff · 13 years ago
  47. 3e1d83f atl1: handle rx in separate condition by Tony Zelenoff · 13 years ago
  48. 03662e4 atl1: fix kernel panic in case of DMA errors by Tony Zelenoff · 13 years ago
  49. c81f212 atlx: Use ETH_ALEN by Joe Perches · 13 years ago
  50. 6a214fd atheros eth: set addr_assign_type if random_ether_addr() used by Danny Kukawka · 13 years ago
  51. 84b4050 Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a number of drivers by Rick Jones · 13 years ago
  52. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago
  53. 68aad78 sweep the floors and convert some .get_drvinfo routines to strlcpy by Rick Jones · 13 years ago
  54. 8a9ea32 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 13 years ago
  55. 9e903e0 net: add skb frag size accessors by Eric Dumazet · 13 years ago
  56. 8b0c116 net: Remove unnecessary driver assignments of ethtool_ringparam fields to zero by Rick Jones · 13 years ago
  57. 5d6bcdf net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_map by Ian Campbell · 13 years ago
  58. 9b22c73 atlx: convert to SKB paged frag API. by Ian Campbell · 13 years ago
  59. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  60. 2b133ad atl*: Move the Atheros drivers by Jeff Kirsher · 14 years ago