1. c2701b3 can: fix CAN BCM build with CONFIG_PROC_FS disabled by Oliver Hartkopp · 8 years ago
  2. b1513c3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  3. f832460 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 8 years ago
  4. 1e2f82d statx: Kill fd-with-NULL-path support in favour of AT_EMPTY_PATH by David Howells · 8 years ago
  5. fc08b19 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  6. 105f552 ipv6: check raw payload size correctly in ioctl by Jamie Bainbridge · 8 years ago
  7. c120144 tcp: memset ca_priv data to 0 properly by Wei Wang · 8 years ago
  8. 199ab00 ipv6: check skb->protocol before lookup for nexthop by WANG Cong · 8 years ago
  9. 78a57b4 virtio-net: on tx, only call napi_disable if tx napi is on by Willem de Bruijn · 8 years ago
  10. 1f7fe5d Merge branch 'ibmvnic-Move-sub-crq-init-out-of-interrupt-context' by David S. Miller · 8 years ago
  11. 1bb3c73 ibmvnic: Move initialization of sub crqs to ibmvnic_init by Nathan Fontenot · 8 years ago
  12. d346b9b ibmvnic: Split initialization of scrqs to its own routine by Nathan Fontenot · 8 years ago
  13. 9899886 net: core: Prevent from dereferencing null pointer when releasing SKB by Myungho Jung · 8 years ago
  14. 4c5e7a2 dt-bindings: mdio: Clarify binding document by Florian Fainelli · 8 years ago
  15. 4629498 Merge branch 'tcp-do-not-use-tcp_time_stamp-for-rcv-autotuning' by David S. Miller · 8 years ago
  16. 645f4c6 tcp: switch rcv_rtt_est and rcvq_space to high resolution timestamps by Eric Dumazet · 8 years ago
  17. a6db50b tcp: remove ack_time from struct tcp_sacktag_state by Eric Dumazet · 8 years ago
  18. 7e0ca8a tcp: use tp->tcp_mstamp in tcp_clean_rtx_queue() by Eric Dumazet · 8 years ago
  19. d2329f1 tcp: do not pass timestamp to tcp_rack_advance() by Eric Dumazet · 8 years ago
  20. 88d5c65 tcp: do not pass timestamp to tcp_rate_gen() by Eric Dumazet · 8 years ago
  21. 1317a9d tcp: do not pass timestamp to tcp_fastretrans_alert() by Eric Dumazet · 8 years ago
  22. efab8f8 tcp: do not pass timestamp to tcp_rack_identify_loss() by Eric Dumazet · 8 years ago
  23. 128eda8 tcp: do not pass timestamp to tcp_rack_mark_lost() by Eric Dumazet · 8 years ago
  24. 7c1c730 tcp: do not pass timestamp to tcp_rack_detect_loss() by Eric Dumazet · 8 years ago
  25. 69e996c tcp: add tp->tcp_mstamp field by Eric Dumazet · 8 years ago
  26. 5294b83 macsec: dynamically allocate space for sglist by Jason A. Donenfeld · 8 years ago
  27. 038a3e8 rhashtable: remove insecure_max_entries param by Florian Westphal · 8 years ago
  28. b43bd72 Revert "phy: micrel: Disable auto negotiation on startup" by David S. Miller · 8 years ago
  29. f555f34 net: phy: fix auto-negotiation stall due to unavailable interrupt by Alexander Kochetkov · 8 years ago
  30. ea3a8596 Merge tag 'sound-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 8 years ago
  31. ea839b4 Merge tag 'arc-4.11-final' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 8 years ago
  32. 7acedaf net: move xdp_prog field in RX cache lines by Eric Dumazet · 8 years ago
  33. fd2c83b net/packet: check length in getsockopt() called with PACKET_HDRLEN by Alexander Potapenko · 8 years ago
  34. 8048ced net: ipv6: regenerate host route if moved to gc list by David Ahern · 8 years ago
  35. b1b9d36 bridge: move bridge multicast cleanup to ndo_uninit by Xin Long · 8 years ago
  36. ec9c421 ipv6: fix source routing by Sabrina Dubroca · 8 years ago
  37. 5e1fc7c drivers: net: xgene-v2: Fix error return code in xge_mdio_config() by Wei Yongjun · 8 years ago
  38. b5cdae3 net: Generic XDP by David S. Miller · 8 years ago
  39. 2f7878c qed: fix invalid use of sizeof in qed_alloc_qm_data() by Wei Yongjun · 8 years ago
  40. c8fcd13 qed: Fix error in the dcbx app meta data initialization. by sudarsana.kalluru@cavium.com · 8 years ago
  41. 8fe4592 bpf: map_get_next_key to return first key on NULL by Teng Qin · 8 years ago
  42. fdfb70d netvsc: fix calculation of available send sections by stephen hemminger · 8 years ago
  43. 472ecf0 selftests/net: Fix broken test case in psock_fanout by Mike Maloney · 8 years ago
  44. 799dbe3 net: ethernet: ti: netcp_core: remove unused compl queue mapping by Ivan Khoronzhuk · 8 years ago
  45. a23f6ce net: hso: fix module unloading by Andreas Kemnade · 8 years ago
  46. c1a9f80 Merge branch 'qed-vf-tunnel' by David S. Miller · 8 years ago
  47. eaf3c0c qed - VF tunnelling support [VXLAN/GENEVE/GRE] by Chopra, Manish · 8 years ago
  48. 97379f1 qed/qede: Add UDP ports in bulletin board by Chopra, Manish · 8 years ago
  49. 327a2b7 qede: Configure UDP ports in local context. by Chopra, Manish · 8 years ago
  50. 369bfd4 qede: Disable tunnel offloads for non offloaded UDP ports by Chopra, Manish · 8 years ago
  51. 19489c7 qed/qede: Enable tunnel offloads based on hw configuration by Chopra, Manish · 8 years ago
  52. 19968430 qed: refactor tunnelling - API/Structs by Chopra, Manish · 8 years ago
  53. 05ff837 tipc: fix socket flow control accounting error at tipc_recv_stream by Parthasarathy Bhuvaragan · 8 years ago
  54. 3364d61 tipc: fix socket flow control accounting error at tipc_send_stream by Parthasarathy Bhuvaragan · 8 years ago
  55. d4a2fbc Merge tag 'asoc-fix-v4.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus by Takashi Iwai · 8 years ago
  56. b7d6df5 ipv6: move stub initialization after ipv6 setup completion by Paolo Abeni · 8 years ago
  57. 3678427 Merge branch 'l2tpeth-info' by David S. Miller · 8 years ago
  58. a485c2b l2tp: define "l2tpeth" device type by Guillaume Nault · 8 years ago
  59. c39855f l2tp: set name_assign_type for devices created by l2tp_eth.c by Guillaume Nault · 8 years ago
  60. 72ec0bc team: fix memory leaks by Pan Bian · 8 years ago
  61. e0ee84d net sched actions: Complete the JUMPX opcode by Jamal Hadi Salim · 8 years ago
  62. dc9617c Merge remote-tracking branches 'asoc/fix/intel', 'asoc/fix/topology' and 'asoc/fix/sti' into asoc-linus by Mark Brown · 8 years ago
  63. fccb442 Merge tag 'linux-can-fixes-for-4.11-20170425' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can by David S. Miller · 8 years ago
  64. a53d26e sfc: tx ring can only have 2048 entries for all EF10 NICs by Bert Kenward · 8 years ago
  65. 6e4cac2 ASoC: intel: Fix PM and non-atomic crash in bytcr drivers by Takashi Iwai · 8 years ago
  66. 45a6f3b Merge tag 'linux-can-next-for-4.12-20170425' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next by David S. Miller · 8 years ago
  67. 3133822 ipvlan: use pernet operations and restrict l3s hooks to master netns by Florian Westphal · 8 years ago
  68. f647821 macvlan: Fix device ref leak when purging bc_queue by Herbert Xu · 8 years ago
  69. 6f2aee0 usb: plusb: Add support for PL-27A1 by Roman Spychała · 8 years ago
  70. b05c73b net: can: usb: gs_usb: Fix buffer on stack by Maksim Salau · 8 years ago
  71. 71b6115 can: usb: Kconfig: Add PCAN-USB X6 device in help text by Stephane Grosjean · 8 years ago
  72. ea8b65b can: usb: Add support of PCAN-Chip USB stamp module by Stephane Grosjean · 8 years ago
  73. b655f0e can: ti_hecc: fix return value check in ti_hecc_probe() by Wei Yongjun · 8 years ago
  74. 5e64ebc can: enable module auto loading for virtual CAN interfaces by Oliver Hartkopp · 8 years ago
  75. a8f820a3 can: add Virtual CAN Tunnel driver (vxcan) by Oliver Hartkopp · 8 years ago
  76. 1ef8331 can: network namespace support for CAN gateway by Oliver Hartkopp · 8 years ago
  77. 384317e can: network namespace support for CAN_BCM protocol by Oliver Hartkopp · 8 years ago
  78. cb5635a can: complete initial namespace support by Oliver Hartkopp · 8 years ago
  79. f2e72f4 can: remove obsolete definitions by Oliver Hartkopp · 8 years ago
  80. 48452c1 can: remove obsolete pernet_operations definitions by Oliver Hartkopp · 8 years ago
  81. a7bbd28 can: fix memory leak in initial namespace support by Oliver Hartkopp · 8 years ago
  82. 51f3baa can: mcba_usb: Add support for Microchip CAN BUS Analyzer by Remigiusz Kołłątaj · 8 years ago
  83. 10c1c39 can: m_can: Enable TX FIFO Handling for M_CAN IP version >= v3.1.x by Mario Huettel · 8 years ago
  84. 428479e can: m_can: Configuration for TX and TX event FIFOs by Mario Huettel · 8 years ago
  85. b03cfc5 can: m_can: Enable M_CAN version dependent initialization by Mario Huettel · 8 years ago
  86. 5e1bd15 can: m_can: Updated register defines to newest version by Mario Huettel · 8 years ago
  87. ee8c3f6 can: m_can: Removed virtual address from print by Mario Huettel · 8 years ago
  88. 8f26589 can: m_can: Removed initialization of FIFO water marks by Mario Huettel · 8 years ago
  89. 5297381 can: m_can: Disabled Interrupt Line 1 by Mario Huettel · 8 years ago
  90. 8ac8321 can: peak: add support for PEAK PCAN-PCIe FD CAN-FD boards by Stephane Grosjean · 8 years ago
  91. c3df7c5 can: peak: move header file to new can common subdir by Stephane Grosjean · 8 years ago
  92. 113ab88 can: peak: fix usage of const qualifier in pointers args by Stephane Grosjean · 8 years ago
  93. 81c5e13 can: peak: fix usage of usb specific data type by Stephane Grosjean · 8 years ago
  94. 86a5df1 Merge branch 'virtio-net-tx-napi' by David S. Miller · 8 years ago
  95. bdb12e0 virtio-net: keep tx interrupts disabled unless kick by Willem de Bruijn · 8 years ago
  96. 7b0411e virtio-net: clean tx descriptors from rx napi by Willem de Bruijn · 8 years ago
  97. ea7735d virtio-net: move free_old_xmit_skbs by Willem de Bruijn · 8 years ago
  98. b92f1e6 virtio-net: transmit napi by Willem de Bruijn · 8 years ago
  99. e4e8452 virtio-net: napi helper functions by Willem de Bruijn · 8 years ago
  100. 14933dc sparc64: Improve 64-bit constant loading in eBPF JIT. by David S. Miller · 8 years ago