1. aac065c tcp: move qlen/young out of struct listen_sock by Eric Dumazet · 9 years ago
  2. fff1f30 tcp: add a spinlock to protect struct request_sock_queue by Eric Dumazet · 9 years ago
  3. f6d3125 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  4. 4bf1b54 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  5. 44bbcf5 net: switchdev: extract struct switchdev_obj_* by Vivien Didelot · 9 years ago
  6. ab06900 net: switchdev: abstract object in add/del ops by Vivien Didelot · 9 years ago
  7. 25f07ad net: switchdev: pass callback to dump operation by Vivien Didelot · 9 years ago
  8. 03d5fb1 net: switchdev: remove dev from switchdev_obj cb by Vivien Didelot · 9 years ago
  9. 9478d12 net: Move netif_index_is_l3_master to l3mdev.h by David Ahern · 9 years ago
  10. ec53951 net: Remove vrf header file by David Ahern · 9 years ago
  11. 93a7e7e net: Remove the now unused vrf_ptr by David Ahern · 9 years ago
  12. 8e1ed70 net: Replace calls to vrf_dev_get_rth by David Ahern · 9 years ago
  13. 3236b00 net: Replace vrf_dev_table and friends by David Ahern · 9 years ago
  14. 385add9 net: Replace vrf_master_ifindex{, _rcu} with l3mdev equivalents by David Ahern · 9 years ago
  15. 1b69c6d net: Introduce L3 Master device abstraction by David Ahern · 9 years ago
  16. 007979e net: Rename IFF_VRF_MASTER to IFF_L3MDEV_MASTER by David Ahern · 9 years ago
  17. 0536fcc tcp: prepare fastopen code for upcoming listener changes by Eric Dumazet · 9 years ago
  18. 2985aaa tcp: constify tcp_syn_flood_action() socket argument by Eric Dumazet · 9 years ago
  19. f964629 tcp: constify tcp_v{4|6}_route_req() sock argument by Eric Dumazet · 9 years ago
  20. 3f684b4 tcp: cookie_init_sequence() cleanups by Eric Dumazet · 9 years ago
  21. 0c27171 tcp/dccp: constify syn_recv_sock() method sock argument by Eric Dumazet · 9 years ago
  22. c28c6f0 tcp: constify tcp_create_openreq_child() socket argument by Eric Dumazet · 9 years ago
  23. 87e002b net: constify sk_gfp_atomic() sock argument by Eric Dumazet · 9 years ago
  24. 1ce31c9 inet: constify __inet_inherit_port() sock argument by Eric Dumazet · 9 years ago
  25. a2432c4 inet: constify inet_csk_route_child_sock() socket argument by Eric Dumazet · 9 years ago
  26. f76b33c dccp: use inet6_csk_route_req() helper by Eric Dumazet · 9 years ago
  27. 72ab4a8 tcp: remove tcp_rcv_state_process() tcp_hdr argument by Eric Dumazet · 9 years ago
  28. bda07a6 tcp: remove unused len argument from tcp_rcv_state_process() by Eric Dumazet · 9 years ago
  29. a00e744 tcp/dccp: constify send_synack and send_reset socket argument by Eric Dumazet · 9 years ago
  30. 4613012 af_unix: Convert the unix_sk macro to an inline function for type safety by Aaron Conole · 9 years ago
  31. c1444c6 bridge: Pass net into br_validate_ipv4 and br_validate_ipv6 by Eric W. Biederman · 9 years ago
  32. 372892e ipv4: Push struct net down into nf_send_reset by Eric W. Biederman · 9 years ago
  33. 7c85af8 tcp: avoid reorders for TFO passive connections by Eric Dumazet · 9 years ago
  34. b1be00a vxlan: support both IPv4 and IPv6 sockets in a single vxlan device by Jiri Benc · 9 years ago
  35. 4963ed4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  36. 1b70e97 inet: constify inet_rtx_syn_ack() sock argument by Eric Dumazet · 9 years ago
  37. ea3bea3 tcp/dccp: constify rtx_synack() and friends by Eric Dumazet · 9 years ago
  38. 0f935db tcp: constify tcp_v{4|6}_send_synack() socket argument by Eric Dumazet · 9 years ago
  39. 1c1e9d2 ipv6: constify ip6_xmit() sock argument by Eric Dumazet · 9 years ago
  40. 5d062de tcp: constify tcp_make_synack() socket argument by Eric Dumazet · 9 years ago
  41. cfe673b ip: constify ip_build_and_send_pkt() socket argument by Eric Dumazet · 9 years ago
  42. b83e3de tcp: md5: constify tcp_md5_do_lookup() socket argument by Eric Dumazet · 9 years ago
  43. 4e3f5d7 inet: constify ip_dont_fragment() arguments by Eric Dumazet · 9 years ago
  44. 30d50c6 ipv6: constify inet6_csk_route_req() socket argument by Eric Dumazet · 9 years ago
  45. 3aef934 ipv6: constify ip6_dst_lookup_{flow|tail}() sock arguments by Eric Dumazet · 9 years ago
  46. e5895bc inet: constify inet_csk_route_req() socket argument by Eric Dumazet · 9 years ago
  47. 6f9c961 inet: constify ip_route_output_flow() socket argument by Eric Dumazet · 9 years ago
  48. b1964b5 tcp: constify tcp_openreq_init_rwin() by Eric Dumazet · 9 years ago
  49. b40cf18 tcp: constify listener socket in tcp_v[46]_init_req() by Eric Dumazet · 9 years ago
  50. f623ab7 switchdev: reduce transaction phase enum down to a boolean by Jiri Pirko · 9 years ago
  51. 9f6467c switchdev: remove "ABORT" transaction phase by Jiri Pirko · 9 years ago
  52. 2b8a61a switchdev: remove "NONE" transaction phase by Jiri Pirko · 9 years ago
  53. 8bdb427 switchdev: add switchdev_trans_ph_prepare/commit helpers by Jiri Pirko · 9 years ago
  54. f8db834 switchdev: move transaction phase enum under transaction structure by Jiri Pirko · 9 years ago
  55. 7ea6eb3 switchdev: introduce transaction item queue for attr_set and obj_add by Jiri Pirko · 9 years ago
  56. 69f5df4 switchdev: rename "trans" to "trans_ph". by Jiri Pirko · 9 years ago
  57. c345602 Merge tag 'ipvs2-for-v4.4' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next by Pablo Neira Ayuso · 9 years ago
  58. 63d008a ipv4: send arp replies to the correct tunnel by Jiri Benc · 9 years ago
  59. 38cf595 ipv6: remove unused neigh parameter from ndisc functions by Jiri Benc · 9 years ago
  60. 92c14d9 genetlink: simplify genl_notify by Jiri Benc · 9 years ago
  61. 9cfdd75 ipvs: Remove skb_sknet by Eric W. Biederman · 9 years ago
  62. 7c6c21e ipvs: Remove skb_net by Eric W. Biederman · 9 years ago
  63. 7d1f88e ipvs: Pass ipvs not net to ip_vs_protocol_net_(init|cleanup) by Eric W. Biederman · 9 years ago
  64. 69f3909 ipvs: Remove net argument from ip_vs_tcp_conn_listen by Eric W. Biederman · 9 years ago
  65. 5703294 ipvs: Wrap sysctl_cache_bypass and remove ifdefs in ip_vs_leave by Eric W. Biederman · 9 years ago
  66. d8f44c3 ipvs: Pass ipvs into .conn_schedule and ip_vs_try_to_schedule by Eric W. Biederman · 9 years ago
  67. 2f3edc6a ipvs: Pass ipvs not net into ip_vs_conn_net_init and ip_vs_conn_net_cleanup by Eric W. Biederman · 9 years ago
  68. 0cf705c8c ipvs: Pass ipvs into conn_out_get by Eric W. Biederman · 9 years ago
  69. ab16197 ipvs: Pass ipvs into .conn_in_get and ip_vs_conn_in_get_proto by Eric W. Biederman · 9 years ago
  70. 1281a9c2 ipvs: Pass ipvs not net into init_netns and exit_netns by Eric W. Biederman · 9 years ago
  71. b5dd212 ipvs: Pass ipvs not net into ip_vs_app_net_init and ip_vs_app_net_cleanup by Eric W. Biederman · 9 years ago
  72. 9f8128a ipvs: Pass ipvs not net to register_ip_vs_app and unregister_ip_vs_app by Eric W. Biederman · 9 years ago
  73. 3250dc9 ipvs: Pass ipvs not net to register_ip_vs_app_inc by Eric W. Biederman · 9 years ago
  74. 1964891 ipvs: Pass ipvs not net into register_app and unregister_app by Eric W. Biederman · 9 years ago
  75. a4dd036 ipvs: Pass ipvs not net to ip_vs_estimator_net_init and ip_vs_estimator_cleanup by Eric W. Biederman · 9 years ago
  76. 3d99376 ipvs: Pass ipvs not net into ip_vs_control_net_(init|cleanup) by Eric W. Biederman · 9 years ago
  77. 423b559 ipvs: Pass ipvs not net to ip_vs_random_drop_entry by Eric W. Biederman · 9 years ago
  78. 0f34d54 ipvs: Pass ipvs not net to ip_vs_start_estimator aned ip_vs_stop_estimator by Eric W. Biederman · 9 years ago
  79. ebea1f7 ipvs: Pass ipvs not net to ip_vs_sync_net_cleanup by Eric W. Biederman · 9 years ago
  80. 802cb43 ipvs: Pass ipvs not net to ip_vs_sync_net_init by Eric W. Biederman · 9 years ago
  81. b61a8c1 ipvs: Pass ipvs not net to ip_vs_sync_conn by Eric W. Biederman · 9 years ago
  82. b3cf3cb ipvs: Pass ipvs not net to stop_sync_thread by Eric W. Biederman · 9 years ago
  83. 6ac121d ipvs: Pass ipvs not net to start_sync_thread by Eric W. Biederman · 9 years ago
  84. 18d6ade ipvs: Pass ipvs not net to ip_vs_proto_data_get by Eric W. Biederman · 9 years ago
  85. 56d2169 ipvs: Pass ipvs not net to ip_vs_service_net_cleanup by Eric W. Biederman · 9 years ago
  86. dc2add6 ipvs: Pass ipvs not net to ip_vs_find_dest by Eric W. Biederman · 9 years ago
  87. 48aed1b ipvs: Pass ipvs not net to ip_vs_has_real_service by Eric W. Biederman · 9 years ago
  88. 0a4fd6c ipvs: Pass ipvs not net to ip_vs_service_find by Eric W. Biederman · 9 years ago
  89. 3109d2f ipvs: Store ipvs not net in struct ip_vs_service by Eric W. Biederman · 9 years ago
  90. 19913de ipvs: Pass ipvs not net to ip_vs_fill_conn by Eric W. Biederman · 9 years ago
  91. e64e2b4 ipvs: Store ipvs not net in struct ip_vs_conn_param by Eric W. Biederman · 9 years ago
  92. 58dbc6f ipvs: Store ipvs not net in struct ip_vs_conn by Eric W. Biederman · 9 years ago
  93. 06e60e5 net/ethoc: support big-endian register layout by Max Filippov · 9 years ago
  94. 99cb99a Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  95. ed2e923 tcp/dccp: fix timewait races in timer handling by Eric Dumazet · 9 years ago
  96. 0f1c28a tcp: usec resolution SYN/ACK RTT by Yuchung Cheng · 9 years ago
  97. 91e60eb s390/iucv: do not use arrays as argument by Ursula Braun · 9 years ago
  98. 5dcd246 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 9 years ago
  99. 83cf9a2 ip6tunnel: make rx/tx bytes counters consistent by Nicolas Dichtel · 9 years ago
  100. 0315e38 net: Fix behaviour of unreachable, blackhole and prohibit routes by Nikola Forró · 9 years ago