1. c593642 treewide: Use sizeof_field() macro by Pankaj Bharadiya · 5 years ago
  2. 501a90c inet: protect against too small mtu values. by Eric Dumazet · 5 years ago
  3. 721c8da tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE() by Guillaume Nault · 5 years ago
  4. cb44a08 tcp: tighten acceptance of ACKs not matching a child socket by Guillaume Nault · 5 years ago
  5. 04d26e7 tcp: fix rejected syncookies due to stale timestamps by Guillaume Nault · 5 years ago
  6. dbad340 net: core: rename indirect block ingress cb function by John Hurley · 5 years ago
  7. 6c8991f net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookup by Sabrina Dubroca · 5 years ago
  8. c4e85f7 net: ipv6: add net argument to ip6_dst_lookup_flow by Sabrina Dubroca · 5 years ago
  9. 8ffb055 cls_flower: Fix the behavior using port ranges with hw-offload by Yoshiki Komachi · 5 years ago
  10. c5daa6c net/tls: use sg_next() to walk sg entries by Jakub Kicinski · 5 years ago
  11. 9e5ffed net/tls: remove the dead inplace_crypto code by Jakub Kicinski · 5 years ago
  12. 8c39f71 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 5 years ago
  13. 168829a Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  14. 66e2f5f net: inet_is_local_reserved_port() port arg should be unsigned short by Maciej Żenczykowski · 5 years ago
  15. 82f31eb net: port < inet_prot_sock(net) --> inet_port_requires_bind_service(net, port) by Maciej Żenczykowski · 5 years ago
  16. 386403a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 5 years ago
  17. 1b96a41 Merge branch 'for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 5 years ago
  18. adf6f8c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  19. 3124346 sctp: cache netns in sctp_ep_common by Xin Long · 5 years ago
  20. 30429fb net: inet_is_local_reserved_port() should return bool not int by Maciej Żenczykowski · 5 years ago
  21. a9f852e Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 5 years ago
  22. d1746d1 net: flow_dissector: Wrap unionized VLAN fields in a struct by Petr Machata · 5 years ago
  23. 7a89233 mac80211: Use Airtime-based Queue Limits (AQL) on packet dequeue by Toke Høiland-Jørgensen · 5 years ago
  24. 3ace10f mac80211: Implement Airtime-based Queue Limit (AQL) by Kan Yan · 5 years ago
  25. db3e1c4 mac80211: Import airtime calculation code from mt76 by Toke Høiland-Jørgensen · 5 years ago
  26. 02b2494 ipv4: use dst hint for ipv4 list receive by Paolo Abeni · 5 years ago
  27. c43c3d7 ipv4: move fib4_has_custom_rules() helper to public header by Paolo Abeni · 5 years ago
  28. b9b33e7 ipv6: keep track of routes using src by Paolo Abeni · 5 years ago
  29. 1f8ac57 ipv6: add fib6_has_custom_rules() helper by Paolo Abeni · 5 years ago
  30. e68bc75 net: page_pool: add the possibility to sync DMA memory for device by Lorenzo Bianconi · 5 years ago
  31. bc83674 page_pool: Add API to update numa node by Saeed Mahameed · 5 years ago
  32. a82055a netfilter: nft_payload: add VLAN offload support by Pablo Neira Ayuso · 5 years ago
  33. 8819efc netfilter: nf_tables_offload: allow ethernet interface type only by Pablo Neira Ayuso · 5 years ago
  34. 7cd9a58 netfilter: nf_tables: constify nft_reg_load{8, 16, 64}() by Pablo Neira Ayuso · 5 years ago
  35. d4ffb02 net/tls: enable sk_msg redirect to tls socket egress by Willem de Bruijn · 5 years ago
  36. 7c9e694 page_pool: add destroy attempts counter and rename tracepoint by Jesper Dangaard Brouer · 5 years ago
  37. 99638e9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 5 years ago
  38. c3f812c page_pool: do not release pool until inflight == 0. by Jonathan Lemon · 5 years ago
  39. 5c27d8d netfilter: nf_flow_table_offload: add IPv6 support by Pablo Neira Ayuso · 5 years ago
  40. 8dce89aa net: dsa: ocelot: add tagger for Ocelot/Felix switches by Vladimir Oltean · 5 years ago
  41. 5edd6b9 net/smc: introduce bookkeeping of SMCD link groups by Ursula Braun · 5 years ago
  42. 42bfba9 net/smc: immediate termination for SMCD link groups by Ursula Braun · 5 years ago
  43. 6a2c0962 vsock: prevent transport modules unloading by Stefano Garzarella · 5 years ago
  44. c0cfa2d vsock: add multi-transports support by Stefano Garzarella · 5 years ago
  45. b9ca2f5 vsock: add vsock_create_connected() called by transports by Stefano Garzarella · 5 years ago
  46. b9f2b0f vsock: handle buffer_size sockopts in the core by Stefano Garzarella · 5 years ago
  47. daabfbc vsock: add 'struct vsock_sock *' param to vsock_core_get_transport() by Stefano Garzarella · 5 years ago
  48. fe502c4 vsock: add 'transport' member in the struct vsock_sock by Stefano Garzarella · 5 years ago
  49. 3603a2e vsock: remove include/linux/vm_sockets.h file by Stefano Garzarella · 5 years ago
  50. c94ef13 Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux by Saeed Mahameed · 5 years ago
  51. 895badf Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 5 years ago
  52. 25da5eb netfilter: nft_meta: offload support for interface index by Pablo Neira Ayuso · 5 years ago
  53. c29f74e netfilter: nf_flow_table: hardware offload support by Pablo Neira Ayuso · 5 years ago
  54. 8bb69f3 netfilter: nf_tables: add flowtable offload control plane by Pablo Neira Ayuso · 5 years ago
  55. f1363e0 netfilter: nf_flow_table: detach routing information from flow description by Pablo Neira Ayuso · 5 years ago
  56. 62248df netfilter: nf_flowtable: remove flow_offload_entry structure by Pablo Neira Ayuso · 5 years ago
  57. 9f48e9b netfilter: nf_flow_table: remove union from flow_offload structure by Pablo Neira Ayuso · 5 years ago
  58. b32d2f3 netfilter: nf_flow_table: move conntrack object to struct flow_offload by Pablo Neira Ayuso · 5 years ago
  59. e0e2b35 net/sched: actions: remove unused 'order' by Davide Caratti · 5 years ago
  60. e2cde86 devlink: Allow large formatted message of binary output by Aya Levin · 5 years ago
  61. db53c73 netprio: use css ID instead of cgroup ID by Tejun Heo · 5 years ago
  62. 6c7295e devlink: Add new "enable_roce" generic device param by Michael Guralnik · 5 years ago
  63. 5a508a2 devlink: disallow reload operation during device cleanup by Jiri Pirko · 5 years ago
  64. 14684b9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  65. 34515e9 sctp: add support for Primary Path Switchover by Xin Long · 5 years ago
  66. aef587b sctp: add pf_expose per netns and sock and asoc by Xin Long · 5 years ago
  67. a0c7634 devlink: disallow reload operation during device cleanup by Jiri Pirko · 5 years ago
  68. 1b53d64 net: fix data-race in neigh_event_send() by Eric Dumazet · 5 years ago
  69. 90b2be2 net/sched: annotate lockless accesses to qdisc->empty by Eric Dumazet · 5 years ago
  70. 5bd2ce6 Merge tag 'mac80211-next-for-net-next-2019-11-08' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 5 years ago
  71. 14f34e3 cfg80211: VLAN offload support for set_key and set_sta_vlan by Gurumoorthi Gnanasambandhan · 5 years ago
  72. 6912dae mac80211: Shrink the size of ack_frame_id to make room for tx_time_est by Toke Høiland-Jørgensen · 5 years ago
  73. 71e67c3 net/fq_impl: Switch to kvmalloc() for memory allocation by Toke Høiland-Jørgensen · 5 years ago
  74. c305c6ae net: add annotations on hh->hh_len lockless accesses by Eric Dumazet · 5 years ago
  75. 3b063ae devlink: Add layer 3 generic packet exception traps by Amit Cohen · 5 years ago
  76. 6896cc4 devlink: Add layer 3 generic packet traps by Amit Cohen · 5 years ago
  77. 200ecef tcp: Remove one extra ktime_get_ns() from cookie_init_timestamp by Eric Dumazet · 5 years ago
  78. 9ed498c net: silence data-races on sk_backlog.tail by Eric Dumazet · 5 years ago
  79. 53ba60a Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 5 years ago
  80. 79ffe60 net/tls: add a TX lock by Jakub Kicinski · 5 years ago
  81. 099ecf5 net: annotate lockless accesses to sk->sk_max_ack_backlog by Eric Dumazet · 5 years ago
  82. 288efe8 net: annotate lockless accesses to sk->sk_ack_backlog by Eric Dumazet · 5 years ago
  83. 25c7a6d net: avoid potential false sharing in neighbor related code by Eric Dumazet · 5 years ago
  84. f75359f3 net: prevent load/store tearing on sk->sk_stamp by Eric Dumazet · 5 years ago
  85. d0083d9 net_sched: extend packet counter to 64bit by Eric Dumazet · 5 years ago
  86. 4d390c2 net_sched: do not export gnet_stats_basic_packed to uapi by Eric Dumazet · 5 years ago
  87. 5cd73fb net: dsa: Add support for devlink resources by Andrew Lunn · 5 years ago
  88. 59eb87c net: sched: prevent duplicate flower rules from tcf_proto destroy race by John Hurley · 5 years ago
  89. 1899bb3 bonding: fix state transition issue in link monitoring by Jay Vosburgh · 5 years ago
  90. 250367c netfilter: nf_tables: Align nft_expr private data to 64-bit by Lukas Wunner · 5 years ago
  91. ae8a76f Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  92. d31e955 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  93. d817991 xsk: Restructure/inline XSKMAP lookup/redirect/flush by Björn Töpel · 5 years ago
  94. 9c8ad1a net: dsa: remove the dst->ds array by Vivien Didelot · 5 years ago
  95. 96252b8 net: dsa: remove ds->rtable by Vivien Didelot · 5 years ago
  96. c5f5176 net: dsa: list DSA links in the fabric by Vivien Didelot · 5 years ago
  97. e382267 net: sched: update action implementations to support flags by Vlad Buslov · 5 years ago
  98. abbb0d3 net: sched: extend TCA_ACT space with TCA_ACT_FLAGS by Vlad Buslov · 5 years ago
  99. 5e174d5 net: sched: modify stats helper functions to support regular stats by Vlad Buslov · 5 years ago
  100. ef816f3 net: sched: don't expose action qstats to skb_tc_reinsert() by Vlad Buslov · 5 years ago