1. 4e8186b e1000e: implement MDI/MDI-X control by Jesse Brandeburg · 12 years ago
  2. c819bbd5 e1000: configure and read MDI settings by Jesse Brandeburg · 12 years ago
  3. 1b55678 igb: implement 580 MDI setting support by Jesse Brandeburg · 12 years ago
  4. e86fd89 e1000e: implement 82577/579 MDI setting support by Bruce W Allan · 12 years ago
  5. 6f6bbc1 ethtool.h: MDI setting support by Jesse Brandeburg · 12 years ago
  6. 1d76efe team: add support for non-ethernet devices by Jiri Pirko · 12 years ago
  7. 4c6de2f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/ppwaskie/net-next by David S. Miller · 12 years ago
  8. e6a04b1 tipc: eliminate configuration for maximum number of name publications by Ying Xue · 12 years ago
  9. 34f256c tipc: eliminate configuration for maximum number of name subscriptions by Ying Xue · 12 years ago
  10. 61cdd4d tipc: add __read_mostly annotations to several global variables by Ying Xue · 12 years ago
  11. f046e7d tipc: convert tipc_nametbl_size type from variable to macro by Ying Xue · 12 years ago
  12. 379c045 tipc: change tipc_net_start routine return value type by Ying Xue · 12 years ago
  13. 3812943 tipc: manually inline single use media_name_valid routine by Ying Xue · 12 years ago
  14. fc07393 tipc: remove pointless name sanity check and tipc_alphabet array by Ying Xue · 12 years ago
  15. 4225a39 tipc: fix lockdep warning during bearer initialization by Ying Xue · 12 years ago
  16. fa7f86f tipc: optimize the initialization of network device notifier by Ying Xue · 12 years ago
  17. fff3321 packet: Report fanout status via diag engine by Pavel Emelyanov · 12 years ago
  18. 16f0136 packet: Report rings cfg via diag engine by Pavel Emelyanov · 12 years ago
  19. 5ef5d6c gre: information leak in ip6_tnl_ioctl() by Dan Carpenter · 12 years ago
  20. 5689226 xfrm: Use rcu_dereference_bh to deference pointer protected by rcu_read_lock_bh by Fan Du · 12 years ago
  21. 62748b7 ixgbe: Rewrite code related to configuring IFCS bit in Tx descriptor by Alexander Duyck · 12 years ago
  22. 5a02cbd ixgbe: Roll RSC code into non-EOP code by Alexander Duyck · 12 years ago
  23. 18806c9 ixgbe: Make allocating skb and placing data in it a separate function by Alexander Duyck · 12 years ago
  24. cf3fe7a ixgbe: Copybreak sooner to avoid get_page/put_page and offset change overhead by Alexander Duyck · 12 years ago
  25. 19861ce ixgbe: Make pull tail function separate from rest of cleanup_headers by Alexander Duyck · 12 years ago
  26. 42073d9 ixgbe: Have the CPU take ownership of the buffers sooner by Alexander Duyck · 12 years ago
  27. 09816fb ixgbe: Only use double buffering if page size is less than 8K by Alexander Duyck · 12 years ago
  28. 0549ae2 ixgbe: combine ixgbe_add_rx_frag and ixgbe_can_reuse_page by Alexander Duyck · 12 years ago
  29. afaa945 ixgbe: Remove code that was initializing Rx page offset by Alexander Duyck · 12 years ago
  30. 02644a1 sctp: fix bogus if statement in sctp_auth_recv_cid() by Dan Carpenter · 12 years ago
  31. 6932f11 sctp: fix compile issue with disabled CONFIG_NET_NS by Ulrich Weber · 12 years ago
  32. 2ea2149 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 12 years ago
  33. 1b3a692 net: remove wrong initialization for snd_wl1 by Razvan Ghitulete · 12 years ago
  34. 65e0736 xfrm: remove redundant parameter "int dir" in struct xfrm_mgr.acquire by Fan Du · 12 years ago
  35. 1669891 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
  36. 1f07b62 sctp: fix a compile error in sctp.h by Cong Wang · 12 years ago
  37. e1fc3b1 sctp: Make sysctl tunables per net by Eric W. Biederman · 12 years ago
  38. f53b5b0 sctp: Push struct net down into sctp_verify_ext_param by Eric W. Biederman · 12 years ago
  39. 24cb81a sctp: Push struct net down into all of the state machine functions by Eric W. Biederman · 12 years ago
  40. e7ff4a7 sctp: Push struct net down into sctp_in_scope by Eric W. Biederman · 12 years ago
  41. 89bf345 sctp: Push struct net down into sctp_transport_init by Eric W. Biederman · 12 years ago
  42. 55e26eb sctp: Push struct net down to sctp_chunk_event_lookup by Eric W. Biederman · 12 years ago
  43. ebb7e95 sctp: Add infrastructure for per net sysctls by Eric W. Biederman · 12 years ago
  44. b01a240 sctp: Make the mib per network namespace by Eric W. Biederman · 12 years ago
  45. bb2db45 sctp: Enable sctp in all network namespaces by Eric W. Biederman · 12 years ago
  46. 13d782f sctp: Make the proc files per network namespace. by Eric W. Biederman · 12 years ago
  47. 632c928 sctp: Move the percpu sockets counter out of sctp_proc_init by Eric W. Biederman · 12 years ago
  48. 2ce9550 sctp: Make the ctl_sock per network namespace by Eric W. Biederman · 12 years ago
  49. 4db67e8 sctp: Make the address lists per network namespace by Eric W. Biederman · 12 years ago
  50. 4110cc2 sctp: Make the association hashtable handle multiple network namespaces by Eric W. Biederman · 12 years ago
  51. 4cdadcb sctp: Make the endpoint hashtable handle multiple network namespaces by Eric W. Biederman · 12 years ago
  52. f1f4376 sctp: Make the port hash table use struct net in it's key. by Eric W. Biederman · 12 years ago
  53. eea68e2 packet: Report socket mclist info via diag module by Pavel Emelyanov · 12 years ago
  54. 8a360be packet: Report more packet sk info via diag module by Pavel Emelyanov · 12 years ago
  55. 96ec632 packet: Diag core and basic socket info dumping by Pavel Emelyanov · 12 years ago
  56. 2787b04 packet: Introduce net/packet/internal.h header by Pavel Emelyanov · 12 years ago
  57. ad5b310 net: ipv4: fib_trie: Don't unnecessarily search for already found fib leaf by Igor Maravic · 12 years ago
  58. 418a99a Replace rwlock on xfrm_policy_afinfo with rcu by Priyanka Jain · 12 years ago
  59. c12b395 gre: Support GRE over IPv6 by xeb@mail.ru · 12 years ago
  60. b7bc2a5 net: remove netdev_bonding_change() by Amerigo Wang · 12 years ago
  61. ee89bab net: move and rename netif_notify_peers() by Amerigo Wang · 12 years ago
  62. 22c5649 p54: fix powerpc gcc warnings by Christian Lamparter · 12 years ago
  63. df32381 mac80211: fix unnecessary beacon update after peering status change by Marco Porsch · 12 years ago
  64. faa97bd brcmsmac: document firmware dependencies by Jeff Mahoney · 12 years ago
  65. c771b51 ath9k: tune rc_stats to display only valid rates by Rajkumar Manoharan · 12 years ago
  66. 23d9939 ath9k: Trim rate table by Sujith Manoharan · 12 years ago
  67. f8a8701 ath9k: Remove MIMO-PS specific code by Sujith Manoharan · 12 years ago
  68. 88dcc2d ath9k: Cleanup TX status API by Sujith Manoharan · 12 years ago
  69. c161011 ath9k: Bail out properly before calculating rate index by Sujith Manoharan · 12 years ago
  70. 2e54675 ath9k: Fix RTS/CTS rate selection by Sujith Manoharan · 12 years ago
  71. 97f7e8a ath9k: Do not set IEEE80211_TX_RC_USE_SHORT_PREAMBLE by Sujith Manoharan · 12 years ago
  72. 3d2776f ath9k: Unify valid rate calculation routines by Sujith Manoharan · 12 years ago
  73. f5c9a80 ath9k: Remove ath_rc_set_valid_rate_idx by Sujith Manoharan · 12 years ago
  74. 6e1e374 ath9k: Change rateset calculation by Sujith Manoharan · 12 years ago
  75. fc8d023 ath9k: Cleanup index retrieval routines by Sujith Manoharan · 12 years ago
  76. dacde35 ath9k: Cleanup ath_rc_setvalid_htrates by Sujith Manoharan · 12 years ago
  77. c05ea15 ath9k: Cleanup ath_rc_setvalid_rates by Sujith Manoharan · 12 years ago
  78. ea2771f ath9k: Cleanup RC init API by Sujith Manoharan · 12 years ago
  79. 62a2918 ath9k: Simplify rate table initialization by Sujith Manoharan · 12 years ago
  80. 126f492 mwifiex: use GFP_ATOMIC under spin lock by Dan Carpenter · 12 years ago
  81. 9c7ff73 mwifiex: notify cfg80211 about MIC failures by Amitkumar Karwar · 12 years ago
  82. 641c869 mwifiex: fix 'smatch' warning in preparing key_material cmd by Bing Zhao · 12 years ago
  83. 902d9e0 ssb: check for flash presentence by Rafał Miłecki · 12 years ago
  84. 85ce5ae b43legacy: fix logic in GPIO init by Rafał Miłecki · 12 years ago
  85. 6c18723 b43: N-PHY: fix 0x2057 radio calib copy/paste mistake by Rafał Miłecki · 12 years ago
  86. 3213e1a bcma: add (mostly) NAND defines by Rafał Miłecki · 12 years ago
  87. 8dd4372 mwifiex: fix powerpc64-linux- compilation warnings by Bing Zhao · 12 years ago
  88. 450e903 iwlegacy: clean up suspend/resume by Johannes Berg · 12 years ago
  89. 2f9279b mwifiex: fix code mis-alignment after the if statement by Fengguang Wu · 12 years ago
  90. 987af54 ath5k: Put power_level where it belongs and rename it by Nick Kossifidis · 12 years ago
  91. 493ca5e ath5k: Preserve tx power level requested from above on phy_init by Nick Kossifidis · 12 years ago
  92. 7550519 ath5k: Fix range scaling when setting rate power table by Nick Kossifidis · 12 years ago
  93. d12c5c5 ath5k: Use correct value for min_pwr and cur_pwr by Nick Kossifidis · 12 years ago
  94. 94f3457 bcma: make some functions static by Hauke Mehrtens · 12 years ago
  95. 9bc6381 p54: parse output power table by Christian Lamparter · 12 years ago
  96. 57f784f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 12 years ago
  97. 0f48917 hyperv: Add comments for the extended buffer after RNDIS message by Haiyang Zhang · 12 years ago
  98. 1fb9489 net: Loopback ifindex is constant now by Pavel Emelyanov · 12 years ago
  99. aa79e66 net: Make ifindex generation per-net namespace by Pavel Emelyanov · 12 years ago
  100. e6f8f1a veth: Allow to create peer link with given ifindex by Pavel Emelyanov · 12 years ago