1. 7640ead bpf: verifier: make sure callees don't prune with caller differences by Jakub Kicinski · 6 years ago
  2. fdadd04 bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64K by Daniel Borkmann · 6 years ago
  3. aca1a80 selftests/bpf: use proper type when passing prog_type by Stanislav Fomichev · 6 years ago
  4. c2a20a2 selftests/bpf: add missing pointer dereference for map stacktrace fixup by Stanislav Fomichev · 6 years ago
  5. 51a11b1 bpf: powerpc: fix broken uapi for BPF_PROG_TYPE_PERF_EVENT by Sandipan Das · 6 years ago
  6. ec3d837 net/flow_dissector: correctly cap nhoff and thoff in case of BPF by Stanislav Fomichev · 6 years ago
  7. 13e56ec selftests/bpf: use thoff instead of nhoff in BPF flow dissector by Stanislav Fomichev · 6 years ago
  8. 1b4e5ad ipv6: sr: properly initialize flowi6 prior passing to ip6_route_output by Shmulik Ladkani · 6 years ago
  9. cd9d1a2 Merge branch 'mlxsw-Various-fixes' by David S. Miller · 6 years ago
  10. 993107f mlxsw: spectrum_switchdev: Fix VLAN device deletion via ioctl by Ido Schimmel · 6 years ago
  11. da93d29 mlxsw: spectrum_router: Relax GRE decap matching check by Nir Dotan · 6 years ago
  12. f58a83c mlxsw: spectrum_switchdev: Avoid leaking FID's reference count by Ido Schimmel · 6 years ago
  13. 050fc01 mlxsw: spectrum_nve: Remove easily triggerable warnings by Ido Schimmel · 6 years ago
  14. ebaf39e ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changes by Jiri Wiesner · 6 years ago
  15. afd0a80 sctp: frag_point sanity check by Jakub Audykowicz · 6 years ago
  16. b2b7af8 tcp: fix NULL ref in tail loss probe by Yuchung Cheng · 6 years ago
  17. 4172754 tcp: Do not underestimate rwnd_limited by Eric Dumazet · 6 years ago
  18. e37d05a Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  19. 22f6bbb net: use skb_list_del_init() to remove from RX sublists by Edward Cree · 6 years ago
  20. 64d4790 Merge tag 'mac80211-for-davem-2018-12-05' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 6 years ago
  21. 312ca38 cfg80211: Fix busy loop regression in ieee80211_ie_split_ric() by Jouni Malinen · 6 years ago
  22. 990d718 mac80211: ignore NullFunc frames in the duplicate detection by Emmanuel Grumbach · 6 years ago
  23. 9ec1190 mac80211: fix reordering of buffered broadcast packets by Felix Fietkau · 6 years ago
  24. a317e65 mac80211: ignore tx status for PS stations in ieee80211_tx_status_ext by Felix Fietkau · 6 years ago
  25. 0fb628f net: mvpp2: fix phylink handling of invalid PHY modes by Baruch Siach · 6 years ago
  26. 01b3fd5 net: mvpp2: fix detection of 10G SFP modules by Baruch Siach · 6 years ago
  27. ecb239d ethernet: fman: fix wrong of_node_put() in probe function by Nicolas Saenz Julienne · 6 years ago
  28. 6888389 rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devices by Eric Dumazet · 6 years ago
  29. 7b566f7 phy: Revert toggling reset changes. by David S. Miller · 6 years ago
  30. a92a72a Merge branch 'bpf-verifier-resilience' by Daniel Borkmann · 6 years ago
  31. ceefbc9 bpf: add per-insn complexity limit by Alexei Starovoitov · 6 years ago
  32. 4f7b3e8 bpf: improve verifier branch analysis by Alexei Starovoitov · 6 years ago
  33. c349480 bpf: check pending signals while verifying programs by Alexei Starovoitov · 6 years ago
  34. a2c741d Merge branch 'mlx4-fixes' by David S. Miller · 6 years ago
  35. 1b603f9e4 net/mlx4_en: Fix build break when CONFIG_INET is off by Saeed Mahameed · 6 years ago
  36. 24be19e net/mlx4_en: Change min MTU size to ETH_MIN_MTU by Eran Ben Elisha · 6 years ago
  37. bf29e9e net/core: tidy up an error message by Qian Cai · 6 years ago
  38. a745156 mv88e6060: disable hardware level MAC learning by Anderson Luiz Alves · 6 years ago
  39. 59f997b macvlan: return correct error value by Matteo Croce · 6 years ago
  40. fb6df5a sctp: kfree_rcu asoc by Xin Long · 6 years ago
  41. 986103e net/ibmvnic: Fix RTNL deadlock during device reset by Thomas Falcon · 6 years ago
  42. e3f7871 vhost: fix IOTLB locking by Jean-Philippe Brucker · 6 years ago
  43. 4763c9f Merge branch 'phy-micrel-toggling-reset' by David S. Miller · 6 years ago
  44. 8c85f4b net: phy: micrel: add toggling phy reset if PHY is not attached by Yoshihiro Shimoda · 6 years ago
  45. ef1b5bf net: phy: Fix not to call phy_resume() if PHY is not attached by Yoshihiro Shimoda · 6 years ago
  46. 025dceb bpf: powerpc64: optimize JIT passes for bpf function calls by Sandipan Das · 6 years ago
  47. 4e4b08e tun: remove skb access after netif_receive_skb by Prashant Bhole · 6 years ago
  48. a5d4a89 net: 8139cp: fix a BUG triggered by changing mtu with network traffic by Su Yanjun · 6 years ago
  49. d2a3697 net: phy: don't allow __set_phy_supported to add unsupported modes by Heiner Kallweit · 6 years ago
  50. dcb4059 bpf: refactor bpf_test_run() to separate own failures and test program result by Roman Gushchin · 6 years ago
  51. 35b827b tun: forbid iface creation with rtnl ops by Nicolas Dichtel · 6 years ago
  52. 436c945 virtio-net: keep vnet header zeroed after processing XDP by Jason Wang · 6 years ago
  53. 9b2156f Merge branch 'tcp-fixes-in-timeout-and-retransmission-accounting' by David S. Miller · 6 years ago
  54. e1561fe tcp: fix SNMP TCP timeout under-estimation by Yuchung Cheng · 6 years ago
  55. ec641b3 tcp: fix SNMP under-estimation on failed retransmission by Yuchung Cheng · 6 years ago
  56. 3976535 tcp: fix off-by-one bug on aborting window-probing socket by Yuchung Cheng · 6 years ago
  57. c0f5377 liquidio: read sc->iq_no before release sc by Pan Bian · 6 years ago
  58. ef6fcd4 mlx5: fix get_ip_proto() by Cong Wang · 6 years ago
  59. a3d7e01 net: dsa: Fix tagging attribute location by Florian Fainelli · 6 years ago
  60. d74286d bpf: Improve socket lookup reuseport documentation by Joe Stringer · 6 years ago
  61. f71c614 bpf: Support sk lookup in netns with id 0 by Joe Stringer · 6 years ago
  62. fd6d433 net/sched: act_police: fix memory leak in case of invalid control action by Davide Caratti · 6 years ago
  63. b7df9ada bpf: fix pointer offsets in context for 32 bit by Daniel Borkmann · 6 years ago
  64. c01ac66 bpf: Fix verifier log string check for bad alignment. by David Miller · 6 years ago
  65. b5f0cf0 nfp: flower: prevent offload if rhashtable insert fails by John Hurley · 6 years ago
  66. 1166494 nfp: flower: release metadata on offload failure by John Hurley · 6 years ago
  67. 3b5b3a3 bonding: fix 802.3ad state sent to partner when unbinding slave by Toni Peltonen · 6 years ago
  68. 37c4b91 net: aquantia: fix rx checksum offload bits by Dmitry Bogdanov · 6 years ago
  69. 43d0e96 openvswitch: fix spelling mistake "execeeds" -> "exceeds" by Colin Ian King · 6 years ago
  70. 56e0e29 liquidio: fix spelling mistake "deferal" -> "deferral" by Colin Ian King · 6 years ago
  71. 5f2b8b6 net: stmmac: Move debugfs init/exit to ->probe()/->remove() by Thierry Reding · 6 years ago
  72. 4135cce sctp: update frag_point when stream_interleave is set by Xin Long · 6 years ago
  73. 9410d38 net: Prevent invalid access to skb->prev in __qdisc_drop_all by Christoph Paasch · 6 years ago
  74. b020fcf net/x25: handle call collisions by Martin Schiller · 6 years ago
  75. 0613761 net/x25: fix null_x25_address handling by Martin Schiller · 6 years ago
  76. d449ba3 net/x25: fix called/calling length calculation in x25_parse_address_block by Martin Schiller · 6 years ago
  77. 9023096 net: phy: sfp: correct location of SFP standards by Baruch Siach · 6 years ago
  78. e869e7b Merge branch 'xps-fixes' by David S. Miller · 6 years ago
  79. 867d0ad net: fix XPS static_key accounting by Sabrina Dubroca · 6 years ago
  80. f28c020 net: restore call to netdev_queue_numa_node_write when resetting XPS by Sabrina Dubroca · 6 years ago
  81. d7f7e00 net: phy: sfp: correct store of detected link modes by Baruch Siach · 6 years ago
  82. f1c0f591 Merge branch 'ave-fixes' by David S. Miller · 6 years ago
  83. d75d0e8 net: ethernet: ave: Add MODULE_AUTHOR and MAINTAINERS entry by Kunihiko Hayashi · 6 years ago
  84. 8811395 net: ethernet: ave: Replace NET_IP_ALIGN with AVE_FRAME_HEADROOM by Kunihiko Hayashi · 6 years ago
  85. 09ee3b4 net: ethernet: ave: Increase descriptors to improve performance by Kunihiko Hayashi · 6 years ago
  86. 528bff0 tools: bpftool: fix a bitfield pretty print issue by Yonghong Song · 6 years ago
  87. c2209c6 Merge branch 'btf-check-name' by Alexei Starovoitov · 6 years ago
  88. d084891 tools/bpf: add addition type tests to test_btf by Yonghong Song · 6 years ago
  89. 8800cd0 tools/bpf: fix two test_btf unit test cases by Martin KaFai Lau · 6 years ago
  90. eb04bbb bpf: btf: check name validity for various types by Yonghong Song · 6 years ago
  91. cdbb096a bpf: btf: implement btf_name_valid_identifier() by Yonghong Song · 6 years ago
  92. 60b5482 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  93. b26b2b2 Merge tag 'xtensa-20181128' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 6 years ago
  94. d78a5eb Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue by David S. Miller · 6 years ago
  95. 9a764c1 s390/qeth: fix length check in SNMP processing by Julian Wiedmann · 6 years ago
  96. e9d8faf Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 6 years ago
  97. c7589401 net: hisilicon: remove unexpected free_netdev by Pan Bian · 6 years ago
  98. cfc4351 rapidio/rionet: do not free skb before reading its length by Pan Bian · 6 years ago
  99. 529eb36 i40e: fix kerneldoc for xsk methods by Jan Sokolowski · 6 years ago
  100. 121b018 Merge tag 'for-4.20-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 6 years ago