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