1. cf91a99 ipv4, ipv6: Pass net into __ip_local_out and __ip6_local_out by Eric W. Biederman · 9 years ago
  2. 7928833 ipv6: Merge ip6_local_out and ip6_local_out_sk by Eric W. Biederman · 9 years ago
  3. 9f8955c ipv6: Merge __ip6_local_out and __ip6_local_out_sk by Eric W. Biederman · 9 years ago
  4. e2cb77d ipv4: Merge ip_local_out and ip_local_out_sk by Eric W. Biederman · 9 years ago
  5. b92dacd ipv4: Merge __ip_local_out and __ip_local_out_sk by Eric W. Biederman · 9 years ago
  6. 4ebdfba7 dst: Pass a sk into .local_out by Eric W. Biederman · 9 years ago
  7. 13206b6 net: Pass net into dst_output and remove dst_output_okfn by Eric W. Biederman · 9 years ago
  8. 2579c98 Merge tag 'mac80211-next-for-davem-2015-10-05' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 9 years ago
  9. 8cbb512c net: Add source address lookup op for VRF by David Ahern · 9 years ago
  10. 3ce58d8 net: Refactor path selection in __ip_route_output_key_hash by David Ahern · 9 years ago
  11. 6e2895a net: Rename FLOWI_FLAG_VRFSRC to FLOWI_FLAG_L3MDEV_SRC by David Ahern · 9 years ago
  12. 40e1068 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/net-next by David S. Miller · 9 years ago
  13. 79a1315 ipv4: ICMP packet inspection for multipath by Peter Nørlund · 9 years ago
  14. 0e884c7 ipv4: L3 hash-based multipath by Peter Nørlund · 9 years ago
  15. a1a5344 tcp: avoid two atomic ops for syncookies by Eric Dumazet · 9 years ago
  16. 004a5d0 net: use sk_fullsock() in __netdev_pick_tx() by Eric Dumazet · 9 years ago
  17. caf3f26 inet: ip_skb_dst_mtu() should use sk_fullsock() by Eric Dumazet · 9 years ago
  18. e96f78a tcp/dccp: add SLAB_DESTROY_BY_RCU flag for request sockets by Eric Dumazet · 9 years ago
  19. 9e8f4a5 switchdev: push object ID back to object structure by Jiri Pirko · 9 years ago
  20. 648b4a9 switchdev: bring back switchdev_obj and use it as a generic object param by Jiri Pirko · 9 years ago
  21. 52ba57c switchdev: rename switchdev_obj_fdb to switchdev_obj_port_fdb by Jiri Pirko · 9 years ago
  22. 8f24f30 switchdev: rename switchdev_obj_vlan to switchdev_obj_port_vlan by Jiri Pirko · 9 years ago
  23. 1f86839 switchdev: rename SWITCHDEV_ATTR_* enum values to SWITCHDEV_ATTR_ID_* by Jiri Pirko · 9 years ago
  24. 57d8083 switchdev: rename SWITCHDEV_OBJ_* enum values to SWITCHDEV_OBJ_ID_* by Jiri Pirko · 9 years ago
  25. ef547f2 tcp: remove max_qlen_log by Eric Dumazet · 9 years ago
  26. 10cbc8f tcp/dccp: remove struct listen_sock by Eric Dumazet · 9 years ago
  27. ca6fb06 tcp: attach SYNACK messages to request sockets instead of listener by Eric Dumazet · 9 years ago
  28. 1b33bc3 ipv6: remove obsolete inet6 functions by Eric Dumazet · 9 years ago
  29. 81b496b tcp/dccp: shrink struct listen_sock by Eric Dumazet · 9 years ago
  30. 079096f tcp/dccp: install syn_recv requests into ehash table by Eric Dumazet · 9 years ago
  31. 2feda34 tcp/dccp: remove inet_csk_reqsk_queue_added() timeout argument by Eric Dumazet · 9 years ago
  32. aa3a0c8 tcp: get_openreq[46]() changes by Eric Dumazet · 9 years ago
  33. b267cdd tcp/dccp: init sk_prot and call sk_node_init() in reqsk_alloc() by Eric Dumazet · 9 years ago
  34. 8d2675f tcp: move synflood_warned into struct request_sock_queue by Eric Dumazet · 9 years ago
  35. aac065c tcp: move qlen/young out of struct listen_sock by Eric Dumazet · 9 years ago
  36. fff1f30 tcp: add a spinlock to protect struct request_sock_queue by Eric Dumazet · 9 years ago
  37. f6d3125 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  38. 7d8c6e3 ipv6: Pass struct net through ip6_fragment by Eric W. Biederman · 9 years ago
  39. 694869b ipv4: Pass struct net through ip_fragment by Eric W. Biederman · 9 years ago
  40. 4bf1b54 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  41. 44bbcf5 net: switchdev: extract struct switchdev_obj_* by Vivien Didelot · 9 years ago
  42. ab06900 net: switchdev: abstract object in add/del ops by Vivien Didelot · 9 years ago
  43. 25f07ad net: switchdev: pass callback to dump operation by Vivien Didelot · 9 years ago
  44. 03d5fb1 net: switchdev: remove dev from switchdev_obj cb by Vivien Didelot · 9 years ago
  45. 9478d12 net: Move netif_index_is_l3_master to l3mdev.h by David Ahern · 9 years ago
  46. ec53951 net: Remove vrf header file by David Ahern · 9 years ago
  47. 93a7e7e net: Remove the now unused vrf_ptr by David Ahern · 9 years ago
  48. 8e1ed70 net: Replace calls to vrf_dev_get_rth by David Ahern · 9 years ago
  49. 3236b00 net: Replace vrf_dev_table and friends by David Ahern · 9 years ago
  50. 385add9 net: Replace vrf_master_ifindex{, _rcu} with l3mdev equivalents by David Ahern · 9 years ago
  51. 1b69c6d net: Introduce L3 Master device abstraction by David Ahern · 9 years ago
  52. 007979e net: Rename IFF_VRF_MASTER to IFF_L3MDEV_MASTER by David Ahern · 9 years ago
  53. 0536fcc tcp: prepare fastopen code for upcoming listener changes by Eric Dumazet · 9 years ago
  54. 2985aaa tcp: constify tcp_syn_flood_action() socket argument by Eric Dumazet · 9 years ago
  55. f964629 tcp: constify tcp_v{4|6}_route_req() sock argument by Eric Dumazet · 9 years ago
  56. 3f684b4 tcp: cookie_init_sequence() cleanups by Eric Dumazet · 9 years ago
  57. 0c27171 tcp/dccp: constify syn_recv_sock() method sock argument by Eric Dumazet · 9 years ago
  58. c28c6f0 tcp: constify tcp_create_openreq_child() socket argument by Eric Dumazet · 9 years ago
  59. 87e002b net: constify sk_gfp_atomic() sock argument by Eric Dumazet · 9 years ago
  60. 1ce31c9 inet: constify __inet_inherit_port() sock argument by Eric Dumazet · 9 years ago
  61. a2432c4 inet: constify inet_csk_route_child_sock() socket argument by Eric Dumazet · 9 years ago
  62. f76b33c dccp: use inet6_csk_route_req() helper by Eric Dumazet · 9 years ago
  63. 72ab4a8 tcp: remove tcp_rcv_state_process() tcp_hdr argument by Eric Dumazet · 9 years ago
  64. bda07a6 tcp: remove unused len argument from tcp_rcv_state_process() by Eric Dumazet · 9 years ago
  65. a00e744 tcp/dccp: constify send_synack and send_reset socket argument by Eric Dumazet · 9 years ago
  66. 4613012 af_unix: Convert the unix_sk macro to an inline function for type safety by Aaron Conole · 9 years ago
  67. c1444c6 bridge: Pass net into br_validate_ipv4 and br_validate_ipv6 by Eric W. Biederman · 9 years ago
  68. 372892e ipv4: Push struct net down into nf_send_reset by Eric W. Biederman · 9 years ago
  69. 47edb11 cfg80211: allow changing station capabilities for unassociated stations by Ayala Beker · 9 years ago
  70. 35afa58 mac80211: Copy tx'ed beacons to monitor mode by Helmut Schaa · 9 years ago
  71. 7c85af8 tcp: avoid reorders for TFO passive connections by Eric Dumazet · 9 years ago
  72. b1be00a vxlan: support both IPv4 and IPv6 sockets in a single vxlan device by Jiri Benc · 9 years ago
  73. 4963ed4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  74. 1b70e97 inet: constify inet_rtx_syn_ack() sock argument by Eric Dumazet · 9 years ago
  75. ea3bea3 tcp/dccp: constify rtx_synack() and friends by Eric Dumazet · 9 years ago
  76. 0f935dbe tcp: constify tcp_v{4|6}_send_synack() socket argument by Eric Dumazet · 9 years ago
  77. 1c1e9d2 ipv6: constify ip6_xmit() sock argument by Eric Dumazet · 9 years ago
  78. 5d062de tcp: constify tcp_make_synack() socket argument by Eric Dumazet · 9 years ago
  79. cfe673b ip: constify ip_build_and_send_pkt() socket argument by Eric Dumazet · 9 years ago
  80. b83e3de tcp: md5: constify tcp_md5_do_lookup() socket argument by Eric Dumazet · 9 years ago
  81. 4e3f5d7 inet: constify ip_dont_fragment() arguments by Eric Dumazet · 9 years ago
  82. 30d50c6 ipv6: constify inet6_csk_route_req() socket argument by Eric Dumazet · 9 years ago
  83. 3aef934 ipv6: constify ip6_dst_lookup_{flow|tail}() sock arguments by Eric Dumazet · 9 years ago
  84. e5895bc inet: constify inet_csk_route_req() socket argument by Eric Dumazet · 9 years ago
  85. 6f9c961 inet: constify ip_route_output_flow() socket argument by Eric Dumazet · 9 years ago
  86. b1964b5 tcp: constify tcp_openreq_init_rwin() by Eric Dumazet · 9 years ago
  87. b40cf18 tcp: constify listener socket in tcp_v[46]_init_req() by Eric Dumazet · 9 years ago
  88. f623ab7 switchdev: reduce transaction phase enum down to a boolean by Jiri Pirko · 9 years ago
  89. 9f6467c switchdev: remove "ABORT" transaction phase by Jiri Pirko · 9 years ago
  90. 2b8a61a switchdev: remove "NONE" transaction phase by Jiri Pirko · 9 years ago
  91. 8bdb427 switchdev: add switchdev_trans_ph_prepare/commit helpers by Jiri Pirko · 9 years ago
  92. f8db834 switchdev: move transaction phase enum under transaction structure by Jiri Pirko · 9 years ago
  93. 7ea6eb3 switchdev: introduce transaction item queue for attr_set and obj_add by Jiri Pirko · 9 years ago
  94. 69f5df4 switchdev: rename "trans" to "trans_ph". by Jiri Pirko · 9 years ago
  95. 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
  96. 63d008a ipv4: send arp replies to the correct tunnel by Jiri Benc · 9 years ago
  97. 38cf595 ipv6: remove unused neigh parameter from ndisc functions by Jiri Benc · 9 years ago
  98. 92c14d9 genetlink: simplify genl_notify by Jiri Benc · 9 years ago
  99. 9cfdd75 ipvs: Remove skb_sknet by Eric W. Biederman · 9 years ago
  100. 7c6c21e ipvs: Remove skb_net by Eric W. Biederman · 9 years ago