1. ed78d09 netfilter: make nf_queue_entry_get_refs return void by Florian Westphal · 9 years ago
  2. 2ffbceb netfilter: remove hook owner refcounting by Florian Westphal · 9 years ago
  3. ae2d708 netfilter: conntrack: fix crash on timeout object removal by Pablo Neira Ayuso · 9 years ago
  4. a29a9a5 netfilter: nfnetlink_log: allow to attach conntrack by Ken-ichirou MATSUZAWA · 9 years ago
  5. 224a059 netfilter: ctnetlink: add const qualifier to nfnl_hook.get_ct by Ken-ichirou MATSUZAWA · 9 years ago
  6. a4b4766 netfilter: nfnetlink_queue: rename related to nfqueue attaching conntrack info by Ken-ichirou MATSUZAWA · 9 years ago
  7. 0647e70 netfilter: remove dead code by Flavio Leitner · 9 years ago
  8. b7bd180 netfilter: nfnetlink_queue: get rid of nfnetlink_queue_ct.c by Pablo Neira Ayuso · 9 years ago
  9. e96f78a tcp/dccp: add SLAB_DESTROY_BY_RCU flag for request sockets by Eric Dumazet · 9 years ago
  10. f3a6bd3 phylib: Add phy_set_max_speed helper by Simon Horman · 9 years ago
  11. c46646d sched, bpf: add helper for retrieving routing realms by Daniel Borkmann · 9 years ago
  12. a91263d ebpf: migrate bpf_prog's flags to bitfield by Daniel Borkmann · 9 years ago
  13. 9e8f4a5 switchdev: push object ID back to object structure by Jiri Pirko · 9 years ago
  14. 648b4a9 switchdev: bring back switchdev_obj and use it as a generic object param by Jiri Pirko · 9 years ago
  15. 52ba57c switchdev: rename switchdev_obj_fdb to switchdev_obj_port_fdb by Jiri Pirko · 9 years ago
  16. 8f24f30 switchdev: rename switchdev_obj_vlan to switchdev_obj_port_vlan by Jiri Pirko · 9 years ago
  17. 1f86839 switchdev: rename SWITCHDEV_ATTR_* enum values to SWITCHDEV_ATTR_ID_* by Jiri Pirko · 9 years ago
  18. 57d8083 switchdev: rename SWITCHDEV_OBJ_* enum values to SWITCHDEV_OBJ_ID_* by Jiri Pirko · 9 years ago
  19. ef547f2 tcp: remove max_qlen_log by Eric Dumazet · 9 years ago
  20. 10cbc8f tcp/dccp: remove struct listen_sock by Eric Dumazet · 9 years ago
  21. ca6fb06 tcp: attach SYNACK messages to request sockets instead of listener by Eric Dumazet · 9 years ago
  22. 1b33bc3 ipv6: remove obsolete inet6 functions by Eric Dumazet · 9 years ago
  23. 81b496b tcp/dccp: shrink struct listen_sock by Eric Dumazet · 9 years ago
  24. 079096f tcp/dccp: install syn_recv requests into ehash table by Eric Dumazet · 9 years ago
  25. 2feda34 tcp/dccp: remove inet_csk_reqsk_queue_added() timeout argument by Eric Dumazet · 9 years ago
  26. aa3a0c8 tcp: get_openreq[46]() changes by Eric Dumazet · 9 years ago
  27. b267cdd tcp/dccp: init sk_prot and call sk_node_init() in reqsk_alloc() by Eric Dumazet · 9 years ago
  28. 8d2675f tcp: move synflood_warned into struct request_sock_queue by Eric Dumazet · 9 years ago
  29. aac065c tcp: move qlen/young out of struct listen_sock by Eric Dumazet · 9 years ago
  30. fff1f30 tcp: add a spinlock to protect struct request_sock_queue by Eric Dumazet · 9 years ago
  31. f6d3125 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  32. 8c25ab8 Merge git://git.infradead.org/intel-iommu by Linus Torvalds · 9 years ago
  33. bde17b9 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  34. 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
  35. 3deaa4f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  36. ef51019 memcg: remove pcp_counter_lock by Greg Thelen · 9 years ago
  37. 0610c25 memcg: fix dirty page migration by Greg Thelen · 9 years ago
  38. 9ff42d1 userfaultfd: remove kernel header include from uapi header by Andre Przywara · 9 years ago
  39. 46c8217 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  40. dd953d3 Merge branches 'pm-pci' and 'acpi-pci' by Rafael J. Wysocki · 9 years ago
  41. 4bf1b54 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  42. 21fdd09 net: Add support for filtering neigh dump by master device by David Ahern · 9 years ago
  43. 44bbcf5 net: switchdev: extract struct switchdev_obj_* by Vivien Didelot · 9 years ago
  44. ab06900 net: switchdev: abstract object in add/del ops by Vivien Didelot · 9 years ago
  45. 25f07ad net: switchdev: pass callback to dump operation by Vivien Didelot · 9 years ago
  46. 03d5fb1 net: switchdev: remove dev from switchdev_obj cb by Vivien Didelot · 9 years ago
  47. 9478d12 net: Move netif_index_is_l3_master to l3mdev.h by David Ahern · 9 years ago
  48. ec53951 net: Remove vrf header file by David Ahern · 9 years ago
  49. 93a7e7e net: Remove the now unused vrf_ptr by David Ahern · 9 years ago
  50. 8e1ed70 net: Replace calls to vrf_dev_get_rth by David Ahern · 9 years ago
  51. 3236b00 net: Replace vrf_dev_table and friends by David Ahern · 9 years ago
  52. 385add9 net: Replace vrf_master_ifindex{, _rcu} with l3mdev equivalents by David Ahern · 9 years ago
  53. 1b69c6d net: Introduce L3 Master device abstraction by David Ahern · 9 years ago
  54. 007979e net: Rename IFF_VRF_MASTER to IFF_L3MDEV_MASTER by David Ahern · 9 years ago
  55. 0536fcc tcp: prepare fastopen code for upcoming listener changes by Eric Dumazet · 9 years ago
  56. 2985aaa tcp: constify tcp_syn_flood_action() socket argument by Eric Dumazet · 9 years ago
  57. f964629 tcp: constify tcp_v{4|6}_route_req() sock argument by Eric Dumazet · 9 years ago
  58. 3f684b4 tcp: cookie_init_sequence() cleanups by Eric Dumazet · 9 years ago
  59. 0c27171 tcp/dccp: constify syn_recv_sock() method sock argument by Eric Dumazet · 9 years ago
  60. c28c6f0 tcp: constify tcp_create_openreq_child() socket argument by Eric Dumazet · 9 years ago
  61. 87e002b net: constify sk_gfp_atomic() sock argument by Eric Dumazet · 9 years ago
  62. 1ce31c9 inet: constify __inet_inherit_port() sock argument by Eric Dumazet · 9 years ago
  63. a2432c4 inet: constify inet_csk_route_child_sock() socket argument by Eric Dumazet · 9 years ago
  64. f76b33c dccp: use inet6_csk_route_req() helper by Eric Dumazet · 9 years ago
  65. 72ab4a8 tcp: remove tcp_rcv_state_process() tcp_hdr argument by Eric Dumazet · 9 years ago
  66. bda07a6 tcp: remove unused len argument from tcp_rcv_state_process() by Eric Dumazet · 9 years ago
  67. a00e744 tcp/dccp: constify send_synack and send_reset socket argument by Eric Dumazet · 9 years ago
  68. 31b33df skbuff: Fix skb checksum partial check. by Pravin B Shelar · 9 years ago
  69. 2094acb net/ipv4: Pass proto as u8 instead of u16 in ip_check_mc_rcu by Alexander Duyck · 9 years ago
  70. 4613012 af_unix: Convert the unix_sk macro to an inline function for type safety by Aaron Conole · 9 years ago
  71. 2594e90 bridge: vlan: add per-vlan struct and move to rhashtables by Nikolay Aleksandrov · 9 years ago
  72. c1444c6 bridge: Pass net into br_validate_ipv4 and br_validate_ipv6 by Eric W. Biederman · 9 years ago
  73. 5f5d74d ipv6: Pass struct net into ip6_route_me_harder by Eric W. Biederman · 9 years ago
  74. e45f506 ipv4: Pass struct net into ip_route_me_harder by Eric W. Biederman · 9 years ago
  75. d815d90 netfilter: Push struct net down into nf_afinfo.reroute by Eric W. Biederman · 9 years ago
  76. 372892e ipv4: Push struct net down into nf_send_reset by Eric W. Biederman · 9 years ago
  77. 78ccb25 net/mlx5_core: Fix wrong name in struct by Eli Cohen · 9 years ago
  78. 7c85af8 tcp: avoid reorders for TFO passive connections by Eric Dumazet · 9 years ago
  79. 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
  80. b1be00a vxlan: support both IPv4 and IPv6 sockets in a single vxlan device by Jiri Benc · 9 years ago
  81. c91d707 Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  82. 4963ed4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  83. 518a7cb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  84. 5ebc760 ACPI, PCI, irq: Do not share PCI IRQ with ISA IRQ by Jiang Liu · 9 years ago
  85. 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
  86. 1b70e97 inet: constify inet_rtx_syn_ack() sock argument by Eric Dumazet · 9 years ago
  87. ea3bea3 tcp/dccp: constify rtx_synack() and friends by Eric Dumazet · 9 years ago
  88. 0f935db tcp: constify tcp_v{4|6}_send_synack() socket argument by Eric Dumazet · 9 years ago
  89. 1c1e9d2 ipv6: constify ip6_xmit() sock argument by Eric Dumazet · 9 years ago
  90. 5d062de tcp: constify tcp_make_synack() socket argument by Eric Dumazet · 9 years ago
  91. cfe673b ip: constify ip_build_and_send_pkt() socket argument by Eric Dumazet · 9 years ago
  92. b83e3de tcp: md5: constify tcp_md5_do_lookup() socket argument by Eric Dumazet · 9 years ago
  93. 4e3f5d7 inet: constify ip_dont_fragment() arguments by Eric Dumazet · 9 years ago
  94. 30d50c6 ipv6: constify inet6_csk_route_req() socket argument by Eric Dumazet · 9 years ago
  95. 3aef934 ipv6: constify ip6_dst_lookup_{flow|tail}() sock arguments by Eric Dumazet · 9 years ago
  96. e5895bc inet: constify inet_csk_route_req() socket argument by Eric Dumazet · 9 years ago
  97. 6f9c961 inet: constify ip_route_output_flow() socket argument by Eric Dumazet · 9 years ago
  98. b1964b5 tcp: constify tcp_openreq_init_rwin() by Eric Dumazet · 9 years ago
  99. b40cf18 tcp: constify listener socket in tcp_v[46]_init_req() by Eric Dumazet · 9 years ago
  100. 101688f Merge tag 'nfs-for-4.3-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago