1. bbae08e qmi_wwan: fix NULL deref on disconnect by Bjørn Mork · 8 years ago
  2. 0a0e1a8 ppp: fix xmit recursion detection on ppp channels by Guillaume Nault · 8 years ago
  3. 05bfd7d rds: Reintroduce statistics counting by Håkon Bugge · 8 years ago
  4. 8ba6092 tcp: fastopen: tcp_connect() must refresh the route by Eric Dumazet · 8 years ago
  5. ec0acb0 net: sched: set xt_tgchk_param par.net properly in ipt_init_target by Xin Long · 8 years ago
  6. 8e6f152 net: dsa: mediatek: add adjust link support for user ports by John Crispin · 8 years ago
  7. e718fe4 net/mlx4_en: don't set CHECKSUM_COMPLETE on SCTP packets by Davide Caratti · 8 years ago
  8. eb2a6b8 qed: Fix a memory allocation failure test in 'qed_mcp_cmd_init()' by Christophe Jaillet · 8 years ago
  9. b925ef3 hysdn: fix to a race condition in put_log_buffer by Anton Volkov · 8 years ago
  10. ec2c672 s390/qeth: fix L3 next-hop in xmit qeth hdr by Julian Wiedmann · 8 years ago
  11. c0e0fb8 Merge branch 'asix-Improve-robustness' by David S. Miller · 8 years ago
  12. d0c8f33 asix: Fix small memory leak in ax88772_unbind() by Dean Jenkins · 8 years ago
  13. 960eb4e asix: Ensure asix_rx_fixup_info members are all reset by Dean Jenkins · 8 years ago
  14. 22889db asix: Add rx->ax_skb = NULL after usbnet_skb_return() by Dean Jenkins · 8 years ago
  15. f9ea322 bpf: fix selftest/bpf/test_pkt_md_access on s390x by Thomas Richter · 8 years ago
  16. 732e498 netvsc: fix race on sub channel creation by stephen hemminger · 8 years ago
  17. 2c46062 bpf: fix byte order test in test_verifier by Daniel Borkmann · 8 years ago
  18. aaf83aec xgene: Always get clk source, but ignore if it's missing for SGMII ports by Thomas Bogendoerfer · 8 years ago
  19. b6bd53f MIPS: Add missing file for eBPF JIT. by David Daney · 8 years ago
  20. 7a97325 Merge branch 's390-bpf-jit-fixes' by David S. Miller · 8 years ago
  21. bad1926 bpf, s390: fix build for libbpf and selftest suite by Daniel Borkmann · 8 years ago
  22. b0a0c25 bpf, s390: fix jit branch offset related to ldimm64 by Daniel Borkmann · 8 years ago
  23. 1aff0c3 Merge branch 'mlxsw-Couple-of-fixes' by David S. Miller · 8 years ago
  24. 852cfee mlxsw: spectrum_switchdev: Release multicast groups during fini by Ido Schimmel · 8 years ago
  25. 17b334a mlxsw: spectrum_switchdev: Don't warn about valid situations by Ido Schimmel · 8 years ago
  26. 337f1b0 Merge branch 'tcp-xmit-timer-rearming' by David S. Miller · 8 years ago
  27. df92c83 tcp: fix xmit timer to only be reset if data ACKed/SACKed by Neal Cardwell · 8 years ago
  28. a281581 tcp: enable xmit timer fix by having TLP use time when RTO should fire by Neal Cardwell · 8 years ago
  29. e1a10ef tcp: introduce tcp_rto_delta_us() helper for xmit timer fix by Neal Cardwell · 8 years ago
  30. b91d532 ipv6: set rt6i_protocol properly in the route when it is installed by Xin Long · 8 years ago
  31. 2dda640 net: fix keepalive code vs TCP_FASTOPEN_CONNECT by Eric Dumazet · 8 years ago
  32. 4d2bbb0 Merge tag 'batadv-net-for-davem-20170802' of git://git.open-mesh.org/linux-merge by David S. Miller · 8 years ago
  33. ed25497 tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction states by Yuchung Cheng · 8 years ago
  34. 4d96f12 ibmvnic: Initialize SCRQ's during login renegotiation by Thomas Falcon · 8 years ago
  35. bed9ff1 usb: qmi_wwan: add D-Link DWM-222 device ID by Hector Martin · 8 years ago
  36. db803a4 Merge branch 'mlx4-misc-fixes' by David S. Miller · 8 years ago
  37. bff0c68 net/mlx4_core: Fixes missing capability bit in flags2 capability dump by Jack Morgenstein · 8 years ago
  38. f9fb9d0 net/mlx4_core: Fix namespace misalignment in QinQ VST support commit by Jack Morgenstein · 8 years ago
  39. 5886259 net/mlx4_core: Fix sl_to_vl_change bit offset in flags2 dump by Jack Morgenstein · 8 years ago
  40. c994f77 net/mlx4_en: Fix wrong indication of Wake-on-LAN (WoL) support by Inbar Karmy · 8 years ago
  41. 9075bd2 Merge branch 'lan78xx-Fixes' by David S. Miller · 8 years ago
  42. 0573f94 lan78xx: Fix to handle hard_header_len update by Nisar Sayed · 8 years ago
  43. fb52c3b lan78xx: USB fast connect/disconnect crash fix by Nisar Sayed · 8 years ago
  44. 12c5d0c Merge branch 'net-Fix-64-bit-statistics-seqcount-init' by David S. Miller · 8 years ago
  45. 87173cd ipvlan: Fix 64-bit statistics seqcount initialization by Florian Fainelli · 8 years ago
  46. 4a0dee1 netvsc: Initialize 64-bit stats seqcount by Florian Fainelli · 8 years ago
  47. 790cb2e gtp: Initialize 64-bit per-cpu stats correctly by Florian Fainelli · 8 years ago
  48. 7ceb781 nfp: Initialize RX and TX ring 64-bit stats seqcounts by Florian Fainelli · 8 years ago
  49. 7c3a462 ixgbe: Initialize 64-bit stats seqcounts by Florian Fainelli · 8 years ago
  50. 7d6d067 i40e: Initialize 64-bit statistics TX ring seqcount by Florian Fainelli · 8 years ago
  51. e43c9f2 b44: Initialize 64-bit stats seqcount by Florian Fainelli · 8 years ago
  52. 1bff8a0 gue: fix remcsum when GRO on and CHECKSUM_PARTIAL boundary is outer UDP by K. Den · 8 years ago
  53. be73b30 vxlan: fix remcsum when GRO on and CHECKSUM_PARTIAL boundary is outer UDP by K. Den · 8 years ago
  54. 4041395 Cipso: cipso_v4_optptr enter infinite loop by yujuan.qi · 8 years ago
  55. fdaa419b Merge branch 'ethernet-ti-cpts-fix-tx-timestamping-timeout' by David S. Miller · 8 years ago
  56. a93439c net: ethernet: ti: cpts: fix fifo read in cpts_find_ts by Grygorii Strashko · 8 years ago
  57. 0d5f54f net: ethernet: ti: cpts: fix tx timestamping timeout by Grygorii Strashko · 8 years ago
  58. 999f129 net: ethernet: ti: cpts: convert to use ptp auxiliary worker by Grygorii Strashko · 8 years ago
  59. d9535cb ptp: introduce ptp auxiliary worker by Grygorii Strashko · 8 years ago
  60. bc78d64 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  61. cc75f85 samples/bpf: fix bpf tunnel cleanup by William Tu · 8 years ago
  62. cb891fa udp6: fix jumbogram reception by Paolo Abeni · 8 years ago
  63. ddab828 ppp: Fix a scheduling-while-atomic bug in del_chan by Gao Feng · 8 years ago
  64. 00d5109 Revert "net: bcmgenet: Remove init parameter from bcmgenet_mii_config" by Florian Fainelli · 8 years ago
  65. 1daa879 virtio_net: fix truesize for mergeable buffers by Michael S. Tsirkin · 8 years ago
  66. cfbcb61 mv643xx_eth: fix of_irq_to_resource() error check by Sergei Shtylyov · 8 years ago
  67. 13332db5 MAINTAINERS: Add more files to the PHY LIBRARY section by Florian Fainelli · 8 years ago
  68. 71ed7ee ipv4: fib: Fix NULL pointer deref during fib_sync_down_dev() by Ido Schimmel · 8 years ago
  69. 7ad813f net: phy: Correctly process PHY_HALTED in phy_stop_machine() by Florian Fainelli · 8 years ago
  70. 96a734b sunhme: fix up GREG_STAT and GREG_IMASK register offsets by Mark Cave-Ayland · 8 years ago
  71. 2e7ca20 Merge branch 'for-4.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 8 years ago
  72. ff2620f Merge branch 'for-4.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 8 years ago
  73. 3dcc4c7 Merge branch 'for-4.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 8 years ago
  74. 2f60e1a libata: fix a couple of doc build warnings by Jonathan Corbet · 8 years ago
  75. 54e22f2 batman-adv: fix TT sync flag inconsistencies by Linus Lüssing · 8 years ago
  76. 16f73eb Linux 4.13-rc3 by Linus Torvalds · 8 years ago
  77. f137e0b Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  78. e4776b8 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  79. dbc52a8 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  80. 06efc7d Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  81. 9975a54 bpf: fix bpf_prog_get_info_by_fd to dump correct xlated_prog_len by Daniel Borkmann · 8 years ago
  82. efe967c tcp: avoid bogus gcc-7 array-bounds warning by Arnd Bergmann · 8 years ago
  83. 4084e01d Merge tag 'wireless-drivers-for-davem-2017-07-28' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers by David S. Miller · 8 years ago
  84. b103ec7 net: tc35815: fix spelling mistake: "Intterrupt" -> "Interrupt" by Colin Ian King · 8 years ago
  85. 89b0968 bpf: don't indicate success when copy_from_user fails by Daniel Borkmann · 8 years ago
  86. c9f2c1a udp6: fix socket leak on early demux by Paolo Abeni · 8 years ago
  87. 500268e net: thunderx: Fix BGX transmit stall due to underflow by Sunil Goutham · 8 years ago
  88. 8d65843 Revert "vhost: cache used event for better performance" by Jason Wang · 8 years ago
  89. 90fecc1 Merge tag 'mlx5-fixes-2017-07-27-V2' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 8 years ago
  90. 996f6e1 team: use a larger struct for mac address by WANG Cong · 8 years ago
  91. 0254e0c net: check dev->addr_len for dev_set_mac_address() by WANG Cong · 8 years ago
  92. 0a07b23 Merge tag 'devicetree-fixes-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 8 years ago
  93. 286ba84 Merge tag 'nfs-for-4.13-3' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 8 years ago
  94. 19993e7 Merge tag 'xfs-4.13-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 8 years ago
  95. 8155469 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  96. 8562e89 Merge tag 'for-linus-4.13b-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 years ago
  97. 3d9d740 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  98. 080012b Merge tag 'powerpc-4.13-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  99. b7dbcc0 NFSv4.1: Fix a race where CB_NOTIFY_LOCK fails to wake a waiter by Benjamin Coddington · 8 years ago
  100. e26f1be Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago