1. d476175 tcp: invalidate rate samples during SACK reneging by Yousuk Seung · 7 years ago
  2. 195bd52 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  3. a4abd7a usbnet: fix alignment for frames with no ethernet header by Bjørn Mork · 7 years ago
  4. 8632385 tcp: use current time in tcp_rcv_space_adjust() by Eric Dumazet · 7 years ago
  5. 6e237d0 netlink: Relax attr validation for fixed length types by David Ahern · 7 years ago
  6. 74c4b65 adding missing rcu_read_unlock in ipxip6_rcv by Nikita V. Shirokov · 7 years ago
  7. c880949 Merge branch 'mv88e6xxx-error-patch-fixes' by David S. Miller · 7 years ago
  8. 3126aee net: dsa: mv88e6xxx: Unregister MDIO bus on error path by Andrew Lunn · 7 years ago
  9. 3d5fdba net: dsa: mv88e6xxx: Fix interrupt masking on removal by Andrew Lunn · 7 years ago
  10. e46772a net: ethernet: arc: fix error handling in emac_rockchip_probe by Branislav Radocaj · 7 years ago
  11. 589bf32 net: mvmdio: disable/unprepare clocks in EPROBE_DEFER case by Tobias Jordan · 7 years ago
  12. 30f1e59 drivers: net: dsa: remove duplicate includes by Pravin Shedge · 7 years ago
  13. f3069c6 rds: Fix NULL pointer dereference in __rds_rdma_map by Håkon Bugge · 7 years ago
  14. 32d3e51 net_sched: use macvlan real dev trans_start in dev_trans_start() by Chris Dion · 7 years ago
  15. cc10f87 xen-netback: Fix logging message with spurious period after newline by Joe Perches · 7 years ago
  16. 134059f net: thunderx: Fix TCP/UDP checksum offload for IPv4 pkts by Florian Westphal · 7 years ago
  17. 8e1611e make sock_alloc_file() do sock_release() on failures by Al Viro · 7 years ago
  18. 016a266 socketpair(): allocate descriptors first by Al Viro · 7 years ago
  19. a573943 fix kcm_clone() by Al Viro · 7 years ago
  20. 69c6486 dccp: CVE-2017-8824: use-after-free in DCCP code by Mohamed Ghannam · 7 years ago
  21. d7efc6c net: remove hlist_nulls_add_tail_rcu() by Eric Dumazet · 7 years ago
  22. a526644 Merge branch 'rmnet-Fix-leaks-in-failure-scenarios' by David S. Miller · 7 years ago
  23. 6296928 net: qualcomm: rmnet: Fix leak in device creation failure by Subash Abhinov Kasiviswanathan · 7 years ago
  24. c20a548 net: qualcomm: rmnet: Fix leak on transmit failure by Subash Abhinov Kasiviswanathan · 7 years ago
  25. c9d3fe9 VSOCK: fix outdated sk_state value in hvs_release() by Stefan Hajnoczi · 7 years ago
  26. a7d5f10 tipc: fix memory leak in tipc_accept_from_sock() by Jon Maloy · 7 years ago
  27. 672ecbe tipc: fix a null pointer deref on error path by Cong Wang · 7 years ago
  28. a6cec1f Merge branch 'sh_eth-dma-mapping-fixes' by David S. Miller · 7 years ago
  29. 573500dbf net: sh_eth: don't use NULL as "struct device" for the DMA mapping API by Thomas Petazzoni · 7 years ago
  30. 22c1aed net: sh_eth: use correct "struct device" when calling DMA mapping functions by Thomas Petazzoni · 7 years ago
  31. c1d69de Merge branch 'RED-qdisc-fixes' by David S. Miller · 7 years ago
  32. 8afa10c net_sched: red: Avoid illegal values by Nogah Frankel · 7 years ago
  33. 5c47220 net_sched: red: Avoid devision by zero by Nogah Frankel · 7 years ago
  34. 5811767 gianfar: fix a flooded alignment reports because of padding issue. by Zumeng Chen · 7 years ago
  35. 029b6d1 Revert "net: core: maybe return -EEXIST in __dev_alloc_name" by Johannes Berg · 7 years ago
  36. 42d779f nfp: fix port stats for mac representors by Pieter Jansen van Vuuren · 7 years ago
  37. e599ea1 Revert "tcp: must block bh in __inet_twsk_hashdance()" by Eric Dumazet · 7 years ago
  38. 037776e Merge branch 'bpf-fix-broken-uapi-for-pt-regs' by Daniel Borkmann · 7 years ago
  39. a81c421 perf s390: add regs_query_register_offset() by Hendrik Brueckner · 7 years ago
  40. 618e165 selftests/bpf: sync kernel headers and introduce arch support in Makefile by Hendrik Brueckner · 7 years ago
  41. 62e1dfa s390/uapi: correct whitespace & coding style in asm/ptrace.h by Hendrik Brueckner · 7 years ago
  42. a39cada arm64/bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program type by Hendrik Brueckner · 7 years ago
  43. 466698e s390/bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program type by Hendrik Brueckner · 7 years ago
  44. c895f6f bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program type by Hendrik Brueckner · 7 years ago
  45. 2391f0b Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 7 years ago
  46. 236fa07 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  47. 8ee5ad1 arch/tile: mark as orphaned by Chris Metcalf · 7 years ago
  48. c2eb6d0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  49. e4485c7 Merge branch 'tcp-cb-selinux-corruption' by David S. Miller · 7 years ago
  50. b4d1605 tcp: use IPCB instead of TCP_SKB_CB in inet_exact_dif_match() by David Ahern · 7 years ago
  51. eeea10b tcp: add tcp_v4_fill_cb()/tcp_v4_restore_cb() by Eric Dumazet · 7 years ago
  52. ae64f9b Linux 4.15-rc2 by Linus Torvalds · 7 years ago
  53. 87fc5c6 Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 7 years ago
  54. ae4806a Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 7 years ago
  55. 49a418d Merge tag 'hwmon-for-linus-v4.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 7 years ago
  56. bcd1d60 rxrpc: Fix the MAINTAINERS record by David Howells · 7 years ago
  57. c501256 rxrpc: Use correct netns source in rxrpc_release_sock() by David Howells · 7 years ago
  58. 886afc1 liquidio: fix incorrect indentation of assignment statement by Colin Ian King · 7 years ago
  59. ed75e1a Merge tag 'linux-can-fixes-for-4.15-20171201' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can by David S. Miller · 7 years ago
  60. edef309 Merge tag 'at24-4.15-fixes-for-wolfram' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into i2c/for-current by Wolfram Sang · 7 years ago
  61. 45ab4b1 stmmac: reset last TSO segment size after device open by Lars Persson · 7 years ago
  62. a98a4eb ipvlan: Add the skb->mark as flow4's member to lookup route by Gao Feng · 7 years ago
  63. af57b7f Merge branch 's390-qeth-fixes' by David S. Miller · 7 years ago
  64. 0cbff6d s390/qeth: build max size GSO skbs on L2 devices by Julian Wiedmann · 7 years ago
  65. 6d69b1f s390/qeth: fix GSO throughput regression by Julian Wiedmann · 7 years ago
  66. bc3ab705 s390/qeth: fix thinko in IPv4 multicast address tracking by Julian Wiedmann · 7 years ago
  67. 7344ba0 Merge branch 'vhost-skb-leaks' by David S. Miller · 7 years ago
  68. 61d7853 tap: free skb if flags error by Wei Xu · 7 years ago
  69. c33ee15 tun: free skb in early errors by Wei Xu · 7 years ago
  70. 6e47408 vhost: fix skb leak in handle_rx() by Wei Xu · 7 years ago
  71. fa935ca Merge branch 'bnxt_en-fixes' by David S. Miller · 7 years ago
  72. ebd5818 bnxt_en: Fix a variable scoping in bnxt_hwrm_do_send_msg() by Vasundhara Volam · 7 years ago
  73. e9ecc73 bnxt_en: fix dst/src fid for vxlan encap/decap actions by Sathya Perla · 7 years ago
  74. c8fb7b8 bnxt_en: wildcard smac while creating tunnel decap filter by Sunil Challa · 7 years ago
  75. a7f3f93 bnxt_en: Need to unconditionally shut down RoCE in bnxt_shutdown by Ray Jui · 7 years ago
  76. 2db767d Merge tag 'nfs-for-4.15-2' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
  77. 788c1da Merge tag 'xfs-4.15-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 7 years ago
  78. e1ba1c9 Merge tag 'riscv-for-linus-4.15-rc2_cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/linux by Linus Torvalds · 7 years ago
  79. 4b1967c Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  80. 3b62de2 RISC-V: Fixes for clean allmodconfig build by Palmer Dabbelt · 7 years ago
  81. 185e788 move libgcc.h to include/linux by Palmer Dabbelt · 7 years ago
  82. 7382fbd RISC-V: __io_writes should respect the length argument by Palmer Dabbelt · 7 years ago
  83. 07f8ba7 RISC-V: User-Visible Changes by Palmer Dabbelt · 7 years ago
  84. f8182f6 RISC-V Atomic Cleanups by Palmer Dabbelt · 7 years ago
  85. da894ff RISC-V: __io_writes should respect the length argument by Palmer Dabbelt · 7 years ago
  86. 4db2b60 move libgcc.h to include/linux by Christoph Hellwig · 7 years ago
  87. ccab371 Merge branch 'sfp-phylink-fixes' by David S. Miller · 7 years ago
  88. 2012b7d phylink: ensure we take the link down when phylink_stop() is called by Russell King · 7 years ago
  89. ec7681b sfp: warn about modules requiring address change sequence by Russell King · 7 years ago
  90. 710dfbb sfp: improve RX_LOS handling by Russell King · 7 years ago
  91. acf1c02 sfp: fix RX_LOS signal handling by Russell King · 7 years ago
  92. a0da456 net: phy-micrel: check return code in flp center function by Max Uvarov · 7 years ago
  93. c7799c0 tipc: call tipc_rcv() only if bearer is up in tipc_udp_recv() by Tommi Rantala · 7 years ago
  94. cfac7f8 tcp/dccp: block bh before arming time_wait timer by Eric Dumazet · 7 years ago
  95. b484d8a Merge branch 'sctp-prsctp-chunk-fixes' by David S. Miller · 7 years ago
  96. 779edd7 sctp: do not abandon the other frags in unsent outq if one msg has outstanding frags by Xin Long · 7 years ago
  97. e5f6129 sctp: abandon the whole msg if one part of a fragmented message is abandoned by Xin Long · 7 years ago
  98. d30fc51 sctp: only update outstanding_bytes for transmitted queue when doing prsctp_prune by Xin Long · 7 years ago
  99. d9e427f virtio_balloon: fix increment of vb->num_pfns in fill_balloon() by Jan Stancek · 7 years ago
  100. e60ea67 virtio: release virtio index when fail to device_register by weiping zhang · 7 years ago