1. e550785c ipv6: Annotate change of locking mechanism for np->opt by Benjamin Poirier · 9 years ago
  2. 7f290c9 iptunnel: scrub packet in iptunnel_pull_header by Jiri Benc · 9 years ago
  3. 07dabf2 vxlan: tun_id is 64bit, not 32bit by Jiri Benc · 9 years ago
  4. 263ea09 Revert "genl: Add genlmsg_new_unicast() for unicast message allocation" by Florian Westphal · 9 years ago
  5. 54bfd87 vxlan: keep flags and vni in network byte order by Jiri Benc · 9 years ago
  6. d4ac05f vxlan: introduce vxlan_hdr by Jiri Benc · 9 years ago
  7. e014860 net: pack tc_cls_u32_knode struct slighter better by John Fastabend · 9 years ago
  8. 1cd4d5c sctp: remove the unused sctp_datamsg_free() by Xin Long · 9 years ago
  9. 3b01cf5 net: tc: helper functions to query action types by John Fastabend · 9 years ago
  10. a1b7c5f net: sched: add cls_u32 offload hooks for netdevs by John Fastabend · 9 years ago
  11. 0fbf4cb ipv4: namespacify ip fragment max dist sysctl knob by Nikolay Borisov · 9 years ago
  12. e21145a ipv4: namespacify ip_early_demux sysctl knob by Nikolay Borisov · 9 years ago
  13. 287b7f3 ipv4: Namespacify ip_dynaddr sysctl knob by Nikolay Borisov · 9 years ago
  14. fa50d97 ipv4: Namespaceify ip_default_ttl sysctl knob by Nikolay Borisov · 9 years ago
  15. d71785f net: add dst_cache to ovs vxlan lwtunnel by Paolo Abeni · 9 years ago
  16. 0c1d70a net: use dst_cache for vxlan device by Paolo Abeni · 9 years ago
  17. e09acdd ip_tunnel: replace dst_cache with generic implementation by Paolo Abeni · 9 years ago
  18. 607f725 net: replace dst_cache ip6_tunnel implementation with the generic one by Paolo Abeni · 9 years ago
  19. 911362c net: add dst_cache support by Paolo Abeni · 9 years ago
  20. 6fa7966 net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloads by Edward Cree · 9 years ago
  21. 21e2e7f net: enable LCO for udp_tunnel_handle_offloads() users by Edward Cree · 9 years ago
  22. 165094a igmp: Namespacify igmp_qrv sysctl knob by Nikolay Borisov · 9 years ago
  23. 87a8a2a igmp: Namespaceify igmp_llm_reports sysctl knob by Nikolay Borisov · 9 years ago
  24. 166b6b2 igmp: Namespaceify igmp_max_msf sysctl knob by Nikolay Borisov · 9 years ago
  25. 815c527 igmp: Namespaceify igmp_max_memberships sysctl knob by Nikolay Borisov · 9 years ago
  26. c125e80 soreuseport: fast reuseport TCP socket selection by Craig Gallek · 9 years ago
  27. a583636 inet: refactor inet[6]_lookup functions to take skb by Craig Gallek · 9 years ago
  28. 496611d inet: create IPv6-equivalent inet_hash function by Craig Gallek · 9 years ago
  29. 086c653 sock: struct proto hash function may error by Craig Gallek · 9 years ago
  30. 5ee14e6 bonding: 3ad: apply ad_actor settings changes immediately by Nikolay Aleksandrov · 9 years ago
  31. 4979f2d ipv4: Namespaceify tcp_notsent_lowat sysctl knob by Nikolay Borisov · 9 years ago
  32. 1e579ca ipv4: Namespaceify tcp_fin_timeout sysctl knob by Nikolay Borisov · 9 years ago
  33. c402d9b ipv4: Namespaceify tcp_orphan_retries sysctl knob by Nikolay Borisov · 9 years ago
  34. c6214a9 ipv4: Namespaceify tcp_retries2 sysctl knob by Nikolay Borisov · 9 years ago
  35. ae5c3f4 ipv4: Namespaceify tcp_retries1 sysctl knob by Nikolay Borisov · 9 years ago
  36. 1043e25 ipv4: Namespaceify tcp reordering sysctl knob by Nikolay Borisov · 9 years ago
  37. 12ed824 ipv4: Namespaceify tcp syncookies sysctl knob by Nikolay Borisov · 9 years ago
  38. 7c083ec ipv4: Namespaceify tcp synack retries sysctl knob by Nikolay Borisov · 9 years ago
  39. 6fa2516 ipv4: Namespaceify tcp syn retries sysctl knob by Nikolay Borisov · 9 years ago
  40. 828788a vxlan: restructure vxlan.h definitions by Jiri Benc · 9 years ago
  41. 427bc46 vxlan: remove duplicated macros by Jiri Benc · 9 years ago
  42. 0e715d6 vxlan: cleanup types by Jiri Benc · 9 years ago
  43. e3e17b7 tcp: fastopen: call tcp_fin() if FIN present in SYNACK by Eric Dumazet · 9 years ago
  44. 61d2bca tcp: fastopen: accept data/FIN present in SYNACK message by Eric Dumazet · 9 years ago
  45. 34229b2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  46. 53729eb Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by David S. Miller · 9 years ago
  47. 6f21c96 ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail() by Paolo Abeni · 9 years ago
  48. 21603fc tcp: Change reference to experimental CWND RFC. by Jörg Thalheim · 9 years ago
  49. 114f9f1 Bluetooth: L2CAP: Introduce proper defines for PSM ranges by Johan Hedberg · 9 years ago
  50. 47faa1e sctp: remove the dead field of sctp_transport by Xin Long · 9 years ago
  51. 1eed677 sctp: fix the transport dead race check by using atomic_add_unless on refcnt by Xin Long · 9 years ago
  52. 4877be9 net: sock: remove dead cgroup methods from struct proto by Johannes Weiner · 9 years ago
  53. 8034e1e Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 9 years ago
  54. ce87fc6 gro: Make GRO aware of lightweight tunnels. by Jesse Gross · 9 years ago
  55. d55f90b net: drop tcp_memcontrol.c by Vladimir Davydov · 9 years ago
  56. 6d378da mm: memcontrol: drop unused @css argument in memcg_init_kmem by Johannes Weiner · 9 years ago
  57. b16c291 netfilter: nf_conntrack: use safer way to lock all buckets by Sasha Levin · 9 years ago
  58. b4ace4f soreuseport: fix NULL ptr dereference SO_REUSEPORT after bind by Craig Gallek · 9 years ago
  59. cdb0077 tcp_memcontrol: Forward declare cgroup_subsys and mem_cgroup stucts by Geert Uytterhoeven · 9 years ago
  60. 4e5448a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  61. 34ae6a1 ipv6: update skb->csum when CE mark is propagated by Eric Dumazet · 9 years ago
  62. 80e95fe mm: memcontrol: generalize the socket accounting jump label by Johannes Weiner · 9 years ago
  63. baac50b net: tcp_memcontrol: simplify linkage between socket and page counter by Johannes Weiner · 9 years ago
  64. e805605 net: tcp_memcontrol: sanitize tcp memory accounting callbacks by Johannes Weiner · 9 years ago
  65. 80f2312 net: tcp_memcontrol: simplify the per-memcg limit access by Johannes Weiner · 9 years ago
  66. af95d7d net: tcp_memcontrol: remove dead per-memcg count of allocated sockets by Johannes Weiner · 9 years ago
  67. 931f3f4 net: tcp_memcontrol: remove bogus hierarchy pressure propagation by Johannes Weiner · 9 years ago
  68. 8c2c235 net: tcp_memcontrol: properly detect ancestor socket pressure by Johannes Weiner · 9 years ago
  69. 9d367ed Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  70. fdc5432 net, sched: add skb_at_tc_ingress helper by Daniel Borkmann · 9 years ago
  71. b840d15 ipv4: Namespecify the tcp_keepalive_intvl sysctl knob by Nikolay Borisov · 9 years ago
  72. 9bd6861 ipv4: Namespecify tcp_keepalive_probes sysctl knob by Nikolay Borisov · 9 years ago
  73. 13b287e ipv4: Namespaceify tcp_keepalive_time sysctl knob by Nikolay Borisov · 9 years ago
  74. 787d7ac udp: restrict offloads to one namespace by Hannes Frederic Sowa · 9 years ago
  75. 4d41e125 switchdev: Adding MDB entry offload by Elad Raz · 9 years ago
  76. 0797cbd ipv4: eliminate endianness warnings in ip_fib.h by Lance Richardson · 9 years ago
  77. 9b59377 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  78. 250fbf1 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 9 years ago
  79. e6d8eca netfilter: nf_tables: Add new attributes into nft_set to store user data. by Carlos Falgueras García · 9 years ago
  80. 9e0efaf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  81. 81435c3 switchdev: add bridge vlan_filtering attribute by Elad Raz · 9 years ago
  82. a72a5e2 inet: kill unused skb_free op by Florian Westphal · 9 years ago
  83. b5eff71 sctp: drop the old assoc hashtable of sctp by Xin Long · 9 years ago
  84. d6c0256 sctp: add the rhashtable apis for sctp global transport hashtable by Xin Long · 9 years ago
  85. 78b781c Bluetooth: Add support for Start Limited Discovery command by Johan Hedberg · 9 years ago
  86. 0d3b7f6 Bluetooth: Change eir_has_data_type() to more generic eir_get_data() by Johan Hedberg · 9 years ago
  87. b5bdacf net: Propagate lookup failure in l3mdev_get_saddr to caller by David Ahern · 9 years ago
  88. 538950a soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPF by Craig Gallek · 9 years ago
  89. e32ea7e soreuseport: fast reuseport UDP socket selection by Craig Gallek · 9 years ago
  90. ef45614 soreuseport: define reuseport groups by Craig Gallek · 9 years ago
  91. 0efeff2 net: make ip6tunnel_xmit definition conditional by Arnd Bergmann · 9 years ago
  92. 15ab90f Merge tag 'nfc-next-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-next by David S. Miller · 9 years ago
  93. 29663b0 mac802154: constify ieee802154_llsec_ops structure by Julia Lawall · 9 years ago
  94. 502061f netfilter: nf_tables: add packet duplication to the netdev family by Pablo Neira Ayuso · 9 years ago
  95. 9afec6d nfc: netlink: HCI event connectivity implementation by Christophe Ricard · 9 years ago
  96. 5ebe0b0 netfilter: nf_tables: destroy basechain and rules on netdevice removal by Pablo Neira Ayuso · 9 years ago
  97. df05ef8 netfilter: nf_tables: release objects on netns destruction by Pablo Neira Ayuso · 9 years ago
  98. 039f506 ip_tunnel: Move stats update to iptunnel_xmit() by Pravin B Shelar · 9 years ago
  99. b1f0a0e net: add inet_sk_transparent() helper by Florian Westphal · 9 years ago
  100. 59ce967 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago