1. 6a30dc2 mlxsw: spectrum: mr: Make the function mlxsw_sp_mr_dev_vif_lookup static by Yotam Gigi · 8 years ago
  2. de3872c mlxsw: spectrum: mr: Fix various endianness issues by Yotam Gigi · 8 years ago
  3. 69715dd mlxsw: spectrum_dpipe: Fix entries dump of the adjacency table by Arkadi Sharshevsky · 8 years ago
  4. 9d452ce net/sched: Fix actions list corruption when adding offloaded tc flows by Or Gerlitz · 8 years ago
  5. 907aaa6 liquidio: pass date and time info to NIC firmware by Veerasenareddy Burru · 8 years ago
  6. 87b1af8 ipv6: add ip6_null_entry check in rt6_select() by Wei Wang · 8 years ago
  7. 71c0237 tcp: Configure TFO without cookie per socket and/or per route by Christoph Paasch · 8 years ago
  8. b6f4f84 net/sock: Update sk rcu iterator macro. by Tim Hansen · 8 years ago
  9. 49ca194 ipv4: tcp_minisocks: use BUG_ON instead of if condition followed by BUG by Gustavo A. R. Silva · 8 years ago
  10. 1528540 ipv4: icmp: use BUG_ON instead of if condition followed by BUG by Gustavo A. R. Silva · 8 years ago
  11. 3174946 bpf: cpumap fix potential lost wake-up problem by Jesper Dangaard Brouer · 8 years ago
  12. 7f6b437 net: smc_close: mark expected switch fall-through by Gustavo A. R. Silva · 8 years ago
  13. e3cf3970 net: rxrpc: mark expected switch fall-throughs by Gustavo A. R. Silva · 8 years ago
  14. 6a413f5 Merge branch 'ipv6-addrconf-hash-improvements-and-cleanups' by David S. Miller · 8 years ago
  15. 4e5f47a ipv6: addrconf: do not block BH in ipv6_chk_home_addr() by Eric Dumazet · 8 years ago
  16. a5c1d98 ipv6: addrconf: do not block BH in /proc/net/if_inet6 handling by Eric Dumazet · 8 years ago
  17. 24f226d ipv6: addrconf: do not block BH in ipv6_get_ifaddr() by Eric Dumazet · 8 years ago
  18. 480318a ipv6: addrconf: do not block BH in ipv6_chk_addr_and_flags() by Eric Dumazet · 8 years ago
  19. 3f27fb2 ipv6: addrconf: add per netns perturbation in inet6_addr_hash() by Eric Dumazet · 8 years ago
  20. 752a929 ipv6: addrconf: factorize inet6_addr_hash() call by Eric Dumazet · 8 years ago
  21. 56fc709 ipv6: addrconf: move ipv6_chk_same_addr() to avoid forward declaration by Eric Dumazet · 8 years ago
  22. fa6e23e Merge branch 'nfp-bpf-stack-support-in-offload' by David S. Miller · 8 years ago
  23. 9f16c8a nfp: bpf: optimize mov64 a little by Jakub Kicinski · 8 years ago
  24. b14157e nfp: bpf: support stack accesses via non-constant pointers by Jakub Kicinski · 8 years ago
  25. 2df03a5 nfp: bpf: support accessing the stack beyond 64 bytes by Jakub Kicinski · 8 years ago
  26. d348848 nfp: bpf: allow stack accesses via modified stack registers by Jakub Kicinski · 8 years ago
  27. 9a90c83 nfp: bpf: optimize the RMW for stack accesses by Jakub Kicinski · 8 years ago
  28. a82b23f nfp: bpf: add stack read support by Jakub Kicinski · 8 years ago
  29. ee9133a nfp: bpf: add stack write support by Jakub Kicinski · 8 years ago
  30. 70c78fc nfp: bpf: refactor nfp_bpf_check_ptr() by Jakub Kicinski · 8 years ago
  31. ff42bb9 nfp: bpf: add helper for emitting nops by Jakub Kicinski · 8 years ago
  32. a5dd498 Merge branch 'bpftool-JSON' by David S. Miller · 8 years ago
  33. 0641c3c tools: bpftool: update documentation for --json and --pretty usage by Quentin Monnet · 8 years ago
  34. 47ff7ac tools: bpftool: add cosmetic changes for the manual pages by Quentin Monnet · 8 years ago
  35. 004b45c tools: bpftool: provide JSON output for all possible commands by Quentin Monnet · 8 years ago
  36. 9a5ab8b tools: bpftool: turn err() and info() macros into functions by Quentin Monnet · 8 years ago
  37. 3aaca6b tools: bpftool: add JSON output for `bpftool batch file FILE` command by Quentin Monnet · 8 years ago
  38. 831a0aa tools: bpftool: add JSON output for `bpftool map *` commands by Quentin Monnet · 8 years ago
  39. f05e2c3 tools: bpftool: add JSON output for `bpftool prog dump xlated *` command by Quentin Monnet · 8 years ago
  40. 107f041 tools: bpftool: add JSON output for `bpftool prog dump jited *` command by Quentin Monnet · 8 years ago
  41. 743cc66 tools: bpftool: add JSON output for `bpftool prog show *` command by Quentin Monnet · 8 years ago
  42. d35efba tools: bpftool: introduce --json and --pretty options by Quentin Monnet · 8 years ago
  43. a2bc2e5 tools: bpftool: add option parsing to bpftool, --help and --version by Quentin Monnet · 8 years ago
  44. b66e907 tools: bpftool: copy JSON writer from iproute2 repository by Quentin Monnet · 8 years ago
  45. 4c4fde2 Merge branch 'tcp-tracepoints' by David S. Miller · 8 years ago
  46. e8fce23 tcp: add tracepoint trace_tcp_set_state() by Song Liu · 8 years ago
  47. e1a4aa5 tcp: add tracepoint trace_tcp_destroy_sock by Song Liu · 8 years ago
  48. 5941521 tcp: add tracepoint trace_tcp_receive_reset by Song Liu · 8 years ago
  49. c24b14c tcp: add tracepoint trace_tcp_send_reset by Song Liu · 8 years ago
  50. 7344e29 tcp: mark trace event arguments sk and skb as const by Song Liu · 8 years ago
  51. f6e37b2 tcp: add trace event class tcp_event_sk_skb by Song Liu · 8 years ago
  52. bded442 Merge branch 'hns3-next' by David S. Miller · 8 years ago
  53. 24e750c net: hns3: fix a bug about hns3_clean_tx_ring by Lipeng · 8 years ago
  54. 51145da net: hns3: remove redundant memset when alloc buffer by Lipeng · 8 years ago
  55. 66b4473 net: hns3: fix the TX/RX ring.queue_index in hns3_ring_get_cfg by Lipeng · 8 years ago
  56. 709eb41 net: hns3: get vf count by pci_sriov_get_totalvfs by Lipeng · 8 years ago
  57. 7410343 net: hns3: fix the ops check in hns3_get_rxnfc by Lipeng · 8 years ago
  58. 564883b net: hns3: fix the bug when map buffer fail by Lipeng · 8 years ago
  59. b907742 net: hns3: fix a bug when alloc new buffer by Lipeng · 8 years ago
  60. 5908064 Merge tag 'batadv-next-for-davem-20171023' of git://git.open-mesh.org/linux-merge by David S. Miller · 8 years ago
  61. 40b16b9 batman-adv: use inline kernel-doc for uapi constants by Sven Eckelmann · 8 years ago
  62. 058c8d5 net: core: rtnetlink: use BUG_ON instead of if condition followed by BUG by Gustavo A. R. Silva · 8 years ago
  63. e83b171 net: systemport: Guard against unmapped TX ring by Florian Fainelli · 8 years ago
  64. fbd15f4 Merge branch 'mlxsw-Add-support-for-non-equal-cost-multi-path' by David S. Miller · 8 years ago
  65. 330e2cc mlxsw: spectrum: Add another partition to KVD linear by Ido Schimmel · 8 years ago
  66. f11fbaf mlxsw: spectrum: Increase number of linear entries by Ido Schimmel · 8 years ago
  67. eb78998 mlxsw: spectrum_router: Populate adjacency entries according to weights by Ido Schimmel · 8 years ago
  68. 425a08c mlxsw: spectrum_router: Prepare for large adjacency groups by Ido Schimmel · 8 years ago
  69. 408bd94 mlxsw: spectrum_router: Store weight in nexthop struct by Ido Schimmel · 8 years ago
  70. d672aec4 mlxsw: spectrum: Add ability to query KVDL allocation size by Ido Schimmel · 8 years ago
  71. a875a2e mlxsw: spectrum: Better represent KVDL partitions by Ido Schimmel · 8 years ago
  72. e69cd9d mlxsw: spectrum_dpipe: Add adjacency group size by Ido Schimmel · 8 years ago
  73. bc9db41 Merge branch 'bcm_sf2-Add-support-for-IPv6-CFP-rules' by David S. Miller · 8 years ago
  74. dd8eff6 net: dsa: bcm_sf2: Allow matching arbitrary IPv6 masks/lengths by Florian Fainelli · 8 years ago
  75. bc3fc44c net: dsa: bcm_sf2: Allow matching arbitrary IPv4 mask lengths by Florian Fainelli · 8 years ago
  76. ba0696c net: dsa: bcm_sf2: Add support for IPv6 CFP rules by Florian Fainelli · 8 years ago
  77. 4daa70c net: dsa: bcm_sf2: Simplify bcm_sf2_cfp_rule_get_all() by Florian Fainelli · 8 years ago
  78. 5d80bcb net: dsa: bcm_sf2: Make UDF slices more configurable by Florian Fainelli · 8 years ago
  79. 3306145 net: dsa: bcm_sf2: Move IPv4 CFP processing to specific functions by Florian Fainelli · 8 years ago
  80. 39cdd34 net: dsa: bcm_sf2: Use existing shift/masks by Florian Fainelli · 8 years ago
  81. 33ad61d isdn/gigaset: Provide cardstate context for bas timer callbacks by Kees Cook · 8 years ago
  82. e27afb8 selftests/bpf: fix broken build of test_maps by Alexei Starovoitov · 8 years ago
  83. f8ddadc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  84. b5ac3be Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  85. 8d5f4b0 stmmac: Don't access tx_q->dirty_tx before netif_tx_lock by Bernd Edlinger · 8 years ago
  86. 864e2a1 ipv6: flowlabel: do not leave opt->tot_len with garbage by Eric Dumazet · 8 years ago
  87. 66bdede of_mdio: Fix broken PHY IRQ in case of probe deferral by Geert Uytterhoeven · 8 years ago
  88. 7433a8d textsearch: fix typos in library helpers by Randy Dunlap · 8 years ago
  89. bdd091b Merge branch 'tun-timer-cleanups' by David S. Miller · 8 years ago
  90. ee74d99 tun: do not arm flow_gc_timer in tun_flow_init() by Eric Dumazet · 8 years ago
  91. 81d98fa tun: avoid extra timer schedule in tun_flow_cleanup() by Eric Dumazet · 8 years ago
  92. 7dbfb4e tun: do not block BH again in tun_flow_cleanup() by Eric Dumazet · 8 years ago
  93. 02db34d Merge branch 'bpf-BASE_RTT' by David S. Miller · 8 years ago
  94. bfdf756 bpf: create samples/bpf/tcp_bpf.readme by Lawrence Brakmo · 8 years ago
  95. c890063 bpf: sample BPF_SOCKET_OPS_BASE_RTT program by Lawrence Brakmo · 8 years ago
  96. 85cce21 bpf: Add BPF_SOCKET_OPS_BASE_RTT support to tcp_nv by Lawrence Brakmo · 8 years ago
  97. cd86d1f bpf: Adding helper function bpf_getsockops by Lawrence Brakmo · 8 years ago
  98. e6546ef bpf: add support for BPF_SOCK_OPS_BASE_RTT by Lawrence Brakmo · 8 years ago
  99. 62d3f60 nfp: use struct fields for 8 bit-wide access by Pieter Jansen van Vuuren · 8 years ago
  100. 0cea8e2 net: x25: mark expected switch fall-throughs by Gustavo A. R. Silva · 8 years ago