1. b9de396 net/sched: fix type of htb statistics by Florent Fourcot · 7 years ago
  2. 2d5c288 net: bgmac: remove set but not used variable 'err' by YueHaibing · 7 years ago
  3. 5582f44 net: dsa: b53: Provide sensible defaults by Florian Fainelli · 7 years ago
  4. c9e4f5f liquidio: remove set but not used variable 'irh' by YueHaibing · 7 years ago
  5. c8b7956 qed: Lower the severity of a dcbx log message. by Sudarsana Reddy Kalluru · 7 years ago
  6. 2de9d50 rds: store socket timestamps as ktime_t by Arnd Bergmann · 7 years ago
  7. c2ad647 selftests/tls: Add test for recv(PEEK) spanning across multiple records by Vakul Garg · 7 years ago
  8. 94524d8 net/tls: Add support for async decryption of tls records by Vakul Garg · 7 years ago
  9. 181ab62 bnxt_en: remove set but not used variable 'rx_stats' by YueHaibing · 7 years ago
  10. d99b7d6 net: remove duplicated include from net_failover.c by YueHaibing · 7 years ago
  11. ec6ea8e net: stmmac: Add CBS support in XGMAC2 by Jose Abreu · 7 years ago
  12. 531778d Merge branch 'dpaa2-eth-Move-DPAA2-Ethernet-driver' by David S. Miller · 7 years ago
  13. 34ff684 dpaa2-eth: Move DPAA2 Ethernet driver from staging to drivers/net by Ioana Radulescu · 7 years ago
  14. 7f12c8a3 staging: fsl-dpaa2/eth: Delay netdev_register() call by Ioana Radulescu · 7 years ago
  15. 459479d bridge: Switch to bitmap_zalloc() by Andy Shevchenko · 7 years ago
  16. 0340376 net: dsa: mv88e6xxx: Share main switch IRQ by Marek Behún · 7 years ago
  17. 1367bbf net/ipv6: Do not reset nl_net in ip6_route_info_create by David Ahern · 7 years ago
  18. 066b103 net/ipv4: Add extack message that dev is required for ONLINK by David Ahern · 7 years ago
  19. 7788174 tcp: change IPv6 flow-label upon receiving spurious retransmission by Yuchung Cheng · 7 years ago
  20. 506a03a net_sched: add missing tcf_lock for act_connmark by Cong Wang · 7 years ago
  21. aa4e689 veth: add software timestamping by Michael Walle · 7 years ago
  22. f061b48 Revert "net: sched: act: add extack for lookup callback" by Cong Wang · 7 years ago
  23. fd3c040 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  24. 93ee30f xsk: i40e: get rid of useless struct xdp_umem_props by Magnus Karlsson · 7 years ago
  25. cf484f9 i40e: fix possible compiler warning in xsk TX path by Magnus Karlsson · 7 years ago
  26. 9746b1e bpf: add selftest for bpf's (set|get)_sockopt for SAVE_SYN by Nikita V. Shirokov · 7 years ago
  27. 11c3f51 samples/bpf: xdpsock, minor fixes by Prashant Bhole · 7 years ago
  28. a29c8bb xsk: remove unnecessary assignment by Prashant Bhole · 7 years ago
  29. acb4ea9 bpf: add TCP_SAVE_SYN/TCP_SAVED_SYN sample program by Nikita V. Shirokov · 7 years ago
  30. 1e21530 bpf: add TCP_SAVE_SYN/TCP_SAVED_SYN options for bpf_(set|get)sockopt by Nikita V. Shirokov · 7 years ago
  31. 7296216 xdp: remove redundant variable 'headroom' by Colin Ian King · 7 years ago
  32. ee713b6 Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 7 years ago
  33. 5907cf6 i40e: Prevent deleting MAC address from VF when set by PF by Patryk Małek · 7 years ago
  34. babbcc6 i40evf: cancel workqueue sync for adminq when a VF is removed by Lihong Yang · 7 years ago
  35. 5cba17b i40e: hold the rtnl lock on clearing interrupt scheme by Patryk Małek · 7 years ago
  36. 3bd77e2 i40evf: Don't enable vlan stripping when rx offload is turned on by Patryk Małek · 7 years ago
  37. e78d9a3 i40e: Check and correct speed values for link on open by Jan Sokolowski · 7 years ago
  38. cdec214 i40e: report correct statistics when XDP is enabled by Björn Töpel · 7 years ago
  39. cfe3969 i40e: static analysis report from community by Martyna Szapar · 7 years ago
  40. a4e0109 virtchnl: use u8 type for a field in the virtchnl_filter struct by Harshitha Ramamurthy · 7 years ago
  41. e65aae0 i40evf: set IFF_UNICAST_FLT flag for the VF by Lihong Yang · 7 years ago
  42. 7eb74ff i40e: use correct length for strncpy by Mitch Williams · 7 years ago
  43. 3c81891 i40evf: Validate the number of queues a PF sends by Paul M Stillwell Jr · 7 years ago
  44. ae1e29f i40evf: Change a VF mac without reloading the VF driver by Paweł Jabłoński · 7 years ago
  45. 6dba41c i40evf: update ethtool stats code and use helper functions by Jacob Keller · 7 years ago
  46. 8fd75c5 i40e: move ethtool stats boiler plate code to i40e_ethtool_stats.h by Jacob Keller · 7 years ago
  47. 4b59938 i40e: convert queue stats to i40e_stats array by Jacob Keller · 7 years ago
  48. 18baed2 xsk: include XDP meta data in AF_XDP frames by Björn Töpel · 7 years ago
  49. 56b48c6 Merge branch 'bpf-bpffs-bpftool-dump-with-btf' by Daniel Borkmann · 7 years ago
  50. 1a86ad8 tools/bpf: bpftool: add btf percpu map formated dump by Yonghong Song · 7 years ago
  51. 6493ebf tools/bpf: add bpffs percpu map pretty print tests in test_btf by Yonghong Song · 7 years ago
  52. c7b27c3 bpf: add bpffs pretty print for percpu arraymap/hash/lru_hash by Yonghong Song · 7 years ago
  53. f0259b6 Merge tag 'mac80211-next-for-davem-2018-08-29' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 7 years ago
  54. 016f3d1 vxlan: reduce dirty cache line in vxlan_find_mac by Li RongQing · 7 years ago
  55. 920767a Merge branch 'liquidio-improve-soft-command-response-handling' by David S. Miller · 7 years ago
  56. 64fecd3 liquidio: remove obsolete functions and data structures by Felix Manlunas · 7 years ago
  57. edd572d liquidio: change octnic_ctrl_pkt to do synchronous soft commands by Felix Manlunas · 7 years ago
  58. 6870957 liquidio: make soft command calls synchronous by Felix Manlunas · 7 years ago
  59. c9aec05 liquidio: improve soft command handling by Felix Manlunas · 7 years ago
  60. 0927f71 net/tls: Calculate nsg for zerocopy path without skb_cow_data. by Doron Roberts-Kedes · 7 years ago
  61. 7e8d575 net: nixge: Add support for 64-bit platforms by Moritz Fischer · 7 years ago
  62. 02c7f38 selftests/net: add ip_defrag selftest by Peter Oskolkov · 7 years ago
  63. 0ff89ef ip: fail fast on IP defrag errors by Peter Oskolkov · 7 years ago
  64. b943f17 liquidio: fix race condition in instruction completion processing by Rick Farrington · 7 years ago
  65. 9ecc660 liquidio: remove unnecessary delay when processing IQ responses by Rick Farrington · 7 years ago
  66. 2930942 Merge branch 'ethtool-drop-get_settings-and-set_settings-ops' by David S. Miller · 7 years ago
  67. 9b30049 ethtool: drop get_settings and set_settings callbacks by Michal Kubecek · 7 years ago
  68. 6ce706a 8390/etherh: convert to ethtool_{get, set}_link_ksettings by Michal Kubecek · 7 years ago
  69. 7e3af59 net: thunderbolt: Convert to use SPDX identifier by Mika Westerberg · 7 years ago
  70. 6fce10f genetlink: constify genl_err_attr() argument by Michal Kubecek · 7 years ago
  71. 21c328d net: ethernet: Convert to using %pOFn instead of device_node.name by Rob Herring · 7 years ago
  72. 8bad008 net/ncsi: remove duplicated include from ncsi-netlink.c by YueHaibing · 7 years ago
  73. 234dbe3 Merge branch 'verifier-liveness-simplification' by Alexei Starovoitov · 7 years ago
  74. 8efea21 bpf/verifier: display non-spill stack slot types in print_verifier_state by Edward Cree · 7 years ago
  75. 679c782 bpf/verifier: per-register parent pointers by Edward Cree · 7 years ago
  76. 29b5e0f Merge branch 'AF_XDP-zerocopy-for-i40e' by Alexei Starovoitov · 7 years ago
  77. 58c50ae samples/bpf: add -c/--copy -z/--zero-copy flags to xdpsock by Björn Töpel · 7 years ago
  78. 1328dcd i40e: add AF_XDP zero-copy Tx support by Magnus Karlsson · 7 years ago
  79. a96e747 i40e: move common Tx functions to i40e_txrx_common.h by Magnus Karlsson · 7 years ago
  80. 0a71418 i40e: add AF_XDP zero-copy Rx support by Björn Töpel · 7 years ago
  81. 20a739d i40e: move common Rx functions to i40e_txrx_common.h by Björn Töpel · 7 years ago
  82. 6d7aad1d i40e: refactor Rx path for re-use by Björn Töpel · 7 years ago
  83. 123cecd i40e: added queue pair disable/enable functions by Björn Töpel · 7 years ago
  84. 6c5c95810 net: add napi_if_scheduled_mark_missed by Magnus Karlsson · 7 years ago
  85. 9025403 xsk: expose xdp_umem_get_{data,dma} to drivers by Björn Töpel · 7 years ago
  86. dce5bd6 xdp: export xdp_rxq_info_unreg_mem_model by Björn Töpel · 7 years ago
  87. b0d1bee xdp: implement convert_to_xdp_frame for MEM_TYPE_ZERO_COPY by Björn Töpel · 7 years ago
  88. 7d2c6cf bpf: use --cgroup in test_suite if supplied by John Fastabend · 7 years ago
  89. b5d83fe bpf: sockmap test remove shutdown() calls by John Fastabend · 7 years ago
  90. efbaec8 bpf: remove duplicated include from syscall.c by YueHaibing · 7 years ago
  91. 9c06602 cfg80211: clarify frames covered by average ACK signal report by Balaji Pothunoori · 7 years ago
  92. 1ecef20 mac80211: add missing WFA Multi-AP backhaul STA Rx requirement by Sathishkumar Muruganandam · 7 years ago
  93. 817e60a Merge branch 'nfp-add-NFP5000-support' by David S. Miller · 7 years ago
  94. 4152e58 nfp: make RTsym users handle absolute symbols correctly by Jakub Kicinski · 7 years ago
  95. 640917d nfp: support access to absolute RTsyms by Jakub Kicinski · 7 years ago
  96. 1240989 nfp: convert all RTsym users to use new read/write helpers by Jakub Kicinski · 7 years ago
  97. 7619699 nfp: convert existing RTsym helpers to full target decoding by Jakub Kicinski · 7 years ago
  98. 8f6d605 nfp: pass cpp_id to nfp_cpp_map_area() by Jakub Kicinski · 7 years ago
  99. 3f0e55a nfp: add RTsym access helpers by Jakub Kicinski · 7 years ago
  100. c678a97 nfp: add basic errors messages to target logic by Jakub Kicinski · 7 years ago