1. c47a43d virtio-net: remove big packet XDP codes by Jason Wang · 9 years ago
  2. 92502fe virtio-net: forbid XDP when VIRTIO_NET_F_GUEST_UFO is support by Jason Wang · 9 years ago
  3. 5c33474 virtio-net: make rx buf size estimation works for XDP by Jason Wang · 9 years ago
  4. b00f70b virtio-net: unbreak csumed packets for XDP_PASS by Jason Wang · 9 years ago
  5. 1830f89 virtio-net: correctly handle XDP_PASS for linearized packets by Jason Wang · 9 years ago
  6. 56a86f8 virtio-net: fix page miscount during XDP linearizing by Jason Wang · 9 years ago
  7. 275be06 virtio-net: correctly xmit linearized page on XDP_TX by Jason Wang · 9 years ago
  8. 73b62bd virtio-net: remove the warning before XDP linearizing by Jason Wang · 9 years ago
  9. 5831212 mlxsw: spectrum_router: Correctly remove nexthop groups by Ido Schimmel · 9 years ago
  10. 93a87e5 mlxsw: spectrum_router: Don't reflect dead neighs by Ido Schimmel · 9 years ago
  11. 567be78 stmmac: CSR clock configuration fix by jpinto · 9 years ago
  12. 2e3d5fa Merge tag 'wireless-drivers-for-davem-2016-12-22' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers by David S. Miller · 9 years ago
  13. 551cde1 net: fddi: skfp: use %p format specifier for addresses rather than %x by Colin Ian King · 9 years ago
  14. 8354491 net: mvpp2: fix dma unmapping of TX buffers for fragments by Thomas Petazzoni · 9 years ago
  15. f217bfd net: ethernet: stmmac: dwmac-rk: make clk enablement first in powerup by Heiko Stübner · 9 years ago
  16. 76b1592 be2net: Increase skb headroom size to 256 bytes by Kalesh A P · 9 years ago
  17. 22b68b9 rtlwifi: Fix kernel oops introduced with commit e49656147359 by Larry Finger · 9 years ago
  18. d1f1c0e ath9k: do not return early to fix rcu unlocking by Tobias Klausmann · 9 years ago
  19. ba6d973 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  20. f95adbc Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working/fujitsu/integration by Linus Torvalds · 9 years ago
  21. 74f65bb Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 9 years ago
  22. f7fb138 net/mlx5: use rb_entry() by Geliang Tang · 9 years ago
  23. ae99b63 ethernet: sfc: Add Kconfig entry for vendor Solarflare by Tobias Klauser · 9 years ago
  24. f7ca8e3b net: hix5hd2_gmac: fix compatible strings name by Dongpo Li · 9 years ago
  25. 4c0ef23 net: netcp: ethss: fix 10gbe host port tx pri map configuration by WingMan Kwok · 9 years ago
  26. e9838ef net: netcp: ethss: fix errors in ethtool ops by WingMan Kwok · 9 years ago
  27. 2e3db5a fsl/fman: enable compilation on ARM64 by Madalin Bucur · 9 years ago
  28. 1e33099 fsl/fman: A007273 only applies to PPC SoCs by Madalin Bucur · 9 years ago
  29. ae6021d powerpc: fsl/fman: remove fsl,fman from of_device_ids[] by Madalin Bucur · 9 years ago
  30. 606987b0 fsl/fman: fix 1G support for QSGMII interfaces by Madalin Bucur · 9 years ago
  31. 57f3986 net: phy: use boolean dt properties for eee broken modes by jbrunet · 9 years ago
  32. 3bb9ab6 net: phy: fix sign type error in genphy_config_eee_advert by jbrunet · 9 years ago
  33. d4166b8 ath10k: free host-mem with DMA_BIRECTIONAL flag by Ben Greear · 9 years ago
  34. 2b66325 brcmfmac: fix uninitialized field in scheduled scan ssid configuration by Arend Van Spriel · 9 years ago
  35. cb853da brcmfmac: fix memory leak in brcmf_cfg80211_attach() by Arend Van Spriel · 9 years ago
  36. f1e9132 Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 9 years ago
  37. ac5a28b Merge tag 'mfd-for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 9 years ago
  38. ad688cd stmmac: fix memory barriers by Pavel Machek · 9 years ago
  39. 162809d net: ethernet: cavium: octeon: octeon_mgmt: Handle return NULL error from devm_ioremap by Arvind Yadav · 9 years ago
  40. db4d22c mailbox: mailbox-test: allow reserved areas in SRAM by Sudeep Holla · 9 years ago
  41. baef9a3 mailbox: mailbox-test: add support for fasync/poll by Sudeep Holla · 9 years ago
  42. cf17581 mailbox: bcm-pdc: Remove unnecessary void* casts by Rob Rice · 9 years ago
  43. 30d1ef6 mailbox: bcm-pdc: Simplify interrupt handler logic by Rob Rice · 9 years ago
  44. 63bb50b mailbox: bcm-pdc: Performance improvements by Rob Rice · 9 years ago
  45. 38ed49e mailbox: bcm-pdc: Don't use iowrite32 to write DMA descriptors by Rob Rice · 9 years ago
  46. 8aef00f mailbox: bcm-pdc: Convert from threaded IRQ to tasklet by Rob Rice · 9 years ago
  47. 7493cde mailbox: bcm-pdc: Try to improve branch prediction by Rob Rice · 9 years ago
  48. e004c7e mailbox: bcm-pdc: streamline rx code by Rob Rice · 9 years ago
  49. ab8d1b2 mailbox: bcm-pdc: Convert from interrupts to poll for tx done by Rob Rice · 9 years ago
  50. 9310f1d mailbox: bcm-pdc: PDC driver leaves debugfs files after removal by Steve Lin · 9 years ago
  51. 9fb0f9a mailbox: bcm-pdc: Changes so mbox client can be removed / re-inserted by Steve Lin · 9 years ago
  52. 9b1b2b3 mailbox: bcm-pdc: Use octal permissions rather than symbolic by Rob Rice · 9 years ago
  53. 2f50497 mailbox: sti: Fix module autoload for OF registration by Javier Martinez Canillas · 9 years ago
  54. f42cce3 mailbox: mailbox-test: Fix module autoload by Javier Martinez Canillas · 9 years ago
  55. d4af49f firmware: dmi_scan: Always show system identification string by Kefeng Wang · 9 years ago
  56. b0b3a37 Merge tag 'rtc-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 9 years ago
  57. d3e5925 rtc: mcp795: Fix whitespace and indentation. by Emil Bartczak · 9 years ago
  58. a2b4299 rtc: mcp795: Prefer using the BIT() macro. by Emil Bartczak · 9 years ago
  59. 43d0b10 rtc: mcp795: fix month write resetting date to 1. by Emil Bartczak · 9 years ago
  60. 26eeefd rtc: mcp795: fix time range difference between linux and RTC chip. by Emil Bartczak · 9 years ago
  61. e72765c rtc: mcp795: fix bitmask value for leap year (LP). by Emil Bartczak · 9 years ago
  62. bcf18d8 rtc: mcp795: use bcd2bin/bin2bcd. by Emil Bartczak · 9 years ago
  63. 0b6a8f5 rtc: add support for EPSON TOYOCOM RTC-7301SF/DG by Akinobu Mita · 9 years ago
  64. 9c19b89 rtc: ds1307: Add ACPI support by Tin Huynh · 9 years ago
  65. 3be134e Merge tag 'libnvdimm-for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
  66. 8421c60 Merge tag 'platform-drivers-x86-v4.10-2' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86 by Linus Torvalds · 9 years ago
  67. 83da6b5 platform/x86: surface3-wmi: Balance locking on error path by Andy Shevchenko · 9 years ago
  68. 957ae50 platform/x86: Add Whiskey Cove PMIC TMU support by Nilesh Bacchewar · 9 years ago
  69. 1bbb05f Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  70. 649ac63 i2c: mux: mlxcpld: fix i2c mux selection caching by Peter Rosin · 9 years ago
  71. 52f40e9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  72. 231753e Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 9 years ago
  73. 3e3397e net: mv643xx_eth: fix build failure by Sudip Mukherjee · 9 years ago
  74. a6b3c48 isdn: Constify some function parameters by Emese Revfy · 9 years ago
  75. 9a60c90 mlxsw: spectrum: Mark split ports as such by Ido Schimmel · 9 years ago
  76. 0110c35 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  77. 7729bad qed: fix old-style function definition by Arnd Bergmann · 9 years ago
  78. c762eaa r6040: move spinlock in r6040_close as SOFTIRQ-unsafe lock order detected by Manuel Bessler · 9 years ago
  79. 3a7f076 irda: w83977af_ir: cleanup an indent issue by Dan Carpenter · 9 years ago
  80. 7cafe8f net: sfc: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 9 years ago
  81. 99bff5e net: davicom: dm9000: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 9 years ago
  82. 93dfe6c net: cirrus: ep93xx: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 9 years ago
  83. b7b44fd net: chelsio: cxgb3: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 9 years ago
  84. 49cad93 net: chelsio: cxgb2: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 9 years ago
  85. 0f484e4 Merge tag 'kvmgt-vfio-mdev-for-v4.10-rc1' of git://github.com/01org/gvt-linux by Linus Torvalds · 9 years ago
  86. af79ce4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 9 years ago
  87. c07dee7 Merge tag 'for-linus-20161216' of git://git.infradead.org/linux-mtd by Linus Torvalds · 9 years ago
  88. c44ef85 Merge branch 'for-4.10/libnvdimm' into libnvdimm-for-next by Dan Williams · 9 years ago
  89. d7fe1a6 dax: add region 'id', 'size', and 'align' attributes by Dan Williams · 9 years ago
  90. 8e59876 i2c: designware: fix wrong Tx/Rx FIFO for ACPI by Tin Huynh · 9 years ago
  91. 1635c5d i2c: xgene: Fix missing code of DTB support by Tin Huynh · 9 years ago
  92. 7f638c1 i2c: mux: pca954x: fix i2c mux selection caching by Russell King · 9 years ago
  93. 493ff7e i2c: octeon: thunderx: Limit register access retries by Jan Glauber · 9 years ago
  94. d928be8 gtp: Fix initialization of Flags octet in GTPv1 header by Harald Welte · 9 years ago
  95. 88edf10 gtp: gtp_check_src_ms_ipv4() always return success by Lionel Gauthier · 9 years ago
  96. ebf12f1 isdn: use designated initializers by Kees Cook · 9 years ago
  97. 9751362 bna: use designated initializers by Kees Cook · 9 years ago
  98. aabd7ad WAN: use designated initializers by Kees Cook · 9 years ago
  99. 4794195 isdn/gigaset: use designated initializers by Kees Cook · 9 years ago
  100. 72979a6 virtio_net: xdp, add slowpath case for non contiguous buffers by John Fastabend · 9 years ago