1. 8e1ed70 net: Replace calls to vrf_dev_get_rth by David Ahern · 9 years ago
  2. 3236b00 net: Replace vrf_dev_table and friends by David Ahern · 9 years ago
  3. 385add9 net: Replace vrf_master_ifindex{, _rcu} with l3mdev equivalents by David Ahern · 9 years ago
  4. 1b69c6d net: Introduce L3 Master device abstraction by David Ahern · 9 years ago
  5. 007979e net: Rename IFF_VRF_MASTER to IFF_L3MDEV_MASTER by David Ahern · 9 years ago
  6. 0536fcc tcp: prepare fastopen code for upcoming listener changes by Eric Dumazet · 9 years ago
  7. 2985aaa tcp: constify tcp_syn_flood_action() socket argument by Eric Dumazet · 9 years ago
  8. f964629 tcp: constify tcp_v{4|6}_route_req() sock argument by Eric Dumazet · 9 years ago
  9. 3f684b4 tcp: cookie_init_sequence() cleanups by Eric Dumazet · 9 years ago
  10. 0c27171 tcp/dccp: constify syn_recv_sock() method sock argument by Eric Dumazet · 9 years ago
  11. c28c6f0 tcp: constify tcp_create_openreq_child() socket argument by Eric Dumazet · 9 years ago
  12. 54105f9 dccp: constify dccp_create_openreq_child() sock argument by Eric Dumazet · 9 years ago
  13. 1ce31c9 inet: constify __inet_inherit_port() sock argument by Eric Dumazet · 9 years ago
  14. a2432c4 inet: constify inet_csk_route_child_sock() socket argument by Eric Dumazet · 9 years ago
  15. f76b33c dccp: use inet6_csk_route_req() helper by Eric Dumazet · 9 years ago
  16. 72ab4a8 tcp: remove tcp_rcv_state_process() tcp_hdr argument by Eric Dumazet · 9 years ago
  17. bda07a6 tcp: remove unused len argument from tcp_rcv_state_process() by Eric Dumazet · 9 years ago
  18. a00e744 tcp/dccp: constify send_synack and send_reset socket argument by Eric Dumazet · 9 years ago
  19. 0d75396 net: Remove martian_source_keep_err goto label by David Ahern · 9 years ago
  20. 75fea73 net: Swap ordering of tests in ip_route_input_mc by Alexander Duyck · 9 years ago
  21. 2094acb net/ipv4: Pass proto as u8 instead of u16 in ip_check_mc_rcu by Alexander Duyck · 9 years ago
  22. 822d54b netpoll: Drop budget parameter from NAPI polling call hierarchy by Alexander Duyck · 9 years ago
  23. 2594e90 bridge: vlan: add per-vlan struct and move to rhashtables by Nikolay Aleksandrov · 9 years ago
  24. 8a4683a net: help compiler generate better code in eth_get_headlen by Jesper Dangaard Brouer · 9 years ago
  25. d2e1339 tcp: Fix CWV being too strict on thin streams by Bendik Rønning Opstad · 9 years ago
  26. 17fb0b2 net: Remove redundant oif checks in rt6_device_match by David Ahern · 9 years ago
  27. 7c85af8 tcp: avoid reorders for TFO passive connections by Eric Dumazet · 9 years ago
  28. 34c2d9f bridge: Allow forward delay to be cfgd when STP enabled by Ian Wilson · 9 years ago
  29. b1be00a vxlan: support both IPv4 and IPv6 sockets in a single vxlan device by Jiri Benc · 9 years ago
  30. 4963ed4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  31. 518a7cb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  32. bdb06cb net: Fix panic in icmp_route_lookup by David Ahern · 9 years ago
  33. 1b70e97 inet: constify inet_rtx_syn_ack() sock argument by Eric Dumazet · 9 years ago
  34. ea3bea3 tcp/dccp: constify rtx_synack() and friends by Eric Dumazet · 9 years ago
  35. 802885f dccp: constify dccp_make_response() socket argument by Eric Dumazet · 9 years ago
  36. 0f935dbe tcp: constify tcp_v{4|6}_send_synack() socket argument by Eric Dumazet · 9 years ago
  37. 1c1e9d2 ipv6: constify ip6_xmit() sock argument by Eric Dumazet · 9 years ago
  38. 5d062de tcp: constify tcp_make_synack() socket argument by Eric Dumazet · 9 years ago
  39. 6ac705b tcp: remove tcp_ecn_make_synack() socket argument by Eric Dumazet · 9 years ago
  40. 37bfbdd tcp: remove tcp_synack_options() 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. 30d50c6 ipv6: constify inet6_csk_route_req() socket argument by Eric Dumazet · 9 years ago
  44. 3aef934 ipv6: constify ip6_dst_lookup_{flow|tail}() sock arguments by Eric Dumazet · 9 years ago
  45. e5895bc inet: constify inet_csk_route_req() socket argument by Eric Dumazet · 9 years ago
  46. 6f9c961 inet: constify ip_route_output_flow() socket argument by Eric Dumazet · 9 years ago
  47. b1964b5 tcp: constify tcp_openreq_init_rwin() by Eric Dumazet · 9 years ago
  48. b40cf18 tcp: constify listener socket in tcp_v[46]_init_req() by Eric Dumazet · 9 years ago
  49. 6ea29da net: remove unused argument of __netdev_find_adj() by Michal Kubeček · 9 years ago
  50. 163c2e2 l2tp: auto load IP modules by stephen hemminger · 9 years ago
  51. f1f39f9 l2tp: auto load type modules by stephen hemminger · 9 years ago
  52. f37db85 net: dsa: Set a "dsa" device_type by Florian Fainelli · 9 years ago
  53. 101688f Merge tag 'nfs-for-4.3-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
  54. 9861f72 net: fix net_device refcounting by Russell King · 9 years ago
  55. e496ae6 net: dsa: fix of_mdio_find_bus() device refcount leak by Russell King · 9 years ago
  56. f623ab7 switchdev: reduce transaction phase enum down to a boolean by Jiri Pirko · 9 years ago
  57. 79a62eb dsa: use prepare/commit switchdev transaction helpers by Jiri Pirko · 9 years ago
  58. 9f6467c switchdev: remove "ABORT" transaction phase by Jiri Pirko · 9 years ago
  59. f8db834 switchdev: move transaction phase enum under transaction structure by Jiri Pirko · 9 years ago
  60. 7ea6eb3 switchdev: introduce transaction item queue for attr_set and obj_add by Jiri Pirko · 9 years ago
  61. 69f5df4 switchdev: rename "trans" to "trans_ph". by Jiri Pirko · 9 years ago
  62. 17a10c9 ip6_tunnel: Reduce log level in ip6_tnl_err() to debug by Matt Bennett · 9 years ago
  63. deccbe8 Merge tag 'mac80211-for-davem-2015-09-22' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 9 years ago
  64. a46496c ip6_gre: Reduce log level in ip6gre_err() to debug by Matt Bennett · 9 years ago
  65. 41fc014 fib_rules: fix fib rule dumps across multiple skbs by Wilson Kok · 9 years ago
  66. d8ed625 tcp: factorize sk_txhash init by Eric Dumazet · 9 years ago
  67. d8aecb1 net: revert "net_sched: move tp->root allocation into fw_init()" by WANG Cong · 9 years ago
  68. b194f30c lwtunnel: remove source and destination UDP port config option by Jiri Benc · 9 years ago
  69. 63d008a ipv4: send arp replies to the correct tunnel by Jiri Benc · 9 years ago
  70. 38cf595 ipv6: remove unused neigh parameter from ndisc functions by Jiri Benc · 9 years ago
  71. 92c14d9 genetlink: simplify genl_notify by Jiri Benc · 9 years ago
  72. da314c9 netlink: Replace rhash_portid with bound by Herbert Xu · 9 years ago
  73. dcd45e0 bridge: don't age externally added FDB entries by Siva Mannem · 9 years ago
  74. a79e88d bridge: define some min/max/default ageing time constants by Scott Feldman · 9 years ago
  75. d3869ef Fix AF_PACKET ABI breakage in 4.2 by David Woodhouse · 9 years ago
  76. 2d8bff1 netpoll: Close race condition between poll_one_napi and napi_disable by Neil Horman · 9 years ago
  77. 5cf8ca0 cls_bpf: further limit exec opcodes subset by Daniel Borkmann · 9 years ago
  78. ef146fa cls_bpf: make binding to classid optional by Daniel Borkmann · 9 years ago
  79. bf007d1 cls_bpf: also dump TCA_BPF_FLAGS by Daniel Borkmann · 9 years ago
  80. 927ab1d sched, bpf: let stack handle !IFF_UP devs on bpf_clone_redirect by Daniel Borkmann · 9 years ago
  81. 675ee23 tcp: add proper TS val into RST packets by Eric Dumazet · 9 years ago
  82. 644d0e6 ipv6 Use get_hash_from_flowi6 for rt6 hash by Tom Herbert · 9 years ago
  83. fbd0351 net: dsa: Fix Marvell Egress Trailer check by Neil Armstrong · 9 years ago
  84. ae5f2fb openvswitch: Zero flows on allocation. by Jesse Gross · 9 years ago
  85. ac5be6b userfaultfd: revert "userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_key" by Andrea Arcangeli · 9 years ago
  86. 99cb99a Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  87. babc305e2 mac80211: reset CQM history upon reconfiguration by Sara Sharon · 9 years ago
  88. 2df1b13 mac80211: fix VHT MCS mask array overrun by Johannes Berg · 9 years ago
  89. 29c6852 inet: fix races in reqsk_queue_hash_req() by Eric Dumazet · 9 years ago
  90. ed2e923 tcp/dccp: fix timewait races in timer handling by Eric Dumazet · 9 years ago
  91. f9b9958 tcp: send loss probe after 1s if no RTT available by Yuchung Cheng · 9 years ago
  92. 0f1c28a tcp: usec resolution SYN/ACK RTT by Yuchung Cheng · 9 years ago
  93. 91e60eb s390/iucv: do not use arrays as argument by Ursula Braun · 9 years ago
  94. 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
  95. 1f770c0 netlink: Fix autobind race condition that leads to zero port ID by Herbert Xu · 9 years ago
  96. bc22a0e iptunnel: make rx/tx bytes counters consistent by Nicolas Dichtel · 9 years ago
  97. ac81374 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 9 years ago
  98. 4e3ae00 tipc: reinitialize pointer after skb linearize by Erik Hugne · 9 years ago
  99. 22a3f9a rxrpc: Replace get_seconds with ktime_get_seconds by Ksenija Stanojevic · 9 years ago
  100. 0315e38 net: Fix behaviour of unreachable, blackhole and prohibit routes by Nikola Forró · 9 years ago