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