1. 1ed1ccb net: bridge: export supported boolopts by Nikolay Aleksandrov · 6 years ago
  2. 70e4272 net: bridge: add no_linklocal_learn bool option by Nikolay Aleksandrov · 6 years ago
  3. a428afe net: bridge: add support for user-controlled bool options by Nikolay Aleksandrov · 6 years ago
  4. 4afe60a Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  5. 4bffc66 net: remove unsafe skb_insert() by Eric Dumazet · 6 years ago
  6. 40b1c81 net: bridge: remove redundant checks for null p->dev and p->br by Colin Ian King · 6 years ago
  7. b1bf78b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  8. 857fa62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  9. ab4a168 rocker, dsa, ethsw: Don't filter VLAN events on bridge itself by Petr Machata · 6 years ago
  10. d17d9f5 switchdev: Replace port obj add/del SDO with a notification by Petr Machata · 6 years ago
  11. f30f060 switchdev: Add helpers to aid traversal through lower devices by Petr Machata · 6 years ago
  12. 2b239f6 net: dsa: slave: Handle SWITCHDEV_PORT_OBJ_ADD/_DEL by Petr Machata · 6 years ago
  13. a93e3b1 switchdev: Add a blocking notifier chain by Petr Machata · 6 years ago
  14. c7674c0 net/smc: unregister rkeys of unused buffer by Karsten Graul · 6 years ago
  15. 60e03c6 net/smc: add infrastructure to send delete rkey messages by Karsten Graul · 6 years ago
  16. 4600cfc net/smc: avoid a delay by waiting for nothing by Karsten Graul · 6 years ago
  17. 587e41d net/smc: cleanup listen worker mutex unlocking by Ursula Braun · 6 years ago
  18. 2b59f58 net/smc: short wait for late smc_clc_wait_msg by Ursula Braun · 6 years ago
  19. 90d8b29 net/smc: no link delete for a never active link by Ursula Braun · 6 years ago
  20. 9ed2855 net/smc: allow fallback after clc timeouts by Ursula Braun · 6 years ago
  21. 6ae36bf net/smc: remove sock_error detour in clc-functions by Ursula Braun · 6 years ago
  22. 3f3f0e3 net/smc: make smc_lgr_free() static by Ursula Braun · 6 years ago
  23. 263ffae net/smc: cleanup tcp_listen_worker initialization by Ursula Braun · 6 years ago
  24. 42519ed net-gro: use ffs() to speedup napi_gro_flush() by Eric Dumazet · 6 years ago
  25. 7c98a42 Merge tag 'ceph-for-4.20-rc4' of https://github.com/ceph/ceph-client by Linus Torvalds · 6 years ago
  26. 484afd1 net/sched: act_police: add missing spinlock initialization by Davide Caratti · 6 years ago
  27. 605108a net: don't keep lonely packets forever in the gro hash by Paolo Abeni · 6 years ago
  28. 896585d net/ipv6: re-do dad when interface has IFF_NOARP flag change by Hangbin Liu · 6 years ago
  29. 5cd8d46 packet: copy user buffers before orphan or clone by Willem de Bruijn · 6 years ago
  30. f11216b bpf: add skb->tstamp r/w access from tc clsact and cg skb progs by Vlad Dumitrescu · 6 years ago
  31. 085ddc8 bridge: Allow querying bridge port flags by Ido Schimmel · 6 years ago
  32. e438bae net/smc: use after free fix in smc_wr_tx_put_slot() by Ursula Braun · 6 years ago
  33. b9a22dd net/smc: atomic SMCD cursor handling by Ursula Braun · 6 years ago
  34. 0512f69 net/smc: add SMC-D shutdown signal by Hans Wippel · 6 years ago
  35. ee05ff7 net/smc: use queue pair number when matching link group by Karsten Graul · 6 years ago
  36. f07920a net/smc: abort CLC connection in smc_release by Hans Wippel · 6 years ago
  37. 86de592 tcp: defer SACK compression after DupThresh by Eric Dumazet · 6 years ago
  38. b5dd186 net: skb_scrub_packet(): Scrub offload_fwd_mark by Petr Machata · 6 years ago
  39. f2cbd48 net/sched: act_police: fix race condition on state variables by Davide Caratti · 6 years ago
  40. cadf9df tcp: Fix SOF_TIMESTAMPING_RX_HARDWARE to use the latest timestamp during TCP coalescing by Stephen Mallon · 6 years ago
  41. ade9628 tcp: drop dst in tcp_add_backlog() by Eric Dumazet · 6 years ago
  42. b2c8510 ipv4: Don't try to print ASCII of link level header in martian dumps. by David S. Miller · 6 years ago
  43. 6b015a5 net_sched: sch_fq: avoid calling ktime_get_ns() if not needed by Eric Dumazet · 6 years ago
  44. 068ceb3 net: sched: cls_u32: add res to offload information by Jakub Kicinski · 6 years ago
  45. e49efd5 net: sched: gred: support reporting stats from offloads by Jakub Kicinski · 6 years ago
  46. 890d8d2 net: sched: gred: add basic Qdisc offload by Jakub Kicinski · 6 years ago
  47. 6f9a506 net: skb_scrub_packet(): Scrub offload_fwd_mark by Petr Machata · 6 years ago
  48. e1e4647 sctp: not increase stream's incnt before sending addstrm_in request by Xin Long · 6 years ago
  49. 69fec32 Revert "sctp: remove sctp_transport_pmtu_check" by Xin Long · 6 years ago
  50. cc3ccf2 sctp: not allow to set asoc prsctp_enable by sockopt by Xin Long · 6 years ago
  51. 02968cc sctp: count sk_wmem_alloc by skb truesize in sctp_packet_transmit by Xin Long · 6 years ago
  52. 480ba9c sctp: add sockopt SCTP_EVENT by Xin Long · 6 years ago
  53. 88ee48c sctp: rename enum sctp_event to sctp_event_type by Xin Long · 6 years ago
  54. a1e3a05 sctp: add subscribe per asoc by Xin Long · 6 years ago
  55. 2cc0eeb sctp: define subscribe in sctp_sock as __u16 by Xin Long · 6 years ago
  56. f2be6d71 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  57. f2ce106 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  58. 7e241f6 libceph: fall back to sendmsg for slab pages by Ilya Dryomov · 6 years ago
  59. 7ddacfa ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRF by David Ahern · 6 years ago
  60. 1c1274a tipc: don't assume linear buffer when reading ancillary data by Jon Maloy · 6 years ago
  61. adba75b tipc: fix lockdep warning when reinitilaizing sockets by Jon Maloy · 6 years ago
  62. 33d9a2c net-gro: reset skb->pkt_type in napi_reuse_skb() by Eric Dumazet · 6 years ago
  63. 16f7eb2 ip_tunnel: don't force DF when MTU is locked by Sabrina Dubroca · 6 years ago
  64. 9d332e69c net: bridge: fix vlan stats use-after-free on destruction by Nikolay Aleksandrov · 6 years ago
  65. 9550658 socket: do a generic_file_splice_read when proto_ops has no splice_read by Slavomir Kaslev · 6 years ago
  66. 8d951a7 net/ncsi: Configure multi-package, multi-channel modes with failover by Samuel Mendoza-Jonas · 6 years ago
  67. 2878a2c net/ncsi: Reset channel state in ncsi_start_dev() by Samuel Mendoza-Jonas · 6 years ago
  68. 0b970e1 net/ncsi: Don't mark configured channels inactive by Samuel Mendoza-Jonas · 6 years ago
  69. cd09ab0 net/ncsi: Don't deselect package in suspend if active by Samuel Mendoza-Jonas · 6 years ago
  70. 8e13f70 net/ncsi: Probe single packages to avoid conflict by Samuel Mendoza-Jonas · 6 years ago
  71. 60ab49b net/ncsi: Don't enable all channels when HWA available by Samuel Mendoza-Jonas · 6 years ago
  72. e8bd8fc tcp: add SRTT to SCM_TIMESTAMPING_OPT_STATS by Yousuk Seung · 6 years ago
  73. 7211101 net: sched: gred: allow manipulating per-DP RED flags by Jakub Kicinski · 6 years ago
  74. 25fc198 net: sched: gred: store red flags per virtual queue by Jakub Kicinski · 6 years ago
  75. 80e22e9 net: sched: gred: provide a better structured dump and expose stats by Jakub Kicinski · 6 years ago
  76. 9f5cd0c net: sched: gred: store bytesin as a 64 bit value by Jakub Kicinski · 6 years ago
  77. 4777be0 net: sched: gred: use extack to provide more details on configuration errors by Jakub Kicinski · 6 years ago
  78. 79c59fe net: sched: gred: pass extack to nla_parse_nested() by Jakub Kicinski · 6 years ago
  79. 255f480 net: sched: gred: separate error and non-error path in gred_change() by Jakub Kicinski · 6 years ago
  80. 9c48060 udp: fix jump label misuse by Paolo Abeni · 6 years ago
  81. 37342bd etf: Drop all expired packets by Jesus Sanchez-Palencia · 6 years ago
  82. cbeeb8e etf: Split timersortedlist_erase() by Jesus Sanchez-Palencia · 6 years ago
  83. 09fd486 etf: Use cached rb_root by Jesus Sanchez-Palencia · 6 years ago
  84. 3fcbdae etf: Cancel timer if there are no pending skbs by Jesus Sanchez-Palencia · 6 years ago
  85. 213d776 tcp: clean up STATE_TRACE by Yafang Shao · 6 years ago
  86. 5594923 Merge tag 'batadv-net-for-davem-20181114' of git://git.open-mesh.org/linux-merge by David S. Miller · 6 years ago
  87. 19ab691 net/sched: act_pedit: fix memory leak when IDR allocation fails by Davide Caratti · 6 years ago
  88. 32764c66f net: 8021q: move vlan offload registrations into vlan_core by Jiri Pirko · 6 years ago
  89. 761f602 ipv6: fix a dst leak when removing its exception by Xin Long · 6 years ago
  90. 99310e7 net/decnet: add missing indentation by Colin Ian King · 6 years ago
  91. 7f600f1 net: remove unused skb_send_sock() by Cong Wang · 6 years ago
  92. 0c4b2d3 net: remove VLAN_TAG_PRESENT by Michał Mirosław · 6 years ago
  93. 9c21225 net/bpf: split VLAN_PRESENT bit handling from VLAN_TCI by Michał Mirosław · 6 years ago
  94. 6c49e65 bpf: Support socket lookup in CGROUP_SOCK_ADDR progs by Andrey Ignatov · 6 years ago
  95. cac6cc2 bpf: Fix IPv6 dport byte order in bpf_sk_lookup_udp by Andrey Ignatov · 6 years ago
  96. 5aa25c0 Merge tag 'batadv-next-for-davem-20181114' of git://git.open-mesh.org/linux-merge by David S. Miller · 6 years ago
  97. 45cf795 net: slightly optimize eth_type_trans by Li RongQing · 6 years ago
  98. 982c17b net: remove BUG_ON from __pskb_pull_tail by Li RongQing · 6 years ago
  99. 08e14fe net_sched: sch_fq: ensure maxrate fq parameter applies to EDT flows by Eric Dumazet · 6 years ago
  100. 5c72299 net: sched: cls_flower: Classify packets using port ranges by Amritha Nambiar · 6 years ago