1. 4a4d045 batman-adv: Start new development cycle by Simon Wunderlich · 9 years ago
  2. d86cdfc Merge branch 'r8152-adjustments' by David S. Miller · 9 years ago
  3. cda9fb0 r8152: adjust ALDPS function by hayeswang · 9 years ago
  4. 216a834 r8152: use test_and_clear_bit by hayeswang · 9 years ago
  5. 01dd194 bpf: cleanup bpf_prog_run_{save,clear}_cb helpers by Daniel Borkmann · 9 years ago
  6. b351a06 Merge branch 'net-sparse-warnings' by David S. Miller · 9 years ago
  7. ad64b8b ipv4: eliminate lock count warnings in ping.c by Lance Richardson · 9 years ago
  8. 0797cbd ipv4: eliminate endianness warnings in ip_fib.h by Lance Richardson · 9 years ago
  9. 30d3d83 ipv4: fix endianness warnings in ip_tunnel_core.c by Lance Richardson · 9 years ago
  10. 9b59377 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  11. 7d39721 Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 9 years ago
  12. 250fbf1 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 9 years ago
  13. a33ad9a Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 9 years ago
  14. 48f66c9 netfilter: nft_ct: add byte/packet counter support by Florian Westphal · 9 years ago
  15. ce1e798 netfilter: nft_byteorder: provide 64bit le/be conversion by Florian Westphal · 9 years ago
  16. e6d8eca netfilter: nf_tables: Add new attributes into nft_set to store user data. by Carlos Falgueras García · 9 years ago
  17. eb07595 netfilter: nfnetlink_log: just returns error for unknown command by Ken-ichirou MATSUZAWA · 9 years ago
  18. 71b2e5f netfilter: nfnetlink_queue: autoload nf_conntrack_netlink module NFQA_CFG_F_CONNTRACK config flag by Ken-ichirou MATSUZAWA · 9 years ago
  19. 21c3c97 netfilter: nfnetlink_queue: just returns error for unknown command by Ken-ichirou MATSUZAWA · 9 years ago
  20. 17bc6b4 netfilter: nfnetlink_queue: don't handle options after unbind by Ken-ichirou MATSUZAWA · 9 years ago
  21. 60d2c7f netfilter: nfnetlink_queue: validate dependencies to avoid breaking atomicity by Ken-ichirou MATSUZAWA · 9 years ago
  22. e19dcde ixgbe: Make ATR recognize IPv6 extended headers by Mark Rustad · 9 years ago
  23. 8b75451 ixgbe: Fix MDD events generated when FCoE+SRIOV are enabled by Neerav Parikh · 9 years ago
  24. b262a9a ixgbe: Fix to get FDMI HBA attributes information with X550 by Usha Ketineni · 9 years ago
  25. d469251 ixgbe: Correct handling of any outer UDP checksum setting by Mark Rustad · 9 years ago
  26. 0e4d422 ixgbe: do not call check_link for ethtool in ixgbe_get_settings() by Emil Tantilov · 9 years ago
  27. cb78cf1 ixgbe: fix broken PFC with X550 by Vasu Dev · 9 years ago
  28. f10166a ixgbe: use correct FCoE DDP max check by Vasu Dev · 9 years ago
  29. 3efcb86 ixgbe: Fill at least min credits to a TC credit refills by Vasu Dev · 9 years ago
  30. 5602815 i40e: remove forever unused ID by Jesse Brandeburg · 9 years ago
  31. 857942f i40e: Fix Rx hash reported to the stack by our driver by Anjali Singhai Jain · 9 years ago
  32. b499ffb i40e: Look up MAC address in Open Firmware or IDPROM by Sowmini Varadhan · 9 years ago
  33. efd8e39 i40e: allow zero MAC address for VFs by Mitch Williams · 9 years ago
  34. 2d166c3 i40e: change log messages and error returns by Mitch Williams · 9 years ago
  35. 24759da Merge branch 'macb-usrio-cap' by David S. Miller · 9 years ago
  36. c505a38 dt-bindings: net: macb: Add NP4 macb variant by Neil Armstrong · 9 years ago
  37. e611b5b net: macb: Add NP4 macb config using USRIO_DISABLED by Neil Armstrong · 9 years ago
  38. ce721a7 net: ethernet: cadence-macb: Add disabled usrio caps by Neil Armstrong · 9 years ago
  39. 1235817 Merge branch 'mdio-devices' by David S. Miller · 9 years ago
  40. 711fdba mdio: Abstract device_remove() and device_free() by Andrew Lunn · 9 years ago
  41. a9049e0 mdio: Add support for mdio drivers. by Andrew Lunn · 9 years ago
  42. f89df3f mdio_bus: Add comment to mdiobus_scan() and __mdiobus_register() by Andrew Lunn · 9 years ago
  43. f03bc4a mdio_bus: Generalise of_mdiobus_link_phydev() by Andrew Lunn · 9 years ago
  44. e76a495 phy: Move phy specific bus match into phy_device by Andrew Lunn · 9 years ago
  45. be01da7 phy: Centralize setting driver module owner by Andrew Lunn · 9 years ago
  46. bc87922 phy: Move PHY PM operations into phy_device by Andrew Lunn · 9 years ago
  47. 0071f56 dsa: Register netdev before phy by Andrew Lunn · 9 years ago
  48. 5cf11be phy_device: Move phy attributes into phy_device by Andrew Lunn · 9 years ago
  49. 7f85442 phy: Add API for {un}registering an mdio device to a bus. by Andrew Lunn · 9 years ago
  50. 801a8ef of: phy: Only register a phy device for phys by Andrew Lunn · 9 years ago
  51. e5a03bf phy: Add an mdio_device structure by Andrew Lunn · 9 years ago
  52. e7f4dc3 mdio: Move allocation of interrupts into core by Andrew Lunn · 9 years ago
  53. 35d2aea phy: mdio-octeon: Use devm_mdiobus_alloc_size() by Andrew Lunn · 9 years ago
  54. 2220943 phy: Centralise print about attached phy by Andrew Lunn · 9 years ago
  55. 053e7e1 phy: phy_{read|write}_mmd_indirect: get addr from phydev by Andrew Lunn · 9 years ago
  56. 04521bf net: dnet: Use phy_find_first() helper by Andrew Lunn · 9 years ago
  57. 84eff6d phy: add phydev_name() wrapper by Andrew Lunn · 9 years ago
  58. 72ba48b phy: Add phydev_err() and phydev_dbg() macros by Andrew Lunn · 9 years ago
  59. cd690e4 phy: Use phy_read() instead of mdiobus_read() by Andrew Lunn · 9 years ago
  60. bac83c6 mdio: Move mdiobus_read/write operatings into mdio.h by Andrew Lunn · 9 years ago
  61. ccaa953 phy: Consistently use addr for address on an MII bus by Andrew Lunn · 9 years ago
  62. 9e0efaf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  63. 51cb67c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  64. 8b8a321 tcp: fix zero cwnd in tcp_cwnd_reduction by Yuchung Cheng · 9 years ago
  65. c7f5d10 net: Add eth_platform_get_mac_address() helper. by David S. Miller · 9 years ago
  66. 58caf63 Driver: Vmxnet3: Fix regression caused by 5738a09 by Shrikrishna Khare · 9 years ago
  67. cdba756 net: move ndo_features_check() close to ndo_start_xmit() by Eric Dumazet · 9 years ago
  68. e439bd4 net: qmi_wwan: Add WeTelecom-WPD600N by Kristian Evensen · 9 years ago
  69. 9e02d8c fsl/fman: double free on probe failure by Dan Carpenter · 9 years ago
  70. e06a03b fsl/fman: fix the pause_time test by Dan Carpenter · 9 years ago
  71. 719255d mlxsw: core: remove an unnecessary condition by Dan Carpenter · 9 years ago
  72. fde55c4 mkiss: fix scribble on freed memory by Alan · 9 years ago
  73. c406700 ethernet/atheros/alx: sanitize buffer sizing and padding by Jarod Wilson · 9 years ago
  74. 07a5d38 net: possible use after free in dst_release by Francesco Ruggeri · 9 years ago
  75. f637941 Merge branch 'mlxsw-vlan_filtering-offload' by David S. Miller · 9 years ago
  76. fc1273a mlxsw: Remember untagged VLANs by Elad Raz · 9 years ago
  77. 26a4ea0 mlxsw: Disable vlan_filtering for non .1D bridge by Elad Raz · 9 years ago
  78. e4a1305 mlxsw: Renaming local variable names for consistency by Elad Raz · 9 years ago
  79. 29edf44 mlxsw: Fixing vlans init range by Elad Raz · 9 years ago
  80. 404cdbf bridge: add vlan filtering change for new bridged device by Elad Raz · 9 years ago
  81. 6b72a77 bridge: add vlan filtering change notification by Elad Raz · 9 years ago
  82. 81435c3 switchdev: add bridge vlan_filtering attribute by Elad Raz · 9 years ago
  83. 08474cc bridge: Propagate vlan add failure to user by Elad Raz · 9 years ago
  84. 8cf60cf Bluetooth: btmrvl: don't send data to firmware while processing suspend by Chin-Ran Lo · 9 years ago
  85. d716892 Bluetooth: btmrvl: max out host sleep parameter 'gap' by Chin-Ran Lo · 9 years ago
  86. 787b306 Bluetooth: avoid rebuilding hci_sock all the time by Johannes Berg · 9 years ago
  87. 73c20a8 net: sched: fix missing free per cpu on qstats by John Fastabend · 9 years ago
  88. f941461 ARM: net: bpf: fix zero right shift by Rabin Vincent · 9 years ago
  89. 00ce3a1 soreuseport: change consume_skb to kfree_skb in error case by Craig Gallek · 9 years ago
  90. 1134158 soreuseport: pass skb to secondary UDP socket lookup by Craig Gallek · 9 years ago
  91. 60aa3b0 6pack: fix free memory scribbles by One Thousand Gnomes · 9 years ago
  92. f0138e2 mlxsw: pci: Adjust value of CPU egress traffic class by Ido Schimmel · 9 years ago
  93. 55795ef net: filter: make JITs zero A for SKF_AD_ALU_XOR_X by Rabin Vincent · 9 years ago
  94. 56b8718 Merge tag 'wireless-drivers-next-for-davem-2016-01-05' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next by David S. Miller · 9 years ago
  95. be78a69 net: hns: avoid uninitialized variable warning: by Arnd Bergmann · 9 years ago
  96. a72a5e2 inet: kill unused skb_free op by Florian Westphal · 9 years ago
  97. ff62198 bridge: Only call /sbin/bridge-stp for the initial network namespace by Hannes Frederic Sowa · 9 years ago
  98. 2fbf575 include/uapi/linux/sockios.h: mark SIOCRTMSG unused by xypron.glpk@gmx.de · 9 years ago
  99. ee9a7d2 Merge tag 'trace-v4.4-rc4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  100. 3331f99 Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 9 years ago