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