1. 1620a33 net: Move free of dst_metrics to helper by David Ahern · 6 years ago
  2. e1255ed net: common metrics init helper for dst_entry by David Ahern · 6 years ago
  3. cc5f0eb net: Move free of fib_metrics to helper by David Ahern · 6 years ago
  4. 767a221 net: common metrics init helper for FIB entries by David Ahern · 6 years ago
  5. 5a781cc tc: Add support for configuring the taprio scheduler by Vinicius Costa Gomes · 6 years ago
  6. 1651178 devlink: Add generic parameter msix_vec_per_pf_min by Vasundhara Volam · 6 years ago
  7. f61cba4 devlink: Add generic parameter msix_vec_per_pf_max by Vasundhara Volam · 6 years ago
  8. e3b5106 devlink: Add generic parameter ignore_ari by Vasundhara Volam · 6 years ago
  9. 9e50727 Merge tag 'mlx5-updates-2018-10-03' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 6 years ago
  10. f0e834e Merge tag 'rxrpc-next-20181004' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by David S. Miller · 6 years ago
  11. bbb4c43 dns: Allow the dns resolver to retrieve a server set by David Howells · 6 years ago
  12. e908bcf rxrpc: Allow the reply time to be obtained on a client call by David Howells · 6 years ago
  13. 2070a3e rxrpc: Allow the reply time to be obtained on a client call by David Howells · 6 years ago
  14. 5a790b7 rxrpc: Drop the local endpoint arg from rxrpc_extract_addr_from_skb() by David Howells · 6 years ago
  15. 46894a1 rxrpc: Use IPv4 addresses throught the IPv6 by David Howells · 6 years ago
  16. b3cfb6f rxrpc: Emit the data Tx trace line before transmitting by David Howells · 6 years ago
  17. d2944b1 rxrpc: Use rxrpc_free_skb() rather than rxrpc_lose_skb() by David Howells · 6 years ago
  18. 6f41617 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  19. db7ff19 devlink: Add extack for eswitch operations by Eli Britstein · 6 years ago
  20. 2cc543f sctp: fix fall-through annotation by Gustavo A. R. Silva · 6 years ago
  21. 4e6d472 tls: Add support for inplace records encryption by Vakul Garg · 6 years ago
  22. 00538ba Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 6 years ago
  23. 64199fc ipv4: fix use-after-free in ip_cmsg_recv_dstaddr() by Eric Dumazet · 6 years ago
  24. e4a38c0 ipv6: add vrf table handling code for ipv6 mcast by Patrick Ruddy · 6 years ago
  25. 854da99 ipv4: Allow sending multicast packets on specific i/f using VRF socket by Robert Shearman · 6 years ago
  26. 6919622a bridge: mcast: Default back to multicast enabled state by Ido Schimmel · 6 years ago
  27. 8873c06 tcp: do not release socket ownership in tcp_close() by Eric Dumazet · 6 years ago
  28. 744486d net: inet6_rtm_getroute() - use new style struct initializer instead of memset by Maciej Żenczykowski · 6 years ago
  29. 84db840 net: rtm_to_fib6_config() - use new style struct initializer instead of memset by Maciej Żenczykowski · 6 years ago
  30. 8823a3a net: rtmsg_to_fib6_config() - use new style struct initializer instead of memset by Maciej Żenczykowski · 6 years ago
  31. dc92095 net: ip6_update_pmtu() - use new style struct initializer instead of memset by Maciej Żenczykowski · 6 years ago
  32. d456336 net: remove 1 always zero parameter from ip6_redirect_no_header() by Maciej Żenczykowski · 6 years ago
  33. 0b26fb1 net: ip6_redirect_no_header() - use new style struct initializer instead of memset by Maciej Żenczykowski · 6 years ago
  34. 1f7f10a net: ip6_redirect() - use new style struct initializer instead of memset by Maciej Żenczykowski · 6 years ago
  35. e8e3fbe net: inet_rtm_getroute() - use new style struct initializer instead of memset by Maciej Żenczykowski · 6 years ago
  36. e351bb6 net: ip_rt_get_source() - use new style struct initializer instead of memset by Maciej Żenczykowski · 6 years ago
  37. 0e1d6ec rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096 by Eric Dumazet · 6 years ago
  38. 2ab2ddd inet: make sure to grab rcu_read_lock before using ireq->ireq_opt by Eric Dumazet · 6 years ago
  39. cc16567 net: drop unused skb_append_datato_frags() by Paolo Abeni · 6 years ago
  40. 6fe9487 bond: take rcu lock in netpoll_send_skb_on_dev by Dave Jones · 6 years ago
  41. 893626d6 rtnetlink: Fail dump if target netnsid is invalid by David Ahern · 6 years ago
  42. 7f6d655 Revert "openvswitch: Fix template leak in error cases." by Flavio Leitner · 6 years ago
  43. fb420d5 tcp/fq: move back to CLOCK_MONOTONIC by Eric Dumazet · 6 years ago
  44. 460b360 net_sched: fix a crash in tc_new_tfilter() by Cong Wang · 6 years ago
  45. 92d7c74 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by David S. Miller · 6 years ago
  46. 789762c tcp: adjust rcv zerocopy hints based on frag sizes by Soheil Hassas Yeganeh · 6 years ago
  47. 8f2b029 tcp: set recv_skip_hint when tcp_inq is less than PAGE_SIZE by Soheil Hassas Yeganeh · 6 years ago
  48. d949cfe tipc: ignore STATE_MSG on wrong link session by LUU Duc Canh · 6 years ago
  49. aeadd93 net: sched: act_ipt: check for underflow in __tcf_ipt_init() by Dan Carpenter · 6 years ago
  50. 2240c12 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 6 years ago
  51. ee0b6f4 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 6 years ago
  52. 041a14d tcp: start receiver buffer autotuning sooner by Yuchung Cheng · 6 years ago
  53. 1ad98e9 tcp/dccp: fix lockdep issue when SYN is backlogged by Eric Dumazet · 6 years ago
  54. c8424dd Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 6 years ago
  55. c140eb1 tipc: fix failover problem by LUU Duc Canh · 6 years ago
  56. 804fe10 openvswitch: Use correct reply values in datapath and vport ops by Yifeng Sun · 6 years ago
  57. 80ece6a tls: Remove redundant vars from tls record structure by Vakul Garg · 6 years ago
  58. f810dce Merge tag 'rxrpc-fixes-20180928' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by David S. Miller · 6 years ago
  59. 6787927 tipc: buffer overflow handling in listener socket by Tung Nguyen · 6 years ago
  60. 25b9221 tipc: add SYN bit to connection setup messages by Jon Maloy · 6 years ago
  61. 39fdc9c tipc: refactor function tipc_sk_filter_connect() by Jon Maloy · 6 years ago
  62. afe8792 tipc: refactor function tipc_sk_timeout() by Jon Maloy · 6 years ago
  63. 5cbdbd1 tipc: refactor function tipc_msg_reverse() by Jon Maloy · 6 years ago
  64. a337531 tcp: up initial rmem to 128KB and SYN rwin to around 64KB by Yuchung Cheng · 6 years ago
  65. 30d65e0 Bluetooth: Fix debugfs NULL pointer dereference by Matias Karhumaa · 6 years ago
  66. c24498c netpoll: do not test NAPI_STATE_SCHED in poll_one_napi() by Eric Dumazet · 6 years ago
  67. 5362700 net: sched: make function qdisc_free_cb() static by Wei Yongjun · 6 years ago
  68. 1288aa7 net: bridge: explicitly zero is_sticky in fdb_create by Nikolay Aleksandrov · 6 years ago
  69. 05c5e9f Merge tag 'mac80211-for-davem-2018-09-27' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 6 years ago
  70. bf17b67 net/tls: Make function get_rec() static by Wei Yongjun · 6 years ago
  71. 5d70a67 net/core: make function ___gnet_stats_copy_basic() static by Wei Yongjun · 6 years ago
  72. eddf11e net: ovs: fix return type of ndo_start_xmit function by YueHaibing · 6 years ago
  73. 40e4f26 netfilter: xt_socket: check sk before checking for netns. by Flavio Leitner · 6 years ago
  74. a13f814 netfilter: nft_set_rbtree: add missing rb_erase() in GC routine by Taehee Yoo · 6 years ago
  75. f334430 rxrpc: Fix error distribution by David Howells · 6 years ago
  76. 37a675e rxrpc: Fix transport sockopts to get IPv4 errors on an IPv6 socket by David Howells · 6 years ago
  77. 0099dc5 rxrpc: Make service call handling more robust by David Howells · 6 years ago
  78. 403fc2a rxrpc: Improve up-front incoming packet checking by David Howells · 6 years ago
  79. ece64fe rxrpc: Emit BUSY packets when supposed to rather than ABORTs by David Howells · 6 years ago
  80. b604dd9 rxrpc: Fix RTT gathering by David Howells · 6 years ago
  81. dc71db3 rxrpc: Fix checks as to whether we should set up a new call by David Howells · 6 years ago
  82. 092ffc5 rxrpc: Remove dup code from rxrpc_find_connection_rcu() by David Howells · 6 years ago
  83. a5c3021 Bluetooth: L2CAP: Detect if remote is not able to use the whole MPS by Luiz Augusto von Dentz · 6 years ago
  84. 96cd8ea Bluetooth: L2CAP: Derive rx credits from MTU and MPS by Luiz Augusto von Dentz · 6 years ago
  85. fe14931 Bluetooth: L2CAP: Derive MPS from connection MTU by Luiz Augusto von Dentz · 6 years ago
  86. b950aa8 Bluetooth: Add definitions and track LE resolve list modification by Ankit Navik · 6 years ago
  87. 5aac493 Bluetooth: Remove unnecessary smp_mb__{before,after}_atomic by Andrea Parri · 6 years ago
  88. 1222a16 nl80211: Fix possible Spectre-v1 for CQM RSSI thresholds by Masashi Honma · 6 years ago
  89. d4ce580 net-tcp: /proc/sys/net/ipv4/tcp_probe_interval is a u32 not int by Maciej Żenczykowski · 6 years ago
  90. 1042caa net-ipv4: remove 2 always zero parameters from ipv4_redirect() by Maciej Żenczykowski · 6 years ago
  91. d888f39 net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu() by Maciej Żenczykowski · 6 years ago
  92. 6194114 net: core: add member wol_enabled to struct net_device by Heiner Kallweit · 6 years ago
  93. 36f19d5 net/ipv6: Remove extra call to ip6_convert_metrics for multipath case by David Ahern · 6 years ago
  94. 35750b0 net: bridge: pack net_bridge better by Nikolay Aleksandrov · 6 years ago
  95. 3341d91 net: bridge: convert mtu_set_by_user to a bit by Nikolay Aleksandrov · 6 years ago
  96. c69c2cd net: bridge: convert neigh_suppress_enabled option to a bit by Nikolay Aleksandrov · 6 years ago
  97. 675779a net: bridge: convert mcast options to bits by Nikolay Aleksandrov · 6 years ago
  98. 13cefad net: bridge: convert and rename mcast disabled by Nikolay Aleksandrov · 6 years ago
  99. be3664a net: bridge: convert group_addr_set option to a bit by Nikolay Aleksandrov · 6 years ago
  100. 8df3510 net: bridge: convert nf call options to bits by Nikolay Aleksandrov · 6 years ago