1. c5b0db3 nfnetlink: Revert "nfnetlink: add support for memory mapped netlink" by Florian Westphal · 9 years ago
  2. 905f0a7 nfnetlink: remove nfnetlink_alloc_skb by Florian Westphal · 9 years ago
  3. 263ea09 Revert "genl: Add genlmsg_new_unicast() for unicast message allocation" by Florian Westphal · 9 years ago
  4. 551ddc0 openvswitch: Revert: "Enable memory mapped Netlink i/o" by Florian Westphal · 9 years ago
  5. d1b4c68 netlink: remove mmapped netlink support by Florian Westphal · 9 years ago
  6. 7e6e18f net_sched: Improve readability of filter processing by Jamal Hadi Salim · 9 years ago
  7. 7fbac98 bridge: switchdev: Offload VLAN flags to hardware bridge by Ido Schimmel · 9 years ago
  8. fbbef86 net-sysfs: remove unused fmt_long_hex by Colin Ian King · 9 years ago
  9. e4999f2 vlan: change return type of vlan_proc_rem_dev by Zhang Shengju · 9 years ago
  10. 7bbf3ca ipv4: Remove inet_lro library by Ben Hutchings · 9 years ago
  11. 82aaf4f af_llc: fix types on llc_ui_wait_for_conn by One Thousand Gnomes · 9 years ago
  12. 1cd4d5c sctp: remove the unused sctp_datamsg_free() by Xin Long · 9 years ago
  13. ac1efde sctp: remove rcu_read_lock in sctp_seq_dump_remote_addrs() by Xin Long · 9 years ago
  14. f46c701 sctp: move rcu_read_lock from __sctp_lookup_association to sctp_lookup_association by Xin Long · 9 years ago
  15. bd4508e core: remove unneded headers for net cgroup controllers. by Rosen, Rami · 9 years ago
  16. 1c78c64 net: add tc offload feature flag by John Fastabend · 9 years ago
  17. a1b7c5f net: sched: add cls_u32 offload hooks for netdevs by John Fastabend · 9 years ago
  18. 16e5cc6 net: rework setup_tc ndo op to consume general tc operand by John Fastabend · 9 years ago
  19. e4c6734 net: rework ndo tc op to consume additional qdisc handle parameter by John Fastabend · 9 years ago
  20. 52a773d net: Export ip fragment sysctl to unprivileged users by Nikolay Borisov · 9 years ago
  21. 0fbf4cb ipv4: namespacify ip fragment max dist sysctl knob by Nikolay Borisov · 9 years ago
  22. e21145a ipv4: namespacify ip_early_demux sysctl knob by Nikolay Borisov · 9 years ago
  23. 287b7f3 ipv4: Namespacify ip_dynaddr sysctl knob by Nikolay Borisov · 9 years ago
  24. dcd8799 igmp: net: Move igmp namespace init to correct file by Nikolay Borisov · 9 years ago
  25. fa50d97 ipv4: Namespaceify ip_default_ttl sysctl knob by Nikolay Borisov · 9 years ago
  26. cd9b266 tcp: add tcpi_min_rtt and tcpi_notsent_bytes to tcp_info by Eric Dumazet · 9 years ago
  27. 3c1cb4d net/ipv4: add dst cache support for gre lwtunnels by Paolo Abeni · 9 years ago
  28. d71785f net: add dst_cache to ovs vxlan lwtunnel by Paolo Abeni · 9 years ago
  29. e09acdd ip_tunnel: replace dst_cache with generic implementation by Paolo Abeni · 9 years ago
  30. 607f725 net: replace dst_cache ip6_tunnel implementation with the generic one by Paolo Abeni · 9 years ago
  31. 911362c net: add dst_cache support by Paolo Abeni · 9 years ago
  32. 4952cd3 tipc: refactor node xmit and fix memory leaks by Richard Alpe · 9 years ago
  33. 8bf3686 ethtool: ensure channel counts are within bounds during SCHANNELS by Keller, Jacob E · 9 years ago
  34. d4ab428 ethtool: correctly ensure {GS}CHANNELS doesn't conflict with GS{RXFH} by Keller, Jacob E · 9 years ago
  35. 6fa7966 net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloads by Edward Cree · 9 years ago
  36. 5393610 net: gre: Implement LCO for GRE over IPv4 by Edward Cree · 9 years ago
  37. 06f6229 fou: enable LCO in FOU and GUE by Edward Cree · 9 years ago
  38. d75f130 net: udp: always set up for CHECKSUM_PARTIAL offload by Edward Cree · 9 years ago
  39. 179bc67 net: local checksum offload for encapsulation by Edward Cree · 9 years ago
  40. ea8add2 tcp/dccp: better use of ephemeral ports in bind() by Eric Dumazet · 9 years ago
  41. 1580ab6 tcp/dccp: better use of ephemeral ports in connect() by Eric Dumazet · 9 years ago
  42. 15fad71 net: bulk free SKBs that were delay free'ed due to IRQ context by Jesper Dangaard Brouer · 9 years ago
  43. 795bb1c net: bulk free infrastructure for NAPI context, use napi_consume_skb by Jesper Dangaard Brouer · 9 years ago
  44. 165094a igmp: Namespacify igmp_qrv sysctl knob by Nikolay Borisov · 9 years ago
  45. 87a8a2a igmp: Namespaceify igmp_llm_reports sysctl knob by Nikolay Borisov · 9 years ago
  46. 166b6b2 igmp: Namespaceify igmp_max_msf sysctl knob by Nikolay Borisov · 9 years ago
  47. 815c527 igmp: Namespaceify igmp_max_memberships sysctl knob by Nikolay Borisov · 9 years ago
  48. 4a92602 openvswitch: allow management from inside user namespaces by Tycho Andersen · 9 years ago
  49. f48e723 rds: duplicate include net/tcp.h by stephen hemminger · 9 years ago
  50. f245d07 net: Allow tunnels to use inner checksum offloads with outer checksums needed by Alexander Duyck · 9 years ago
  51. dbef491 udp: Use uh->len instead of skb->len to compute checksum in segmentation by Alexander Duyck · 9 years ago
  52. fdaefd6 udp: Clean up the use of flags in UDP segmentation offload by Alexander Duyck · 9 years ago
  53. 3872035 gre: Use inner_proto to obtain inner header protocol by Alexander Duyck · 9 years ago
  54. 2e598af gre: Use GSO flags to determine csum need instead of GRE flags by Alexander Duyck · 9 years ago
  55. ddff00d net: Move skb_has_shared_frag check out of GRE code and into segmentation by Alexander Duyck · 9 years ago
  56. 08b64fc net: Store checksum result for offloaded GSO checksums by Alexander Duyck · 9 years ago
  57. 7fbeffe net: Update remote checksum segmentation to support use of GSO checksum by Alexander Duyck · 9 years ago
  58. 7644345 net: Move GSO csum into SKB_GSO_CB by Alexander Duyck · 9 years ago
  59. bef3c6c net: Drop unecessary enc_features variable from tunnel segmentation functions by Alexander Duyck · 9 years ago
  60. 7a02bf8 ipv6: add option to drop unsolicited neighbor advertisements by Johannes Berg · 9 years ago
  61. abbc304 ipv6: add option to drop unicast encapsulated in L2 multicast by Johannes Berg · 9 years ago
  62. 97daf33 ipv4: add option to drop gratuitous ARP packets by Johannes Berg · 9 years ago
  63. 12b74df ipv4: add option to drop unicast encapsulated in L2 multicast by Johannes Berg · 9 years ago
  64. dc599f7 net: Add support for filtering link dump by master device and kind by David Ahern · 9 years ago
  65. c125e80 soreuseport: fast reuseport TCP socket selection by Craig Gallek · 9 years ago
  66. fa46349 soreuseport: Prep for fast reuseport TCP socket selection by Craig Gallek · 9 years ago
  67. a583636 inet: refactor inet[6]_lookup functions to take skb by Craig Gallek · 9 years ago
  68. 496611d inet: create IPv6-equivalent inet_hash function by Craig Gallek · 9 years ago
  69. 086c653 sock: struct proto hash function may error by Craig Gallek · 9 years ago
  70. 92dcdf0 batman-adv: Convert batadv_tt_common_entry to kref by Sven Eckelmann · 9 years ago
  71. 7c12439 batman-adv: Convert batadv_orig_node to kref by Sven Eckelmann · 9 years ago
  72. 161a3be batman-adv: Convert batadv_orig_node_vlan to kref by Sven Eckelmann · 9 years ago
  73. 7a659d5 batman-adv: Convert batadv_hard_iface to kref by Sven Eckelmann · 9 years ago
  74. 77ae32e batman-adv: Convert batadv_neigh_node to kref by Sven Eckelmann · 9 years ago
  75. a6ba0d3 batman-adv: Convert batadv_orig_ifinfo to kref by Sven Eckelmann · 9 years ago
  76. 962c683 batman-adv: Convert batadv_neigh_ifinfo to kref by Sven Eckelmann · 9 years ago
  77. 6e8ef69 batman-adv: Convert batadv_tt_orig_list_entry to kref by Sven Eckelmann · 9 years ago
  78. 32836f5 batman-adv: Convert batadv_tvlv_handler to kref by Sven Eckelmann · 9 years ago
  79. f7157dd batman-adv: Convert batadv_tvlv_container to kref by Sven Eckelmann · 9 years ago
  80. 68a6722 batman-adv: Convert batadv_dat_entry to kref by Sven Eckelmann · 9 years ago
  81. 727e0cd batman-adv: Convert batadv_nc_path to kref by Sven Eckelmann · 9 years ago
  82. daf99b4 batman-adv: Convert batadv_nc_node to kref by Sven Eckelmann · 9 years ago
  83. 71b7e3d batman-adv: Convert batadv_bla_claim to kref by Sven Eckelmann · 9 years ago
  84. 06e56de batman-adv: Convert batadv_bla_backbone_gw to kref by Sven Eckelmann · 9 years ago
  85. 6be4d30 batman-adv: Convert batadv_softif_vlan to kref by Sven Eckelmann · 9 years ago
  86. e7aed32 batman-adv: Convert batadv_gw_node to kref by Sven Eckelmann · 9 years ago
  87. 90f564d batman-adv: Convert batadv_hardif_neigh_node to kref by Sven Eckelmann · 9 years ago
  88. dded069 batman-adv: Add lockdep assert for container_list_lock by Sven Eckelmann · 9 years ago
  89. 81f0268 batman-adv: add seqno maximum age and protection start flag parameters by Simon Wunderlich · 9 years ago
  90. 140ed8e batman-adv: Drop reference to netdevice on last reference by Sven Eckelmann · 9 years ago
  91. 1d036d2 packet: tpacket_snd gso and checksum offload by Willem de Bruijn · 9 years ago
  92. 8d39b4a packet: parse tpacket header before skb alloc by Willem de Bruijn · 9 years ago
  93. 58d19b1 packet: vnet_hdr support for tpacket_rcv by Willem de Bruijn · 9 years ago
  94. 16cc140 packet: move vnet_hdr code to helper functions by Willem de Bruijn · 9 years ago
  95. 9e8430f bridge: mdb: Passing the port-group pointer to br_mdb module by Elad Raz · 9 years ago
  96. 9d06b6d bridge: mdb: Separate br_mdb_entry->state from net_bridge_port_group->state by Elad Raz · 9 years ago
  97. 0aca737 tcp: Fix syncookies sysctl default. by David S. Miller · 9 years ago
  98. 4979f2d ipv4: Namespaceify tcp_notsent_lowat sysctl knob by Nikolay Borisov · 9 years ago
  99. 1e579ca ipv4: Namespaceify tcp_fin_timeout sysctl knob by Nikolay Borisov · 9 years ago
  100. c402d9b ipv4: Namespaceify tcp_orphan_retries sysctl knob by Nikolay Borisov · 9 years ago