1. dc6ef6b tcp: do not set queue_mapping on SYNACK by Eric Dumazet · 9 years ago
  2. ebb516a tcp/dccp: fix race at listener dismantle phase by Eric Dumazet · 9 years ago
  3. f03f2e1 tcp/dccp: add inet_csk_reqsk_queue_drop_and_put() helper by Eric Dumazet · 9 years ago
  4. 4d429c5 switchdev: introduce possibility to defer obj_add/del by Jiri Pirko · 9 years ago
  5. 850d0cb switchdev: remove pointers from switchdev objects by Jiri Pirko · 9 years ago
  6. 0bc05d5 switchdev: allow caller to explicitly request attr_set as deferred by Jiri Pirko · 9 years ago
  7. f7fadf3 switchdev: make struct switchdev_attr parameter const for attr_set calls by Jiri Pirko · 9 years ago
  8. 793f401 switchdev: introduce switchdev deferred ops infrastructure by Jiri Pirko · 9 years ago
  9. f985c65 tcp: avoid spurious SYN flood detection at listen() time by Eric Dumazet · 9 years ago
  10. 02a6d61 Revert "ipv4/icmp: redirect messages can use the ingress daddr as source" by Paolo Abeni · 9 years ago
  11. ccf3c8c net: Add IPv6 support to l3mdev by David Ahern · 9 years ago
  12. b727759 ipv6: Pass struct net into nf_ct_frag6_gather by Eric W. Biederman · 9 years ago
  13. 19bcf9f ipv4: Pass struct net into ip_defrag and ip_check_defrag by Eric W. Biederman · 9 years ago
  14. e2ca690 ipv4/icmp: redirect messages can use the ingress daddr as source by Paolo Abeni · 9 years ago
  15. d475f09 tcp: shrink tcp_timewait_sock by 8 bytes by Eric Dumazet · 9 years ago
  16. ed53d0a net: shrink struct sock and request_sock by 8 bytes by Eric Dumazet · 9 years ago
  17. 8e5eb54 net: align sk_refcnt on 128 bytes boundary by Eric Dumazet · 9 years ago
  18. 70da268 net: SO_INCOMING_CPU setsockopt() support by Eric Dumazet · 9 years ago
  19. f28ea36 sock: support per-packet fwmark by Edward Jee · 9 years ago
  20. 464314e switchdev: skip over ports returning -EOPNOTSUPP when recursing ports by Scott Feldman · 9 years ago
  21. f55ac58 switchdev: add bridge ageing_time attribute by Scott Feldman · 9 years ago
  22. 8057b3e net: dsa: use switchdev obj in port_fdb_del by Vivien Didelot · 9 years ago
  23. 1f36faf net: dsa: push prepare phase in port_fdb_add by Vivien Didelot · 9 years ago
  24. 146a320 net: dsa: add port_fdb_prepare by Vivien Didelot · 9 years ago
  25. 7bcfeea Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 9 years ago
  26. e446f9d net: synack packets can be attached to request sockets by Eric Dumazet · 9 years ago
  27. 4d6a6ae 6lowpan: move shared settings to lowpan_netdev_setup by Alexander Aring · 9 years ago
  28. ede2059 dst: Pass net into dst->output by Eric W. Biederman · 9 years ago
  29. 33224b1 ipv4, ipv6: Pass net into ip_local_out and ip6_local_out by Eric W. Biederman · 9 years ago
  30. cf91a99 ipv4, ipv6: Pass net into __ip_local_out and __ip6_local_out by Eric W. Biederman · 9 years ago
  31. 7928833 ipv6: Merge ip6_local_out and ip6_local_out_sk by Eric W. Biederman · 9 years ago
  32. 9f8955c ipv6: Merge __ip6_local_out and __ip6_local_out_sk by Eric W. Biederman · 9 years ago
  33. e2cb77d ipv4: Merge ip_local_out and ip_local_out_sk by Eric W. Biederman · 9 years ago
  34. b92dacd ipv4: Merge __ip_local_out and __ip_local_out_sk by Eric W. Biederman · 9 years ago
  35. 4ebdfba7 dst: Pass a sk into .local_out by Eric W. Biederman · 9 years ago
  36. 13206b6 net: Pass net into dst_output and remove dst_output_okfn by Eric W. Biederman · 9 years ago
  37. 4b4113d Bluetooth: Add debugfs entry for setting vendor diagnostic mode by Marcel Holtmann · 9 years ago
  38. e875ff8 Bluetooth: Add support for vendor specific diagnostic channel by Marcel Holtmann · 9 years ago
  39. 6c566dd Bluetooth: Send index information updates to monitor channel by Marcel Holtmann · 9 years ago
  40. 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
  41. 8cbb512c net: Add source address lookup op for VRF by David Ahern · 9 years ago
  42. 3ce58d8 net: Refactor path selection in __ip_route_output_key_hash by David Ahern · 9 years ago
  43. 6e2895a net: Rename FLOWI_FLAG_VRFSRC to FLOWI_FLAG_L3MDEV_SRC by David Ahern · 9 years ago
  44. 40e1068 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/net-next by David S. Miller · 9 years ago
  45. 79a1315 ipv4: ICMP packet inspection for multipath by Peter Nørlund · 9 years ago
  46. 0e884c7 ipv4: L3 hash-based multipath by Peter Nørlund · 9 years ago
  47. a1a5344 tcp: avoid two atomic ops for syncookies by Eric Dumazet · 9 years ago
  48. 004a5d0 net: use sk_fullsock() in __netdev_pick_tx() by Eric Dumazet · 9 years ago
  49. caf3f26 inet: ip_skb_dst_mtu() should use sk_fullsock() by Eric Dumazet · 9 years ago
  50. 22db3cbc Bluetooth: Send transport open and close monitor events by Marcel Holtmann · 9 years ago
  51. 4a3f95b Bluetooth: Introduce HCI_DEV_OPEN and HCI_DEV_CLOSE events by Marcel Holtmann · 9 years ago
  52. e96f78a tcp/dccp: add SLAB_DESTROY_BY_RCU flag for request sockets by Eric Dumazet · 9 years ago
  53. 9e8f4a5 switchdev: push object ID back to object structure by Jiri Pirko · 9 years ago
  54. 648b4a9 switchdev: bring back switchdev_obj and use it as a generic object param by Jiri Pirko · 9 years ago
  55. 52ba57c switchdev: rename switchdev_obj_fdb to switchdev_obj_port_fdb by Jiri Pirko · 9 years ago
  56. 8f24f30 switchdev: rename switchdev_obj_vlan to switchdev_obj_port_vlan by Jiri Pirko · 9 years ago
  57. 1f86839 switchdev: rename SWITCHDEV_ATTR_* enum values to SWITCHDEV_ATTR_ID_* by Jiri Pirko · 9 years ago
  58. 57d8083 switchdev: rename SWITCHDEV_OBJ_* enum values to SWITCHDEV_OBJ_ID_* by Jiri Pirko · 9 years ago
  59. ef547f2 tcp: remove max_qlen_log by Eric Dumazet · 9 years ago
  60. 10cbc8f tcp/dccp: remove struct listen_sock by Eric Dumazet · 9 years ago
  61. ca6fb06 tcp: attach SYNACK messages to request sockets instead of listener by Eric Dumazet · 9 years ago
  62. 1b33bc3 ipv6: remove obsolete inet6 functions by Eric Dumazet · 9 years ago
  63. 81b496b tcp/dccp: shrink struct listen_sock by Eric Dumazet · 9 years ago
  64. 079096f tcp/dccp: install syn_recv requests into ehash table by Eric Dumazet · 9 years ago
  65. 2feda34 tcp/dccp: remove inet_csk_reqsk_queue_added() timeout argument by Eric Dumazet · 9 years ago
  66. aa3a0c8 tcp: get_openreq[46]() changes by Eric Dumazet · 9 years ago
  67. b267cdd tcp/dccp: init sk_prot and call sk_node_init() in reqsk_alloc() by Eric Dumazet · 9 years ago
  68. 8d2675f tcp: move synflood_warned into struct request_sock_queue by Eric Dumazet · 9 years ago
  69. aac065c tcp: move qlen/young out of struct listen_sock by Eric Dumazet · 9 years ago
  70. fff1f30 tcp: add a spinlock to protect struct request_sock_queue by Eric Dumazet · 9 years ago
  71. f6d3125 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  72. 5f2ebb3 mac802154: check on len instead mac_len by Alexander Aring · 9 years ago
  73. a26c5fd nl802154: add support for security layer by Alexander Aring · 9 years ago
  74. c648a01 netlink: add nla_get for le32 and le64 by Alexander Aring · 9 years ago
  75. 7d8c6e3 ipv6: Pass struct net through ip6_fragment by Eric W. Biederman · 10 years ago
  76. 694869b ipv4: Pass struct net through ip_fragment by Eric W. Biederman · 10 years ago
  77. 4bf1b54 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  78. 44bbcf5 net: switchdev: extract struct switchdev_obj_* by Vivien Didelot · 9 years ago
  79. ab06900 net: switchdev: abstract object in add/del ops by Vivien Didelot · 9 years ago
  80. 25f07ad net: switchdev: pass callback to dump operation by Vivien Didelot · 9 years ago
  81. 03d5fb1 net: switchdev: remove dev from switchdev_obj cb by Vivien Didelot · 9 years ago
  82. 9478d12 net: Move netif_index_is_l3_master to l3mdev.h by David Ahern · 9 years ago
  83. ec53951 net: Remove vrf header file by David Ahern · 9 years ago
  84. 93a7e7e net: Remove the now unused vrf_ptr by David Ahern · 9 years ago
  85. 8e1ed70 net: Replace calls to vrf_dev_get_rth by David Ahern · 9 years ago
  86. 3236b00 net: Replace vrf_dev_table and friends by David Ahern · 9 years ago
  87. 385add9 net: Replace vrf_master_ifindex{, _rcu} with l3mdev equivalents by David Ahern · 9 years ago
  88. 1b69c6d net: Introduce L3 Master device abstraction by David Ahern · 9 years ago
  89. 007979e net: Rename IFF_VRF_MASTER to IFF_L3MDEV_MASTER by David Ahern · 9 years ago
  90. 0536fcc tcp: prepare fastopen code for upcoming listener changes by Eric Dumazet · 9 years ago
  91. 2985aaa tcp: constify tcp_syn_flood_action() socket argument by Eric Dumazet · 9 years ago
  92. f964629 tcp: constify tcp_v{4|6}_route_req() sock argument by Eric Dumazet · 9 years ago
  93. 3f684b4 tcp: cookie_init_sequence() cleanups by Eric Dumazet · 9 years ago
  94. 0c27171 tcp/dccp: constify syn_recv_sock() method sock argument by Eric Dumazet · 9 years ago
  95. c28c6f0 tcp: constify tcp_create_openreq_child() socket argument by Eric Dumazet · 9 years ago
  96. 87e002b net: constify sk_gfp_atomic() sock argument by Eric Dumazet · 9 years ago
  97. 1ce31c9 inet: constify __inet_inherit_port() sock argument by Eric Dumazet · 9 years ago
  98. a2432c4 inet: constify inet_csk_route_child_sock() socket argument by Eric Dumazet · 9 years ago
  99. f76b33c dccp: use inet6_csk_route_req() helper by Eric Dumazet · 9 years ago
  100. 72ab4a8 tcp: remove tcp_rcv_state_process() tcp_hdr argument by Eric Dumazet · 9 years ago