1. fc39c38 vxlan: use __be32 type for the param vni in __vxlan_fdb_delete by Xin Long · 7 years ago
  2. 5eb3d22 bonding: use nla_get_u64 to extract the value for IFLA_BOND_AD_ACTOR_SYSTEM by Xin Long · 7 years ago
  3. a8dd397 sctp: use right member as the param of list_for_each_entry by Xin Long · 7 years ago
  4. f85729d sch_sfq: fix null pointer dereference at timer expiration by Paolo Abeni · 7 years ago
  5. 25415ce cls_bpf: don't decrement net's refcount when offload fails by Jakub Kicinski · 7 years ago
  6. 15fe076 net/packet: fix a race in packet_bind() and packet_notifier() by Eric Dumazet · 7 years ago
  7. 57f015f packet: fix crash in fanout_demux_rollover() by Mike Maloney · 7 years ago
  8. a51a40b Merge branch 'sctp-fix-sparse-errors' by David S. Miller · 7 years ago
  9. 1ba896f sctp: remove extern from stream sched by Xin Long · 7 years ago
  10. af2697a sctp: force the params with right types for sctp csum apis by Xin Long · 7 years ago
  11. 08f4607 sctp: force SCTP_ERROR_INV_STRM with __u32 when calling sctp_chunk_fail by Xin Long · 7 years ago
  12. f95d5bf0 lmc: Use memdup_user() as a cleanup by Vasyl Gomonovych · 7 years ago
  13. dea521a bnxt_en: Fix an error handling path in 'bnxt_get_module_eeprom()' by Christophe JAILLET · 7 years ago
  14. 952b6b3 net: phy: marvell10g: fix the PHY id mask by Antoine Tenart · 7 years ago
  15. f40b55a Merge branch 'mvpp2-fixes' by David S. Miller · 7 years ago
  16. 76e583c net: mvpp2: check ethtool sets the Tx ring size is to a valid min value by Antoine Tenart · 7 years ago
  17. e749aca net: mvpp2: do not disable GMAC padding by Yan Markman · 7 years ago
  18. 26146b0 net: mvpp2: cleanup probed ports in the probe error path by Antoine Tenart · 7 years ago
  19. ba2d8d8 net: mvpp2: fix the txq_init error path by Antoine Tenart · 7 years ago
  20. e254997 Merge branch 'mlxsw-GRE-offloading-fixes' by David S. Miller · 7 years ago
  21. 09dbf62 mlxsw: spectrum_router: Update nexthop RIF on update by Petr Machata · 7 years ago
  22. d97cda5 mlxsw: spectrum_router: Handle encap to demoted tunnels by Petr Machata · 7 years ago
  23. cab43d9 mlxsw: spectrum_router: Demote tunnels on VRF migration by Petr Machata · 7 years ago
  24. 57c77ce mlxsw: spectrum_router: Offload decap only for up tunnels by Petr Machata · 7 years ago
  25. 32f0160 Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue by David S. Miller · 7 years ago
  26. 8abd20b e1000: Fix off-by-one in debug message by Ahmad Fatoum · 7 years ago
  27. 80752a9 i40e: Fix reporting incorrect error codes by Amritha Nambiar · 7 years ago
  28. c0f4b16 e1000e: fix the use of magic numbers for buffer overrun issue by Sasha Neftin · 7 years ago
  29. c30bf8c i40e/virtchnl: fix application of sizeof to pointer by Gustavo A R Silva · 7 years ago
  30. 2e724dc tipc: eliminate access after delete in group_filter_msg() by Jon Maloy · 7 years ago
  31. 5b5971d xen-netfront: remove warning when unloading module by Eduardo Otubo · 7 years ago
  32. d3fe1e0 Merge tag 'mac80211-for-davem-2017-11-27' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 7 years ago
  33. 6b56b1a Merge branch 'sctp-stream-reconfig-fixes' by David S. Miller · 7 years ago
  34. 52a3958 sctp: set sender next_tsn for the old result with ctsn_ack_point plus 1 by Xin Long · 7 years ago
  35. 159f2a7 sctp: avoid flushing unsent queue when doing asoc reset by Xin Long · 7 years ago
  36. 5c6144a sctp: only allow the asoc reset when the asoc outq is empty by Xin Long · 7 years ago
  37. d570a59 sctp: only allow the out stream reset when the stream outq is empty by Xin Long · 7 years ago
  38. 3aa623d sctp: use sizeof(__u16) for each stream number length instead of magic number by Xin Long · 7 years ago
  39. 72e2c34 mac80211: tear down RX aggregations first by Sara Sharon · 7 years ago
  40. fbbdad5 mac80211: fix the update of path metric for RANN frame by Chun-Yeow Yeoh · 7 years ago
  41. 7b6ddea mac80211: use QoS NDP for AP probing by Johannes Berg · 7 years ago
  42. 67c8d22 openvswitch: fix the incorrect flow action alloc size by zhangliping · 7 years ago
  43. 2734166 net: openvswitch: datapath: fix data type in queue_gso_packets by Gustavo A. R. Silva · 7 years ago
  44. 7bbefcf uapi: add SPDX identifier to vm_sockets_diag.h by Stephen Hemminger · 7 years ago
  45. 9e74104 net: dsa: fix 'increment on 0' warning by Vivien Didelot · 7 years ago
  46. afbea2c VSOCK: Don't call vsock_stream_has_data in atomic context by Jorgen Hansen · 7 years ago
  47. a60b3f5 net: sched: crash on blocks with goto chain action by Roman Kapl · 7 years ago
  48. 540c111 net: thunderbolt: Stop using zero to mean no valid DMA mapping by Mika Westerberg · 7 years ago
  49. fa6d7cb net: thunderx: Fix TCP/UDP checksum offload for IPv6 pkts by Sunil Goutham · 7 years ago
  50. 01a95b2 cfg80211: select CRYPTO_SHA256 if needed by Johannes Berg · 7 years ago
  51. ca43a0c forcedeth: replace pci_unmap_page with dma_unmap_page by Zhu Yanjun · 7 years ago
  52. 5f109b9 Merge tag 'rxrpc-fixes-20171124' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by David S. Miller · 7 years ago
  53. 3d18cbb rxrpc: Fix conn expiry timers by David Howells · 7 years ago
  54. f859ab6 rxrpc: Fix service endpoint expiry by David Howells · 7 years ago
  55. 415f44e rxrpc: Add keepalive for a call by David Howells · 7 years ago
  56. bd1fdf8 rxrpc: Add a timeout for detecting lost ACKs/lost DATA by David Howells · 7 years ago
  57. beb8e5e rxrpc: Express protocol timeouts in terms of RTT by David Howells · 7 years ago
  58. 8637aba rxrpc: Don't transmit DELAY ACKs immediately on proposal by David Howells · 7 years ago
  59. a158bdd rxrpc: Fix call timeouts by David Howells · 7 years ago
  60. 4812417 rxrpc: Split the call params from the operation params by David Howells · 7 years ago
  61. 3136ef4 rxrpc: Delay terminal ACK transmission on a client call by David Howells · 7 years ago
  62. 9faaff5 rxrpc: Provide a different lockdep key for call->user_mutex for kernel calls by David Howells · 7 years ago
  63. 48ca246 rxrpc: Don't set upgrade by default in sendmsg() by David Howells · 7 years ago
  64. 03a6c82 rxrpc: The mutex lock returned by rxrpc_accept_call() needs releasing by David Howells · 7 years ago
  65. 1d3b78b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  66. 36f20ee Merge tag 'platform-drivers-x86-v4.15-2' of git://git.infradead.org/linux-platform-drivers-x86 by Linus Torvalds · 7 years ago
  67. 06c9440 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  68. b64f26c Merge tag 'sound-fix-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 7 years ago
  69. c353bfc Merge tag 'drm-for-v4.15-part2' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  70. 1d3bc63 Merge tag 'docs-4.15-2' of git://git.lwn.net/linux by Linus Torvalds · 7 years ago
  71. dab0bad Merge branch 'next-keys' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  72. 26064de Merge tag 'apparmor-pr-2017-11-21' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor by Linus Torvalds · 7 years ago
  73. ce44cd8 Merge tag 'keys-next-20171123' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into next-keys by James Morris · 7 years ago
  74. 9ed3380 Merge branch 'ipvlan-Fix-insufficient-skb-linear-check' by David S. Miller · 7 years ago
  75. 747a713 ipvlan: Fix insufficient skb linear check for ipv6 icmp by Gao Feng · 7 years ago
  76. 5fc9220 ipvlan: Fix insufficient skb linear check for arp by Gao Feng · 7 years ago
  77. f9094b7 geneve: only configure or fill UDP_ZERO_CSUM6_RX/TX info when CONFIG_IPV6 by Hangbin Liu · 7 years ago
  78. d6efab6 Merge tag 'wireless-drivers-for-davem-2017-11-22' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers by David S. Miller · 7 years ago
  79. 003cd77 Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue by David S. Miller · 7 years ago
  80. 4b52d01 net: dsa: bcm_sf2: Clear IDDQ_GLOBAL_PWR bit for PHY by Florian Fainelli · 7 years ago
  81. e4be7ba Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  82. 0c19f846 net: accept UFO datagrams from tuntap and packet by Willem de Bruijn · 7 years ago
  83. 9e77d7a net: realtek: r8169: implement set_link_ksettings() by Tobias Jakobi · 7 years ago
  84. 98d1129 net: ipv6: Fixup device for anycast routes during copy by David Ahern · 7 years ago
  85. 9477fef Merge branch 'smc-fixes-for-smc-buffer-handling' by David S. Miller · 7 years ago
  86. 6887037 net/smc: Fix preinitialization of buf_desc in __smc_buf_create() by Geert Uytterhoeven · 7 years ago
  87. 4e1061f net/smc: use sk_rcvbuf as start for rmb creation by Ursula Braun · 7 years ago
  88. bbfcd77 ipv6: Do not consider linkdown nexthops during multipath by Ido Schimmel · 7 years ago
  89. d7aa04a net: sched: fix crash when deleting secondary chains by Roman Kapl · 7 years ago
  90. 0cc0350 net: phy: cortina: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE by Jesse Chan · 7 years ago
  91. c131187 bpf: fix branch pruning logic by Alexei Starovoitov · 7 years ago
  92. 9ceace3 ALSA: hda: Add Raven PCI ID by Vijendar Mukunda · 7 years ago
  93. 2d7fe61 ALSA: hda/realtek - Fix ALC700 family no sound issue by Kailang Yang · 7 years ago
  94. 5a78775 Merge tag 'pwm/for-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 7 years ago
  95. 1b8c5cd Merge tag 'rtc-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 7 years ago
  96. 14b661e Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtd by Linus Torvalds · 7 years ago
  97. 3f3211e Merge tag 'xfs-4.15-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 7 years ago
  98. 2753278 Merge branch 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  99. d18bee4 Merge branch '9p-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  100. 98ecf1a dt-bindings: remove file that was added accidentally by Rob Clark · 7 years ago