1. 1b33bc3 ipv6: remove obsolete inet6 functions by Eric Dumazet · 9 years ago
  2. 81b496b tcp/dccp: shrink struct listen_sock by Eric Dumazet · 9 years ago
  3. 079096f tcp/dccp: install syn_recv requests into ehash table by Eric Dumazet · 9 years ago
  4. 2feda34 tcp/dccp: remove inet_csk_reqsk_queue_added() timeout argument by Eric Dumazet · 9 years ago
  5. aa3a0c8 tcp: get_openreq[46]() changes by Eric Dumazet · 9 years ago
  6. b267cdd tcp/dccp: init sk_prot and call sk_node_init() in reqsk_alloc() by Eric Dumazet · 9 years ago
  7. 8d2675f tcp: move synflood_warned into struct request_sock_queue by Eric Dumazet · 9 years ago
  8. aac065c tcp: move qlen/young out of struct listen_sock by Eric Dumazet · 9 years ago
  9. fff1f30 tcp: add a spinlock to protect struct request_sock_queue by Eric Dumazet · 9 years ago
  10. f6d3125 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  11. 8c25ab8 Merge git://git.infradead.org/intel-iommu by Linus Torvalds · 9 years ago
  12. bde17b9 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  13. 1bca100 Merge tag 'pm+acpi-4.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  14. 3deaa4f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  15. ef51019 memcg: remove pcp_counter_lock by Greg Thelen · 9 years ago
  16. 0610c25 memcg: fix dirty page migration by Greg Thelen · 9 years ago
  17. 9ff42d1 userfaultfd: remove kernel header include from uapi header by Andre Przywara · 9 years ago
  18. 46c8217 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  19. dd953d3 Merge branches 'pm-pci' and 'acpi-pci' by Rafael J. Wysocki · 9 years ago
  20. 4bf1b54 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  21. 21fdd09 net: Add support for filtering neigh dump by master device by David Ahern · 9 years ago
  22. 44bbcf5 net: switchdev: extract struct switchdev_obj_* by Vivien Didelot · 9 years ago
  23. ab06900 net: switchdev: abstract object in add/del ops by Vivien Didelot · 9 years ago
  24. 25f07ad net: switchdev: pass callback to dump operation by Vivien Didelot · 9 years ago
  25. 03d5fb1 net: switchdev: remove dev from switchdev_obj cb by Vivien Didelot · 9 years ago
  26. 9478d12 net: Move netif_index_is_l3_master to l3mdev.h by David Ahern · 9 years ago
  27. ec53951 net: Remove vrf header file by David Ahern · 9 years ago
  28. 93a7e7e net: Remove the now unused vrf_ptr by David Ahern · 9 years ago
  29. 8e1ed70 net: Replace calls to vrf_dev_get_rth by David Ahern · 9 years ago
  30. 3236b00 net: Replace vrf_dev_table and friends by David Ahern · 9 years ago
  31. 385add9 net: Replace vrf_master_ifindex{, _rcu} with l3mdev equivalents by David Ahern · 9 years ago
  32. 1b69c6d net: Introduce L3 Master device abstraction by David Ahern · 9 years ago
  33. 007979e net: Rename IFF_VRF_MASTER to IFF_L3MDEV_MASTER by David Ahern · 9 years ago
  34. 0536fcc tcp: prepare fastopen code for upcoming listener changes by Eric Dumazet · 9 years ago
  35. 2985aaa tcp: constify tcp_syn_flood_action() socket argument by Eric Dumazet · 9 years ago
  36. f964629 tcp: constify tcp_v{4|6}_route_req() sock argument by Eric Dumazet · 9 years ago
  37. 3f684b4 tcp: cookie_init_sequence() cleanups by Eric Dumazet · 9 years ago
  38. 0c27171 tcp/dccp: constify syn_recv_sock() method sock argument by Eric Dumazet · 9 years ago
  39. c28c6f0 tcp: constify tcp_create_openreq_child() socket argument by Eric Dumazet · 9 years ago
  40. 87e002b net: constify sk_gfp_atomic() sock argument by Eric Dumazet · 9 years ago
  41. 1ce31c9 inet: constify __inet_inherit_port() sock argument by Eric Dumazet · 9 years ago
  42. a2432c4 inet: constify inet_csk_route_child_sock() socket argument by Eric Dumazet · 9 years ago
  43. f76b33c dccp: use inet6_csk_route_req() helper by Eric Dumazet · 9 years ago
  44. 72ab4a8 tcp: remove tcp_rcv_state_process() tcp_hdr argument by Eric Dumazet · 9 years ago
  45. bda07a6 tcp: remove unused len argument from tcp_rcv_state_process() by Eric Dumazet · 9 years ago
  46. a00e744 tcp/dccp: constify send_synack and send_reset socket argument by Eric Dumazet · 9 years ago
  47. 31b33df skbuff: Fix skb checksum partial check. by Pravin B Shelar · 9 years ago
  48. 2094acb net/ipv4: Pass proto as u8 instead of u16 in ip_check_mc_rcu by Alexander Duyck · 9 years ago
  49. 4613012 af_unix: Convert the unix_sk macro to an inline function for type safety by Aaron Conole · 9 years ago
  50. 2594e90 bridge: vlan: add per-vlan struct and move to rhashtables by Nikolay Aleksandrov · 9 years ago
  51. c1444c6 bridge: Pass net into br_validate_ipv4 and br_validate_ipv6 by Eric W. Biederman · 9 years ago
  52. 5f5d74d ipv6: Pass struct net into ip6_route_me_harder by Eric W. Biederman · 9 years ago
  53. e45f506 ipv4: Pass struct net into ip_route_me_harder by Eric W. Biederman · 9 years ago
  54. d815d90 netfilter: Push struct net down into nf_afinfo.reroute by Eric W. Biederman · 9 years ago
  55. 372892e ipv4: Push struct net down into nf_send_reset by Eric W. Biederman · 9 years ago
  56. 78ccb25 net/mlx5_core: Fix wrong name in struct by Eli Cohen · 9 years ago
  57. 7c85af8 tcp: avoid reorders for TFO passive connections by Eric Dumazet · 9 years ago
  58. 7c4f1c6 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/urgent by Ingo Molnar · 9 years ago
  59. b1be00a vxlan: support both IPv4 and IPv6 sockets in a single vxlan device by Jiri Benc · 9 years ago
  60. c91d707 Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  61. 4963ed4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  62. 518a7cb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  63. 5ebc760 ACPI, PCI, irq: Do not share PCI IRQ with ISA IRQ by Jiang Liu · 9 years ago
  64. d4a748a Merge branch 'for-4.3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago
  65. 1b70e97 inet: constify inet_rtx_syn_ack() sock argument by Eric Dumazet · 9 years ago
  66. ea3bea3 tcp/dccp: constify rtx_synack() and friends by Eric Dumazet · 9 years ago
  67. 0f935dbe tcp: constify tcp_v{4|6}_send_synack() socket argument by Eric Dumazet · 9 years ago
  68. 1c1e9d2 ipv6: constify ip6_xmit() sock argument by Eric Dumazet · 9 years ago
  69. 5d062de tcp: constify tcp_make_synack() socket argument by Eric Dumazet · 9 years ago
  70. cfe673b ip: constify ip_build_and_send_pkt() socket argument by Eric Dumazet · 9 years ago
  71. b83e3de tcp: md5: constify tcp_md5_do_lookup() socket argument by Eric Dumazet · 9 years ago
  72. 4e3f5d7 inet: constify ip_dont_fragment() arguments by Eric Dumazet · 9 years ago
  73. 30d50c6 ipv6: constify inet6_csk_route_req() socket argument by Eric Dumazet · 9 years ago
  74. 3aef934 ipv6: constify ip6_dst_lookup_{flow|tail}() sock arguments by Eric Dumazet · 9 years ago
  75. e5895bc inet: constify inet_csk_route_req() socket argument by Eric Dumazet · 9 years ago
  76. 6f9c961 inet: constify ip_route_output_flow() socket argument by Eric Dumazet · 9 years ago
  77. b1964b5 tcp: constify tcp_openreq_init_rwin() by Eric Dumazet · 9 years ago
  78. b40cf18 tcp: constify listener socket in tcp_v[46]_init_req() by Eric Dumazet · 9 years ago
  79. 101688f Merge tag 'nfs-for-4.3-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
  80. c6790aa IB/mlx5: Remove support for IB_DEVICE_LOCAL_DMA_LKEY by Sagi Grimberg · 9 years ago
  81. eeeb952 target: Propigate backend read-only to core_tpg_add_lun by Nicholas Bellinger · 9 years ago
  82. 38737e4 phy: add phy_device_remove() by Russell King · 9 years ago
  83. 3e3aaf6 phy: fix mdiobus module safety by Russell King · 9 years ago
  84. f623ab7 switchdev: reduce transaction phase enum down to a boolean by Jiri Pirko · 9 years ago
  85. 9f6467c switchdev: remove "ABORT" transaction phase by Jiri Pirko · 9 years ago
  86. 2b8a61a switchdev: remove "NONE" transaction phase by Jiri Pirko · 9 years ago
  87. 8bdb427 switchdev: add switchdev_trans_ph_prepare/commit helpers by Jiri Pirko · 9 years ago
  88. f8db834 switchdev: move transaction phase enum under transaction structure by Jiri Pirko · 9 years ago
  89. 7ea6eb3 switchdev: introduce transaction item queue for attr_set and obj_add by Jiri Pirko · 9 years ago
  90. 69f5df4 switchdev: rename "trans" to "trans_ph". by Jiri Pirko · 9 years ago
  91. ced255c Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 9 years ago
  92. 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
  93. bfbaa60 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  94. b194f30c lwtunnel: remove source and destination UDP port config option by Jiri Benc · 9 years ago
  95. 63d008a ipv4: send arp replies to the correct tunnel by Jiri Benc · 9 years ago
  96. 6ae459b skbuff: Fix skb checksum flag on skb pull by Pravin B Shelar · 9 years ago
  97. 9badce0 cgroup, writeback: don't enable cgroup writeback on traditional hierarchies by Tejun Heo · 9 years ago
  98. 38cf595 ipv6: remove unused neigh parameter from ndisc functions by Jiri Benc · 9 years ago
  99. 92c14d9 genetlink: simplify genl_notify by Jiri Benc · 9 years ago
  100. d5fc4f5 Merge tag 'spi-fix-v4.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 9 years ago