1. c95c5f5 xfrm interface: fix oops when deleting a x-netns interface by Nicolas Dichtel · 4 years, 9 months ago
  2. 976eba8a ip_vti: receive ipip packet by calling ip_tunnel_rcv by Xin Long · 4 years, 9 months ago
  3. a204aef xfrm: call xfrm_output_gso when inner_protocol is set in xfrm_output by Xin Long · 4 years, 9 months ago
  4. 6f29706 esp4: support ipv6 nexthdrs process for beet gso segment by Xin Long · 4 years, 9 months ago
  5. 25a44ae esp6: support ipv6 nexthdrs process for beet gso segment by Xin Long · 4 years, 9 months ago
  6. 9f0cadc xfrm: espintcp: save and call old ->sk_destruct by Sabrina Dubroca · 4 years, 9 months ago
  7. 29e4276 xfrm: fix error in comment by Antony Antony · 4 years, 9 months ago
  8. db87668 xfrm: remove the xfrm_state_put call becofe going to out_reset by Xin Long · 4 years, 9 months ago
  9. 3c96ec5 esp6: get the right proto for transport mode in esp6_gso_encap by Xin Long · 4 years, 9 months ago
  10. 06a0afc xfrm: do pskb_pull properly in __xfrm_transport_prep by Xin Long · 4 years, 9 months ago
  11. afcaf61b xfrm: allow to accept packets with ipv6 NEXTHDR_HOP in xfrm_input by Xin Long · 4 years, 9 months ago
  12. 91fac45 Merge branch 'Fix-88x3310-leaving-power-save-mode' by David S. Miller · 4 years, 9 months ago
  13. 8f48c2a net: marvell10g: soft-reset the PHY when coming out of low power by Russell King · 4 years, 9 months ago
  14. dd649b4 net: marvell10g: report firmware version by Russell King · 4 years, 9 months ago
  15. c799fca net/cxgb4: Check the return from t4_query_params properly by Jason Gunthorpe · 4 years, 9 months ago
  16. a7a0d62 net: stmmac: socfpga: Allow all RGMII modes by Atsushi Nemoto · 4 years, 9 months ago
  17. 047c730 Merge branch 'mv88e6xxx-fixed-link-fixes' by David S. Miller · 4 years, 9 months ago
  18. 3be98b2 net: dsa: Down cpu/dsa ports phylink will control by Andrew Lunn · 4 years, 9 months ago
  19. 34b5e6a net: dsa: mv88e6xxx: Configure MAC when using fixed link by Andrew Lunn · 4 years, 9 months ago
  20. bec8141 Merge branch 'ionic-address-automated-build-complaints' by David S. Miller · 4 years, 9 months ago
  21. 2c0df9f ionic: fix unused assignment by Shannon Nelson · 4 years, 9 months ago
  22. 555cd19 ionic: add dynamic_debug header by Shannon Nelson · 4 years, 9 months ago
  23. 0e631ee rxrpc: Fix DATA Tx to disable nofrag for UDP on AF_INET6 socket by David Howells · 4 years, 9 months ago
  24. 68dac3eb net: phy: micrel: use genphy_read_status for KSZ9131 by Atsushi Nemoto · 4 years, 10 months ago
  25. 82f3527 Merge tag 'wireless-drivers-2020-04-14' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers by David S. Miller · 4 years, 9 months ago
  26. 7dc7c41 rtw88: avoid unused function warnings by Arnd Bergmann · 4 years, 10 months ago
  27. 664d035 net: mvneta: Fix a typo by Christophe JAILLET · 4 years, 9 months ago
  28. e154659 mptcp: fix double-unlock in mptcp_poll by Florian Westphal · 4 years, 9 months ago
  29. 3fe260e net: tun: record RX queue in skb before do_xdp_generic() by Gilberto Bertin · 4 years, 9 months ago
  30. e6aaeaf net: ethernet: ti: Add missing '\n' in log messages by Christophe JAILLET · 4 years, 9 months ago
  31. 2ba5389 soc: qcom: ipa: Add a missing '\n' in a log message by Christophe JAILLET · 4 years, 9 months ago
  32. 465aa30 net: neterion: remove redundant assignment to variable tmp64 by Colin Ian King · 4 years, 9 months ago
  33. 3b72f84 net: phy: marvell: Fix pause frame negotiation by Clemens Gruber · 4 years, 9 months ago
  34. 9d85928 docs: networking: add full DIM API by Randy Dunlap · 4 years, 10 months ago
  35. 9b03808 docs: networking: convert DIM to RST by Jakub Kicinski · 4 years, 10 months ago
  36. 40fc7ad Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 4 years, 10 months ago
  37. 690cc86 net: ipv4: devinet: Fix crash when add/del multicast IP with autojoin by Taras Chornyi · 4 years, 10 months ago
  38. 2fabef4 net/rds: Fix MR reference counting problem by Ka-Cheong Poon · 4 years, 10 months ago
  39. e228a5d net/rds: Replace struct rds_mr's r_refcount with struct kref by Ka-Cheong Poon · 4 years, 10 months ago
  40. 022e9d6 net: macsec: fix using wrong structure in macsec_changelink() by Taehee Yoo · 4 years, 10 months ago
  41. 5f0224a net-sysfs: remove redundant assignment to variable ret by Colin Ian King · 4 years, 10 months ago
  42. 6dbf02a net: qrtr: send msgs from local of same id as broadcast by Wang Wenhu · 4 years, 10 months ago
  43. 3d61a39 Merge tag 'mlx5-fixes-2020-04-08' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 4 years, 10 months ago
  44. e750b84 Documentation: devlink: fix broken link warning by Lothar Rubusch · 4 years, 10 months ago
  45. bb9562c arm, bpf: Fix bugs with ALU64 {RSH, ARSH} BPF_K shift by 0 by Luke Nelson · 4 years, 10 months ago
  46. 8e368dc bpf: Fix use of sk->sk_reuseport from sk_assign by Joe Stringer · 4 years, 10 months ago
  47. 9808dd0 net/mlx5e: CT: Use rhashtable's ct entries instead of a separate list by Paul Blakey · 4 years, 10 months ago
  48. 230a1bc net/mlx5e: Fix devlink port netdev unregistration sequence by Parav Pandit · 4 years, 10 months ago
  49. 7482d9c net/mlx5e: Fix pfnum in devlink port attribute by Parav Pandit · 4 years, 10 months ago
  50. d5a3c2b net/mlx5e: Fix missing pedit action after ct clear action by Roi Dayan · 4 years, 10 months ago
  51. 70f478c net/mlx5e: Fix nest_level for vlan pop action by Dmytro Linkin · 4 years, 10 months ago
  52. d19987cc net/mlx5e: Add missing release firmware call by Eran Ben Elisha · 4 years, 10 months ago
  53. 84be2fd net/mlx5: Fix condition for termination table cleanup by Eli Cohen · 4 years, 10 months ago
  54. 8c702a5 net/mlx5: Fix frequent ioread PCI access during recovery by Moshe Shemesh · 4 years, 10 months ago
  55. f691a25 net/tls: fix const assignment warning by Arnd Bergmann · 4 years, 10 months ago
  56. 2abe052 l2tp: Allow management of tunnels and session in user namespace by Michael Weiß · 4 years, 10 months ago
  57. 48fc96b Merge branch 'ionic-fw-upgrade-filter-fixes' by David S. Miller · 4 years, 10 months ago
  58. 216902a ionic: set station addr only if needed by Shannon Nelson · 4 years, 10 months ago
  59. 7e4d475 ionic: replay filters after fw upgrade by Shannon Nelson · 4 years, 10 months ago
  60. cb9533d tc-testing: remove duplicate code in tdc.py by Roman Mashak · 4 years, 10 months ago
  61. 4faab8c hsr: check protocol version in hsr_newlink() by Taehee Yoo · 4 years, 10 months ago
  62. ab74110 Documentation: mdio_bus.c - fix warnings by Lothar Rubusch · 4 years, 10 months ago
  63. a080da6 net: sched: Fix setting last executed chain on skb extension by Paul Blakey · 4 years, 10 months ago
  64. a4837980 net: revert default NAPI poll timeout to 2 jiffies by Konstantin Khlebnikov · 4 years, 10 months ago
  65. a5d75538 net: ethernet: mediatek: move mt7623 settings out off the mt7530 by René van Dorst · 4 years, 10 months ago
  66. 84d2f7b net: dsa: mt7530: move mt7623 settings out off the mt7530 by René van Dorst · 4 years, 10 months ago
  67. 03e2a98 net: ipv6: do not consider routes via gateways for anycast address check by Tim Stallard · 4 years, 10 months ago
  68. b93cfb9 net: icmp6: do not select saddr from iif when route has prefsrc set by Tim Stallard · 4 years, 10 months ago
  69. 860c2bf Merge branch 'fec-fix-wake-on-lan' by David S. Miller · 4 years, 10 months ago
  70. be8ae92 ARM: dts: imx6: add fec gpr property. by Martin Fuzzey · 4 years, 10 months ago
  71. 70f2685 dt-bindings: fec: document the new gpr property. by Martin Fuzzey · 4 years, 10 months ago
  72. 4141f1a ARM: dts: imx6: Use gpc for FEC interrupt controller to fix wake on LAN. by Martin Fuzzey · 4 years, 10 months ago
  73. da72218 net: fec: set GPR bit on suspend by DT configuration. by Martin Fuzzey · 4 years, 10 months ago
  74. 045065f net: sock.h: fix skb_steal_sock() kernel-doc by Lothar Rubusch · 4 years, 10 months ago
  75. c2c1128 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 4 years, 10 months ago
  76. eb203f4 selftests/bpf: Add test for bpf_get_link_xdp_id by Andrey Ignatov · 4 years, 10 months ago
  77. f07cbad libbpf: Fix bpf_get_link_xdp_id flags handling by Andrey Ignatov · 4 years, 10 months ago
  78. 489553d riscv, bpf: Fix offset range checking for auipc+jalr on RV64 by Luke Nelson · 4 years, 10 months ago
  79. 63bef48 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 10 months ago
  80. 04de788 Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 4 years, 10 months ago
  81. f40f31c Merge tag 'f2fs-for-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 4 years, 10 months ago
  82. 763dede Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs by Linus Torvalds · 4 years, 10 months ago
  83. 762a9f2f Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 4 years, 10 months ago
  84. d5d2476 Merge tag 'for-linus' of git://github.com/openrisc/linux by Linus Torvalds · 4 years, 10 months ago
  85. f9db97d Merge branch 'parisc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 4 years, 10 months ago
  86. 12782fbe Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 4 years, 10 months ago
  87. 498ff42 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide by Linus Torvalds · 4 years, 10 months ago
  88. 479a72c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 10 months ago
  89. 07d6f6d Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux by Linus Torvalds · 4 years, 10 months ago
  90. 1cd377b ipc/shm.c: make compat_ksys_shmctl() static by Jason Yan · 4 years, 10 months ago
  91. 43afe4d ipc/mqueue.c: fix a brace coding style issue by Somala Swaraj · 4 years, 10 months ago
  92. 29b46fa lib/Kconfig.debug: fix a typo "capabilitiy" -> "capability" by Qiujun Huang · 4 years, 10 months ago
  93. ef06565 ubsan: include bug type in report header by Kees Cook · 4 years, 10 months ago
  94. 1d2252f kasan: unset panic_on_warn before calling panic() by Kees Cook · 4 years, 10 months ago
  95. 1d28c8d ubsan: check panic_on_warn by Kees Cook · 4 years, 10 months ago
  96. ae2e1aa drivers/misc/lkdtm/bugs.c: add arithmetic overflow and array bounds checks by Kees Cook · 4 years, 10 months ago
  97. 277a108 ubsan: split "bounds" checker from other options by Kees Cook · 4 years, 10 months ago
  98. 0887a7e ubsan: add trap instrumentation option by Kees Cook · 4 years, 10 months ago
  99. 7baf219 init/Kconfig: clean up ANON_INODES and old IO schedulers options by Krzysztof Kozlowski · 4 years, 10 months ago
  100. 6524d79 kernel/gcov/fs.c: replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 10 months ago