1. 59e2642 netfilter: nf_dup: fix sparse warnings by Pablo Neira Ayuso · 9 years ago
  2. 81bf1c6 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Pablo Neira Ayuso · 9 years ago
  3. 938049e net: xgene Remove xgene specific phy and MAC lookup functions by Jeremy Linton · 9 years ago
  4. 4c9bcd1 net: Fix nexthop lookups by David Ahern · 9 years ago
  5. eb4cb85 bridge: fix netlink max attr size by Scott Feldman · 9 years ago
  6. 4d14a63 smsc911x: Remove dev==NULL check. by Jeremy Linton · 9 years ago
  7. 2f710a3 device property: Add ETH_ALEN check, update comments. by Jeremy Linton · 9 years ago
  8. ef09242 Merge tag 'wireless-drivers-next-for-davem-2015-08-19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next by David S. Miller · 9 years ago
  9. e01286e ipv4: Make fib_encap_match static by Ying Xue · 9 years ago
  10. 84b6714 Merge branch 'ewma' by David S. Miller · 9 years ago
  11. f4e774f average: remove out-of-line implementation by Johannes Berg · 9 years ago
  12. 11ab35e rt2x00: use DECLARE_EWMA by Johannes Berg · 9 years ago
  13. 46f26dd ath5k: use DECLARE_EWMA by Johannes Berg · 9 years ago
  14. 5377d758 virtio_net: use DECLARE_EWMA by Johannes Berg · 9 years ago
  15. 0f8f27d bnx2x: Fix vxlan endianity issue by Yuval Mintz · 9 years ago
  16. b86d598 Merge branch 'vrf-cleanups-part-2' by David S. Miller · 9 years ago
  17. 2640b39 vrf: ndo_add|del_slave drop unnecessary checks by Nikolay Aleksandrov · 9 years ago
  18. 15df5e7 vrf: move vrf_insert_slave so we can drop a goto label by Nikolay Aleksandrov · 9 years ago
  19. 67f3a90 vrf: remove unnecessary duplicate check by Nikolay Aleksandrov · 9 years ago
  20. e367da0 vrf: don't panic on cache create failure by Nikolay Aleksandrov · 9 years ago
  21. 57b8efa vrf: plug skb leaks by Nikolay Aleksandrov · 9 years ago
  22. 18041e3 vrf: vrf_master_ifindex_rcu is not always called with rcu read lock by Nikolay Aleksandrov · 9 years ago
  23. 824e738 lwtunnel: Fix the sparse warnings in fib_encap_match by Ying Xue · 9 years ago
  24. 8cfd23e netfilter: nft_payload: work around vlan header stripping by Florian Westphal · 9 years ago
  25. def63be Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 9 years ago
  26. 1c8aa21 Merge branch 'vrf-next' by David S. Miller · 9 years ago
  27. 58aa908 vrf: simplify the netdev notifier function by Nikolay Aleksandrov · 9 years ago
  28. 3a4a27d vrf: don't check for dstats and rth in uninit path by Nikolay Aleksandrov · 9 years ago
  29. db5dbec vrf: drop unused num_slaves member by Nikolay Aleksandrov · 9 years ago
  30. 17d95f5 vrf: drop unnecessary dev refcnt changes by Nikolay Aleksandrov · 9 years ago
  31. 954591b hv_netvsc: Fix dereference of nvdev before check by Andrew Schwartzmeyer · 9 years ago
  32. 2d79849 lwtunnel: ip tunnel: fix multiple routes with different encap by Jiri Benc · 9 years ago
  33. df383e6 lwtunnel: fix memory leak by Jiri Benc · 9 years ago
  34. c938a00 cxgb4: memory corruption in debugfs by Dan Carpenter · 9 years ago
  35. 3dc33e2 enic: Fix namespace pollution causing build errors. by David S. Miller · 9 years ago
  36. f34fa14 bnx2x: Add vxlan RSS support by Rajesh Borundia · 9 years ago
  37. 3f0bf60 Merge branch 'dsa-multi-swtich' by David S. Miller · 9 years ago
  38. 6083ce7 dsa: mv88e6xxx: Set DSA mode based on chip abilities by Andrew Lunn · 9 years ago
  39. 60045cb net: dsa: Add dsa_is_dsa_port() helper by Andrew Lunn · 9 years ago
  40. 1e72e6f net: dsa: Allow multi hop routes to be expressed by Andrew Lunn · 9 years ago
  41. 56d1392 ixgbe: TRIVIAL fix up double 'the' and comment style by Jacob Keller · 9 years ago
  42. d147329 ixgbe: Simplify port-specific macros by Mark Rustad · 9 years ago
  43. ceee345 igb: make sure SR-IOV init uses the right number of queues by Todd Fujinaka · 9 years ago
  44. fae5eca igbvf: clear buffer_info->dma after dma_unmap_single() by Stefan Assmann · 9 years ago
  45. 42ad1a0 igb: Fix a memory leak in igb_probe by Jia-Ju Bai · 9 years ago
  46. 0845d45 e1000e: Modify Tx/Rx configurations to avoid null pointer dereferences in e1000_open by Jia-Ju Bai · 9 years ago
  47. 3eb14ea igb: Fix a deadlock in igb_sriov_reinit by Jia-Ju Bai · 9 years ago
  48. 5e5d494 e100: Release skb when DMA mapping is failed in e100_xmit_prepare by Jia-Ju Bai · 9 years ago
  49. 9ad607b e100: Add a check after pci_pool_create to avoid null pointer dereference by Jia-Ju Bai · 9 years ago
  50. c23d92b igb: Teardown SR-IOV before unregister_netdev() by Alex Williamson · 9 years ago
  51. 51045ec igb: add support for 1512 PHY by Todd Fujinaka · 9 years ago
  52. 30c7291 igb: implement high frequency periodic output signals by Richard Cochran · 9 years ago
  53. 6423fc3 igb: do not re-init SR-IOV during probe by Stefan Assmann · 9 years ago
  54. f468adc igb: missing rtnl_unlock in igb_sriov_reinit() by Vasily Averin · 9 years ago
  55. 72ddef0 igb: Fix oops caused by missing queue pairing by Shota Suzuki · 9 years ago
  56. 61ed713 Merge branch 'drivers_iff_no_queue' by David S. Miller · 9 years ago
  57. 348e343 net: sched: drop all special handling of tx_queue_len == 0 by Phil Sutter · 9 years ago
  58. 906470c net: warn if drivers set tx_queue_len = 0 by Phil Sutter · 9 years ago
  59. 7d9e437 staging: wilc1000: convert to using IFF_NO_QUEUE by Phil Sutter · 9 years ago
  60. 4676a15 net: caif: convert to using IFF_NO_QUEUE by Phil Sutter · 9 years ago
  61. 9ad09c5 net: hsr: convert to using IFF_NO_QUEUE by Phil Sutter · 9 years ago
  62. cdf7370 net: batman-adv: convert to using IFF_NO_QUEUE by Phil Sutter · 9 years ago
  63. 3db6da1 net: mac80211_hwsim: convert to using IFF_NO_QUEUE by Phil Sutter · 9 years ago
  64. 3a9c0a1 net: hostap: convert to using IFF_NO_QUEUE by Phil Sutter · 9 years ago
  65. 0a5f107 net: dsa: convert to using IFF_NO_QUEUE by Phil Sutter · 9 years ago
  66. bf485bc net: ipvlan: convert to using IFF_NO_QUEUE by Phil Sutter · 9 years ago
  67. 1e6f20c net: bonding: convert to using IFF_NO_QUEUE by Phil Sutter · 9 years ago
  68. 4afbc0d net: 6lowpan: convert to using IFF_NO_QUEUE by Phil Sutter · 9 years ago
  69. ccecb2a net: bridge: convert to using IFF_NO_QUEUE by Phil Sutter · 9 years ago
  70. 2e659c0 net: 8021q: convert to using IFF_NO_QUEUE by Phil Sutter · 9 years ago
  71. 22dba39 net: vxlan: convert to using IFF_NO_QUEUE by Phil Sutter · 9 years ago
  72. 22e380a net: team: convert to using IFF_NO_QUEUE by Phil Sutter · 9 years ago
  73. 85773a6 net: nlmon: convert to using IFF_NO_QUEUE by Phil Sutter · 9 years ago
  74. e65db2b net: loopback: convert to using IFF_NO_QUEUE by Phil Sutter · 9 years ago
  75. ed961ac net: geneve: convert to using IFF_NO_QUEUE by Phil Sutter · 9 years ago
  76. ff42c02 net: dummy: convert to using IFF_NO_QUEUE by Phil Sutter · 9 years ago
  77. 02f01ec net: veth: enable noqueue operation by default by Phil Sutter · 9 years ago
  78. a6bf49d Merge tag 'iwlwifi-next-for-kalle-2015-08-18' of https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next by Kalle Valo · 9 years ago
  79. ecc7c51 iwlwifi: mvm: fix a race in D0i3 vs. Tx path by Emmanuel Grumbach · 9 years ago
  80. b3df224 iwlwifi: mvm: don't disconnect on beacon loss in D0I3 by David Spinadel · 9 years ago
  81. e192cd1 iwlwifi: out-of-bounds access in iwl_init_sband_channels by Adrien Schildknecht · 9 years ago
  82. da0fa5e iwlwifi: bump mvm firmware API to 16 by Emmanuel Grumbach · 9 years ago
  83. 783eaee iwlwifi: rs: disable MIMO only if allowed in configuration by Alexander Bondar · 9 years ago
  84. 74f4e0c bcma: switch GPIO portions to use GPIOLIB_IRQCHIP by Linus Walleij · 9 years ago
  85. 1165dd9 ath9k: add correct MAC/BB name for ar9561 by Miaoqing Pan · 9 years ago
  86. fc645df wl18xx: add diversity statistics by Guy Mishol · 9 years ago
  87. c48276c wl18xx: update statistics acx and debugfs files by Eliad Peller · 9 years ago
  88. f10746f rt2x00: adjust EEPROM_SIZE for rt2500usb by Adrien Schildknecht · 9 years ago
  89. bafc6e4 mwl8k: refactor some conditionals for clarity by John Linville · 9 years ago
  90. 9ff4b6d rtlwifi: rtl8192cu: Remove and replace routine in hw.c and mac.c by Taehee Yoo · 9 years ago
  91. bf27cea rtlwifi: rtl8192cu: remove duplicated routine in hw.c and mac.c by Taehee Yoo · 9 years ago
  92. 15f6d96 Merge tag 'mac80211-next-for-davem-2015-08-14' mac80211-next.git by Kalle Valo · 9 years ago
  93. 0b233dc Merge branch 'Identifier-Locator-Addressing' by David S. Miller · 9 years ago
  94. 65d7ab8 net: Identifier Locator Addressing module by Tom Herbert · 9 years ago
  95. abc5d1f net: Add inet_proto_csum_replace_by_diff utility function by Tom Herbert · 9 years ago
  96. 4b048d6 net: Change pseudohdr argument of inet_proto_csum_replace* to be a bool by Tom Herbert · 9 years ago
  97. 2536862 lwt: Add support to redirect dst.input by Tom Herbert · 9 years ago
  98. f376d4a enic: Fix sparse warning in vnic_devcmd_init(). by David S. Miller · 9 years ago
  99. ecf842f mlx5e: Fix sparse warnings in mlx5e_handle_csum(). by David S. Miller · 9 years ago
  100. 5e8018f netfilter: nf_conntrack: add efficient mark to zone mapping by Daniel Borkmann · 9 years ago