1. 64fb301 net llc: Don't use sysctl tables with .child entries. by Eric W. Biederman · 12 years ago
  2. 0ca7a4c net ax25: Simplify and cleanup the ax25 sysctl handling. by Eric W. Biederman · 12 years ago
  3. 4e5ca78 net ipv4: Remove the unneeded registration of an empty net/ipv4/neigh by Eric W. Biederman · 12 years ago
  4. a5287ac net ipv6: Remove unneded registration of an empty net/ipv6/neigh by Eric W. Biederman · 12 years ago
  5. 45bad91 net core: Remove unneded creation of an empty net/core sysctl directory by Eric W. Biederman · 12 years ago
  6. 5dd3df1 net: Move all of the network sysctls without a namespace into init_net. by Eric W. Biederman · 12 years ago
  7. 4344475 net: Kill register_sysctl_rotable by Eric W. Biederman · 12 years ago
  8. 2ca794e net sysctl: Initialize the network sysctls sooner to avoid problems. by Eric W. Biederman · 12 years ago
  9. bc8a369 net sysctl: Register an empty /proc/sys/net by Eric W. Biederman · 12 years ago
  10. ab41a2c net: Implement register_net_sysctl. by Eric W. Biederman · 12 years ago
  11. 167de77 Merge branch 'tipc_net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by David S. Miller · 12 years ago
  12. 2528a5d atl1c: remove MDIO_REG_ADDR_MASK in atl1c_mdio_read/write by Huang, Xiong · 12 years ago
  13. d163ff7 atl1c: fix WoL(magic) issue for l2cb 1.1 by Huang, Xiong · 12 years ago
  14. ebe22ed atl1c: refine atl1c_pcie_patch by Huang, Xiong · 12 years ago
  15. 024e1e4 atl1c: refine/update ASPM configuration by Huang, Xiong · 12 years ago
  16. 5cbdcc2 atl1c: clear bit MASTER_CTRL_CLK_SEL_DIS in atl1c_pcie_patch by Huang, Xiong · 12 years ago
  17. 7f5544d atl1c: refine reg definition of REG_MASTER_CTRL by Huang, Xiong · 12 years ago
  18. 95f9aea atl1c: clear PCIE error status in atl1c_reset_pcie by Huang, Xiong · 12 years ago
  19. 9c277d8 atl1c: remove dmar_dly_cnt and dmaw_dly_cnt by Huang, Xiong · 12 years ago
  20. c08b9b2 atl1c: update right threshold for TSO by Huang, Xiong · 12 years ago
  21. 969a7ee atl1c: add module parameter for l1c_wait_until_idle by Huang, Xiong · 12 years ago
  22. 9c52821 atl1c: threshold for ASPM is changed based on chip capability by Huang, Xiong · 12 years ago
  23. 31ea38e stmmac: do not fail when probe and there is no csr clk defined by Giuseppe CAVALLARO · 12 years ago
  24. 0f1f88a stmmac: verify the dma_cfg platform fields by Giuseppe CAVALLARO · 12 years ago
  25. 4bfcbd7 stmmac: Move the mdio_register/_unregister in probe/remove by Francesco Virlinzi · 12 years ago
  26. 3256251 stmmac: use custom init/exit functions in pm ops by Francesco Virlinzi · 12 years ago
  27. a104104 iwlwifi: Remove inconsistent and redundant declaration by David Spinadel · 12 years ago
  28. 9d52ce4 tipc: Ensure network address change doesn't impact configuration service by Allan Stephens · 12 years ago
  29. 630d920 tipc: Ensure network address change doesn't impact rejected message by Allan Stephens · 12 years ago
  30. 8a55fe7 tipc: handle <0.0.0> as an alias for this node on outgoing msgs by Allan Stephens · 12 years ago
  31. b8f683d tipc: properly handle off-node send requests with invalid addr by Allan Stephens · 12 years ago
  32. 974a5a8 tipc: take lock while updating node network address by Allan Stephens · 12 years ago
  33. f0712e86 tipc: Ensure network address change doesn't impact local connections by Allan Stephens · 12 years ago
  34. d0e17fe tipc: delete duplicate peerport/peernode helper functions by Allan Stephens · 12 years ago
  35. f21536d tipc: Ensure network address change doesn't impact new port by Allan Stephens · 12 years ago
  36. 5eb0a29 tipc: Optimize re-initialization of port message header templates by Allan Stephens · 12 years ago
  37. d4f5c12 tipc: Ensure network address change doesn't impact name table updates by Allan Stephens · 12 years ago
  38. 336ebf5 tipc: Add routines for safe checking of node's network address by Allan Stephens · 12 years ago
  39. fd6eced tipc: Don't record failed publication attempt as a success by Allan Stephens · 13 years ago
  40. 1110b8d tipc: Update node-scope publications when network address is assigned by Allan Stephens · 12 years ago
  41. a909804 tipc: Separate cluster-scope and zone-scope names into distinct lists by Allan Stephens · 12 years ago
  42. f31c793 bonding: start slaves with link down for ARP monitor by Michal Kubeček · 12 years ago
  43. bf1ac5c nf_bridge: remove holes in struct nf_bridge_info by Eric Dumazet · 12 years ago
  44. cbf8f7b ipv4: dont drop packet in defrag but consume it by Eric Dumazet · 12 years ago
  45. daa8654 net: gro: GRO_MERGED_FREE consumes packets by Eric Dumazet · 12 years ago
  46. 85bb2a6 net: dont drop packet but consume it by Eric Dumazet · 12 years ago
  47. 7604adc ipv6: dccp: dont drop packet but consume it by Eric Dumazet · 12 years ago
  48. abc4e4f packet: dont drop packet but consume it by Eric Dumazet · 12 years ago
  49. ab185d7 ipv6: tcp: dont drop packet but consume it by Eric Dumazet · 12 years ago
  50. 8460c00 netlink: dont drop packet but consume it by Eric Dumazet · 12 years ago
  51. 9ff2644 ip6_tunnel: dont drop packet but consume it by Eric Dumazet · 12 years ago
  52. 7426a56 net: fix compile error of leaking kmemleak.h header by Shan Wei · 12 years ago
  53. 59e26ef atl1c: restore max-read-request-size in Device Conrol Register by Huang, Xiong · 12 years ago
  54. c24588a atl1c: using fixed TXQ configuration for l2cb and l1c by Huang, Xiong · 12 years ago
  55. 3f6f6a6 atl1c: remove dmaw_block by Huang, Xiong · 12 years ago
  56. 37bfccb atl1c: correct wrong definition of REG_DMA_CTRL by Huang, Xiong · 12 years ago
  57. 0cbec61 atl1c: wrong register used to stop TXQ by Huang, Xiong · 12 years ago
  58. 027392c atl1c: remove code related to rxq 1/2/3 by Huang, Xiong · 12 years ago
  59. 0af4833 atl1c: split 2 32bit registers of TPD to 4 16bit registers by Huang, Xiong · 12 years ago
  60. 8d5c683 atl1c: remove SMB/CMB DMA related code by Huang, Xiong · 12 years ago
  61. 864ad85 atl1c: remove VPD register by Huang, Xiong · 12 years ago
  62. f4e5db2 atl1c: remove HDS register by Huang, Xiong · 12 years ago
  63. 9f1fd0e atl1c: remove multiple-RX-Q code by Huang, Xiong · 12 years ago
  64. 70c9fbd atl1c: update author contact info & company/driver desciption by Huang, Xiong · 12 years ago
  65. 59ef43e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 12 years ago
  66. 91fbe33 Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge by David S. Miller · 12 years ago
  67. e11aa05 tipc: Factor out name publication code to a separate function by Allan Stephens · 12 years ago
  68. 3f8375f tipc: introduce publication lists struct by Allan Stephens · 12 years ago
  69. 1e5cc26 batman-adv: skip the window protection test when the originator has no neighbours by Antonio Quartulli · 12 years ago
  70. c97c72b batman-adv: print OGM seq numbers as unsigned int by Antonio Quartulli · 12 years ago
  71. 0d12507 batman-adv: use ETH_HLEN instead of sizeof(struct ethhdr) by Antonio Quartulli · 12 years ago
  72. 1eeb479 batman-adv: mark existing ogm variables as batman iv by Marek Lindner · 12 years ago
  73. 76e3d7f batman-adv: rename BATMAN_OGM_LEN to BATMAN_OGM_HLEN by Marek Lindner · 12 years ago
  74. cd8b78e batman-adv: refactoring API: find generalized name for bat_ogm_init_primary callback by Marek Lindner · 12 years ago
  75. 77af757 batman-adv: handle routing code initialization properly by Marek Lindner · 12 years ago
  76. 00a5007 batman-adv: add iface_disable() callback to routing API by Marek Lindner · 12 years ago
  77. d7d32ec batman-adv: randomize initial seqno to avoid collision by Marek Lindner · 12 years ago
  78. c2aca02 batman-adv: refactoring API: find generalized name for bat_ogm_init callback by Marek Lindner · 12 years ago
  79. 8140625 batman-adv: move ogm initialization into the proper function by Marek Lindner · 12 years ago
  80. e88af94 batman-adv: remove duplicated line in comment by Antonio Quartulli · 12 years ago
  81. 6d2003f batman-adv: convert the tt_crc to network order by Antonio Quartulli · 12 years ago
  82. 798ec84 net/core:Remove memleak reports by kmemleak_not_leak. by majianpeng · 12 years ago
  83. 7f59388 net/ipv4:Remove two memleak reports by kmemleak_not_leak. by majianpeng · 12 years ago
  84. 85bba52 net: filter: remove unused cpu_off in sparc JIT by Eric Dumazet · 12 years ago
  85. 0c20494 dmfe: enforce consistent timing delay. by françois romieu · 12 years ago
  86. 584c5e2 net: filter: Fix some more small issues in sparc JIT. by David S. Miller · 12 years ago
  87. 7b56f76 net: filter: Fix some minor issues in sparc JIT. by David S. Miller · 12 years ago
  88. b5abcf0 mwifiex: corrections in timestamp related code by Amitkumar Karwar · 12 years ago
  89. 9558a40 mwifiex: code cleanup in BSS handling by Amitkumar Karwar · 12 years ago
  90. ce84bb6 libertas USB: convert to asynchronous firmware loading by Daniel Drake · 12 years ago
  91. 66d647e libertas SDIO: convert to asynchronous firmware loading by Daniel Drake · 12 years ago
  92. 534111c libertas: add asynchronous firmware loading capability by Daniel Drake · 12 years ago
  93. 0beecac libertas: harden-up exit paths by Daniel Drake · 12 years ago
  94. 370803c libertas: Firmware loading simplifications by Daniel Drake · 12 years ago
  95. be03d4a rt2x00: Don't let mac80211 send a BAR when an AMPDU subframe fails by Andreas Hartmann · 12 years ago
  96. 8edb254 ath9k: use ath9k_hw_fbin2freq instead of FBIN2FREQ by Gabor Juhos · 12 years ago
  97. 23bd7ce ath9k: move ath9k_hw_fbin2freq function to eeprom.h by Gabor Juhos · 12 years ago
  98. 86ae26d ath9k: remove unused PWRINC_*_TO_*_CHAIN defines by Gabor Juhos · 12 years ago
  99. 6010e72 ath9k: merge power correction constants by Gabor Juhos · 12 years ago
  100. 1e66eda drivers/net/wireless/libertas/if_usb.c: add missing debugging code by Julia Lawall · 12 years ago