1. e6546ef bpf: add support for BPF_SOCK_OPS_BASE_RTT by Lawrence Brakmo · 7 years ago
  2. 62d3f60 nfp: use struct fields for 8 bit-wide access by Pieter Jansen van Vuuren · 7 years ago
  3. 0cea8e2 net: x25: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  4. 110af3a net: af_unix: mark expected switch fall-through by Gustavo A. R. Silva · 7 years ago
  5. 3fa5f11 geneve: Get rid of is_all_zero(), streamline is_tnl_info_zero() by Stefano Brivio · 7 years ago
  6. c44768e Merge branch 'dsa-lan9303-Add-fdb-mdb-methods' by David S. Miller · 7 years ago
  7. 0620427 net: dsa: lan9303: Add fdb/mdb manipulation by Egil Hjelmeland · 7 years ago
  8. ab33534 net: dsa: lan9303: Add port_fast_age and port_fdb_dump methods by Egil Hjelmeland · 7 years ago
  9. 0d5fcebf tipc: refactor tipc_sk_timeout() function by Jon Maloy · 7 years ago
  10. 36341de Merge branch 'net-driver-refcont_t' by David S. Miller · 7 years ago
  11. e65f7ee drivers, connector: convert cn_callback_entry.refcnt from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  12. 709c89b drivers, net, ppp: convert syncppp.refcnt from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  13. d780cd4 drivers, net, ppp: convert ppp_file.refcnt from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  14. 313a912 drivers, net, ppp: convert asyncppp.refcnt from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  15. 28206cd drivers, net: convert masces_tx_sa.refcnt from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  16. 8676d76 drivers, net: convert masces_rx_sc.refcnt from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  17. e187246 drivers, net: convert masces_rx_sa.refcnt from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  18. 956cc1e drivers, net, hamradio: convert sixpack.refcnt from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  19. dd8e194 drivers, net, mlx5: convert fs_node.refcount from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  20. a4b51a9 drivers, net, mlx5: convert mlx5_cq.refcount from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  21. 17ac99b2 drivers, net, mlx4: convert mlx4_srq.refcount from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  22. 0068895 drivers, net, mlx4: convert mlx4_qp.refcount from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  23. ff61b5e drivers, net, mlx4: convert mlx4_cq.refcount from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  24. c6d4e63 drivers, net, ethernet: convert mtk_eth.dma_refcnt from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  25. eaf6ab7 drivers, net, ethernet: convert clip_entry.refcnt from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  26. 86f540c Merge branch 'hns3-loopback-selftest' by David S. Miller · 7 years ago
  27. c39c4d9 net: hns3: Add mac loopback selftest support in hns3 driver by Yunsheng Lin · 7 years ago
  28. d43e5ac net: hns3: Refactor the skb receiving and transmitting function by Yunsheng Lin · 7 years ago
  29. a8e8c0e Merge branch 'bpftool-add-a-version-command-and-fix-several-items' by David S. Miller · 7 years ago
  30. 821cfbb tools: bpftool: add a command to display bpftool version by Quentin Monnet · 7 years ago
  31. 8dfbc6d tools: bpftool: show that `opcodes` or `file FILE` should be exclusive by Quentin Monnet · 7 years ago
  32. 9e2308c tools: bpftool: print all relevant byte opcodes for "load double word" by Quentin Monnet · 7 years ago
  33. d9c0b48 tools: bpftool: print only one error message on byte parsing failure by Quentin Monnet · 7 years ago
  34. 9f60617 tools: bpftool: add `bpftool prog help` as real command i.r.t exit code by Quentin Monnet · 7 years ago
  35. 1d84487 tools: bpftool: use err() instead of info() if there are too many insns by Quentin Monnet · 7 years ago
  36. 1739c26 tools: bpftool: fix return value when all eBPF programs have been shown by Quentin Monnet · 7 years ago
  37. 9cbe1f58 tools: bpftool: add pointer to file argument to print_hex() by Quentin Monnet · 7 years ago
  38. f3ae608 net: sched: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  39. a05b8c4 net: rose: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  40. 279badc openvswitch: conntrack: mark expected switch fall-through by Gustavo A. R. Silva · 7 years ago
  41. e28101a net: netrom: nr_in: mark expected switch fall-through by Gustavo A. R. Silva · 7 years ago
  42. 3c467bf bnxt: Move generic devlink code to new file by Steve Lin · 7 years ago
  43. cb4dc41 tipc: fix broken tipc_poll() function by Jon Maloy · 7 years ago
  44. 471abea Merge branch 'net-sched-convert-cls-ndo_setup_tc-offload-calls-to-per-block-callbacks' by David S. Miller · 7 years ago
  45. fa71212 net: sched: remove unused is_classid_clsact_ingress/egress helpers by Jiri Pirko · 7 years ago
  46. d58d31a net: sched: remove unused classid field from tc_cls_common_offload by Jiri Pirko · 7 years ago
  47. 8d26d56 net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS* by Jiri Pirko · 7 years ago
  48. 6b3eb75 dsa: Convert ndo_setup_tc offloads to block callbacks by Jiri Pirko · 7 years ago
  49. 90d9731 nfp: bpf: Convert ndo_setup_tc offloads to block callbacks by Jiri Pirko · 7 years ago
  50. 363fc53b nfp: flower: Convert ndo_setup_tc offloads to block callbacks by Jiri Pirko · 7 years ago
  51. 855afa0 mlx5e_rep: Convert ndo_setup_tc offloads to block callbacks by Jiri Pirko · 7 years ago
  52. 6ea30f8 ixgbe: Convert ndo_setup_tc offloads to block callbacks by Jiri Pirko · 7 years ago
  53. cd019e9 cxgb4: Convert ndo_setup_tc offloads to block callbacks by Jiri Pirko · 7 years ago
  54. 9e0fd15 bnxt: Convert ndo_setup_tc offloads to block callbacks by Jiri Pirko · 7 years ago
  55. d6c862b mlx5e: Convert ndo_setup_tc offloads to block callbacks by Jiri Pirko · 7 years ago
  56. eb49cfa mlxsw: spectrum: Convert ndo_setup_tc offloads to block callbacks by Jiri Pirko · 7 years ago
  57. 3f7889c net: sched: cls_bpf: call block callbacks for offload by Jiri Pirko · 7 years ago
  58. 245dc51 net: sched: cls_u32: call block callbacks for offload by Jiri Pirko · 7 years ago
  59. 7746041 net: sched: cls_u32: swap u32_remove_hw_knode and u32_remove_hw_hnode by Jiri Pirko · 7 years ago
  60. 2447a96 net: sched: cls_matchall: call block callbacks for offload by Jiri Pirko · 7 years ago
  61. 208c0f4 net: sched: use tc_setup_cb_call to call per-block callbacks by Jiri Pirko · 7 years ago
  62. acb6744 net: sched: introduce per-block callbacks by Jiri Pirko · 7 years ago
  63. 6e40cf2 net: sched: use extended variants of block_get/put in ingress and clsact qdiscs by Jiri Pirko · 7 years ago
  64. 8c4083b net: sched: add block bind/unbind notif. and extended block_get/put by Jiri Pirko · 7 years ago
  65. b65f164 ipv6: let trace_fib6_table_lookup() dereference the fib table by Paolo Abeni · 7 years ago
  66. f730cc9 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 7 years ago
  67. 164a5e7 ipv4: ipv4_default_advmss() should use route mtu by Eric Dumazet · 7 years ago
  68. 520d0d7 Merge branch 'ieee802154-for-davem-2017-10-18' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan-next by David S. Miller · 7 years ago
  69. 3c75f9b spectrum: Convert fib event handlers to use container_of on info arg by David Ahern · 7 years ago
  70. ba233b3 tcp: fix tcp_send_syn_data() by Eric Dumazet · 7 years ago
  71. 27188af Merge branch 'ipv6-fixes-for-RTF_CACHE-entries' by David S. Miller · 7 years ago
  72. 1859bac ipv6: remove from fib tree aged out RTF_CACHE dst by Paolo Abeni · 7 years ago
  73. b886d5f ipv6: start fib6 gc on RTF_CACHE dst creation by Paolo Abeni · 7 years ago
  74. 7f9ad2a Merge branch 'bpf-lsm-hooks' by David S. Miller · 7 years ago
  75. f66e448 selinux: bpf: Add addtional check for bpf object file receive by Chenbo Feng · 7 years ago
  76. ec27c35 selinux: bpf: Add selinux check for eBPF syscall operations by Chenbo Feng · 7 years ago
  77. afdb09c security: bpf: Add LSM hooks for bpf object related syscall by Chenbo Feng · 7 years ago
  78. e043325 bpf: Add tests for eBPF file mode by Chenbo Feng · 7 years ago
  79. 6e71b04 bpf: Add file mode configuration into bpf maps by Chenbo Feng · 7 years ago
  80. aec72f3 net-tun: fix panics at dismantle time by Eric Dumazet · 7 years ago
  81. 6eba87c net: ipv4: Change fib notifiers to take a fib_alias by David Ahern · 7 years ago
  82. 1fba70e tcp: socket option to set TCP fast open key by Yuchung Cheng · 7 years ago
  83. ce12f7d Merge branch 'mlxsw-extack' by David S. Miller · 7 years ago
  84. f8fa9b4 mlxsw: spectrum_router: Add extack message for RIF and VRF overflow by David Ahern · 7 years ago
  85. 89d5dd2 mlxsw: spectrum: router: Add support for address validator notifier by David Ahern · 7 years ago
  86. de95e04 net: Add extack to validator_info structs used for address notifier by David Ahern · 7 years ago
  87. ff7883e net: ipv6: Make inet6addr_validator a blocking notifier by David Ahern · 7 years ago
  88. f3d9832 ipv6: addrconf: cleanup locking in ipv6_add_addr by David Ahern · 7 years ago
  89. 6b1f8ed Merge branch 's390-next' by David S. Miller · 7 years ago
  90. 52c44d2 s390/qeth: don't dump control cmd twice by Julian Wiedmann · 7 years ago
  91. 978759e s390/qeth: support GRO flush timer by Julian Wiedmann · 7 years ago
  92. 864c17c s390/qeth: try harder to get packets from RX buffer by Julian Wiedmann · 7 years ago
  93. 8d68af6 s390/qeth: consolidate skb allocation by Julian Wiedmann · 7 years ago
  94. b6f72f9 s390/qeth: clean up page frag creation by Julian Wiedmann · 7 years ago
  95. 9400c53 s390/qeth: no VLAN support on OSM by Julian Wiedmann · 7 years ago
  96. 857d8ee s390/qeth: don't verify device when setting MAC address by Julian Wiedmann · 7 years ago
  97. 6e6f472 s390/qeth: clean up initial MTU determination by Julian Wiedmann · 7 years ago
  98. 83cf79a s390/qeth: fix early exit from error path by Julian Wiedmann · 7 years ago
  99. 025d0df s390/qeth: use kstrtobool() in qeth_bridgeport_hostnotification_store() by Andy Shevchenko · 7 years ago
  100. ed2e93e s390/qeth: remove duplicated device matching by Julian Wiedmann · 7 years ago