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