1. 72145a6 tcp: md5: add LINUX_MIB_TCPMD5FAILURE counter by Eric Dumazet · 8 years ago
  2. e65c332 tcp: md5: increment sk_drops on syn_recv state by Eric Dumazet · 8 years ago
  3. a52e95a net: diag: allow socket bytecode filters to match socket marks by Lorenzo Colitti · 8 years ago
  4. 627cc4a net: diag: slightly refactor the inet_diag_bc_audit error checks. by Lorenzo Colitti · 8 years ago
  5. 9d490b4 net: dsa: rename switch operations structure by Vivien Didelot · 8 years ago
  6. 6546c78 Merge tag 'rxrpc-rewrite-20160824-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by David S. Miller · 8 years ago
  7. d3c10db Merge tag 'rxrpc-rewrite-20160824-1' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by David S. Miller · 8 years ago
  8. 45025bc rxrpc: Improve management and caching of client connection objects by David Howells · 8 years ago
  9. 4d028b2 rxrpc: Dup the main conn list for the proc interface by David Howells · 8 years ago
  10. df5d8bf rxrpc: Make /proc/net/rxrpc_calls safer by David Howells · 8 years ago
  11. 2266ffd rxrpc: Fix conn-based retransmit by David Howells · 8 years ago
  12. ba2489b net: remove clear_sk() method by Eric Dumazet · 8 years ago
  13. 391bb6b ipv6: tcp: get rid of tcp_v6_clear_sk() by Eric Dumazet · 8 years ago
  14. 4cac820 udp: get rid of sk_prot_clear_portaddr_nulls() by Eric Dumazet · 8 years ago
  15. 6a6ad2a ipv6: udp: remove udp_v6_clear_sk() by Eric Dumazet · 8 years ago
  16. 5d77dca net: diag: support SOCK_DESTROY for UDP sockets by David Ahern · 8 years ago
  17. 5128b18 tipc: use kfree_skb() instead of kfree() by Wei Yongjun · 8 years ago
  18. 85d2c92 Merge tag 'rxrpc-rewrite-20160823-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by David S. Miller · 8 years ago
  19. 3a69101 Merge tag 'rxrpc-rewrite-20160823-1' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by David S. Miller · 8 years ago
  20. f8edcd1 net: rtnetlink: Don't export empty RTAX_FEATURES by Phil Sutter · 8 years ago
  21. cebc5cb net-tcp: retire TFO_SERVER_WO_SOCKOPT2 config by Yuchung Cheng · 8 years ago
  22. 54c151d l2tp: Refactor the codes with existing macros instead of literal number by Gao Feng · 8 years ago
  23. 1616b38 kcm: Fix locking issue by Tom Herbert · 8 years ago
  24. cff6a33 strparser: Queue work when being unpaused by Tom Herbert · 8 years ago
  25. 18bfeba rxrpc: Perform terminal call ACK/ABORT retransmission from conn processor by David Howells · 8 years ago
  26. 563ea7d rxrpc: Calculate serial skew on packet reception by David Howells · 8 years ago
  27. f51b448 rxrpc: Set connection expiry on idle, not put by David Howells · 8 years ago
  28. df844fd rxrpc: Use a tracepoint for skb accounting debugging by David Howells · 8 years ago
  29. 01a90a4 rxrpc: Drop channel number field from rxrpc_call struct by David Howells · 8 years ago
  30. f36b5e4 rxrpc: When clearing a socket, clear the call sets in the right order by David Howells · 8 years ago
  31. dabe5a7 rxrpc: Tidy up the rxrpc_call struct a bit by David Howells · 8 years ago
  32. 26164e77 rxrpc: Remove RXRPC_CALL_PROC_BUSY by David Howells · 8 years ago
  33. a01512d net: strparser: fix strparser sk_user_data check by Dave Watson · 8 years ago
  34. 7b31436 net: dsa: Allow the DSA driver to indicate the tag protocol by Andrew Lunn · 8 years ago
  35. 1ae292a net: ipconfig: Fix NULL pointer dereference on RARP/BOOTP/DHCP timeout by Geert Uytterhoeven · 8 years ago
  36. 8b7ac60 Merge tag 'batadv-next-for-davem-20160822' of git://git.open-mesh.org/linux-merge by David S. Miller · 8 years ago
  37. b9a24bb net_sched: properly handle failure case of tcf_exts_init() by WANG Cong · 8 years ago
  38. c1346a7 Revert "l2tp: Refactor the codes with existing macros instead of literal number" by David S. Miller · 8 years ago
  39. 5ab1fe7 l2tp: Refactor the codes with existing macros instead of literal number by Gao Feng · 8 years ago
  40. dc833de net/irda: remove pointless assignment/check by Vegard Nossum · 8 years ago
  41. d933802 net: dsa: bcm_sf2: Make it a real platform device driver by Florian Fainelli · 8 years ago
  42. ea825e7 net: dsa: Export suspend/resume functions by Florian Fainelli · 8 years ago
  43. d985d15 net: ipv4: fix sparse error in fib_good_nh() by Eric Dumazet · 8 years ago
  44. 217375a udp: include addrconf.h by Eric Dumazet · 8 years ago
  45. b6c6b64 tcp: md5: remove tcp_md5_hash_header() by Eric Dumazet · 8 years ago
  46. ad20207 netlink: Use rhashtable walk interface in diag dump by Herbert Xu · 8 years ago
  47. 54fd9c2 bpf: get rid of cgroup helper related ifdefs by Daniel Borkmann · 8 years ago
  48. 4de1696 bpf: enable event output helper also for xdp types by Daniel Borkmann · 8 years ago
  49. 5293efe bpf: add bpf_skb_change_tail helper by Daniel Borkmann · 8 years ago
  50. 45c7fff bpf: use skb_pkt_type_ok helper in bpf_skb_change_type by Daniel Borkmann · 8 years ago
  51. b340402 tipc: add peer removal functionality by Richard Alpe · 8 years ago
  52. 36a6503 tcp: refine tcp_prune_ofo_queue() to not drop all packets by Eric Dumazet · 8 years ago
  53. dca0aaf tcp: defer sacked assignment by Eric Dumazet · 8 years ago
  54. 61ba1a2 net: bridge: export vlan flags with the stats by Nikolay Aleksandrov · 8 years ago
  55. d5ff8c4 net: bridge: consolidate bridge and port linkxstats calls by Nikolay Aleksandrov · 8 years ago
  56. 956af37 net_sched: act_vlan: Add priority option by Hadar Hen Zion · 8 years ago
  57. 9399ae9 net_sched: flower: Add vlan support by Hadar Hen Zion · 8 years ago
  58. 339ba87 net_sched: flower: Avoid dissection of unmasked keys by Hadar Hen Zion · 8 years ago
  59. f6a6692 flow_dissector: Get vlan priority in addition to vlan id by Hadar Hen Zion · 8 years ago
  60. d5709f7 flow_dissector: For stripped vlan, get vlan info from skb->vlan_tci by Hadar Hen Zion · 8 years ago
  61. ea32746 net: sched: avoid duplicates in qdisc dump by Jiri Kosina · 8 years ago
  62. 69012ae net: sched: fix handling of singleton qdiscs with qdisc_hash by Jiri Kosina · 8 years ago
  63. 5a0950c tipc: ensure that link congestion and wakeup use same criteria by Jon Paul Maloy · 8 years ago
  64. 0d051bf tipc: make bearer packet filtering generic by Jon Paul Maloy · 8 years ago
  65. 0d135e4 net: atm: remove redundant null pointer check on dev->name by Colin Ian King · 8 years ago
  66. 60747ef Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  67. 184ca82 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  68. 9b73896 kcm: Use stream parser by Tom Herbert · 8 years ago
  69. 43a0c67 strparser: Stream parser for messages by Tom Herbert · 8 years ago
  70. d2d371a net: ipconfig: Fix more use after free by Thierry Reding · 8 years ago
  71. b5ac851 net_sched: allow flushing tc police actions by Roman Mashak · 8 years ago
  72. 0852e45 net_sched: unify the init logic for act_police by WANG Cong · 8 years ago
  73. 22dc13c net_sched: convert tcf_exts from list to pointer array by WANG Cong · 8 years ago
  74. 824a7e8 net_sched: remove an unnecessary list_del() by WANG Cong · 8 years ago
  75. f07fed8 net_sched: remove the leftover cleanup_a() by WANG Cong · 8 years ago
  76. 00062a93 Merge tag 'batadv-next-for-davem-20160816' of git://git.open-mesh.org/linux-merge by David S. Miller · 8 years ago
  77. 3ec60b9 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 8 years ago
  78. d2fbdf7 tipc: fix NULL pointer dereference in shutdown() by Vegard Nossum · 8 years ago
  79. 2eb03e6 switchdev: Put export declaration in the right place by Or Gerlitz · 8 years ago
  80. 3d7b332 gre: set inner_protocol on xmit by Simon Horman · 8 years ago
  81. 5e45789 net: ipv6: Fix ping to link-local addresses. by Lorenzo Colitti · 8 years ago
  82. e79c6a4 net: make net namespace sysctls belong to container's owner by Dmitry Torokhov · 8 years ago
  83. f8c46cb netns: do not call pernet ops for not yet set up init_net namespace by Dmitry Torokhov · 8 years ago
  84. 21bc54f vhost/vsock: drop space available check for TX vq by Gerard Garcia · 8 years ago
  85. 952fcfd net: remove type_check from dev_get_nest_level() by Sabrina Dubroca · 8 years ago
  86. bc56163 net: ipv6: Do not keep IPv6 addresses when IPv6 is disabled by Mike Manning · 8 years ago
  87. 5f3b9d3 Merge tag 'mac80211-next-for-davem-2016-08-12' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 8 years ago
  88. 54236ab net/sctp: always initialise sctp_ht_iter::start_fail by Vegard Nossum · 8 years ago
  89. 5ba092e net/irda: handle iriap_register_lsap() allocation failure by Vegard Nossum · 8 years ago
  90. 0ed661d bpf: fix write helpers with regards to non-linear parts by Daniel Borkmann · 8 years ago
  91. b4c0e0c calipso: fix resource leak on calipso_genopt failure by Colin Ian King · 8 years ago
  92. 747ea55 bpf: fix bpf_skb_in_cgroup helper naming by Daniel Borkmann · 8 years ago
  93. 03ff497 sit: make function ipip6_valid_ip_proto() static by Wei Yongjun · 8 years ago
  94. f9f9ab1 Merge tag 'batadv-next-for-davem-20160812' of git://git.open-mesh.org/linux-merge by David S. Miller · 8 years ago
  95. 9909170 Merge tag 'nfs-for-4.8-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 8 years ago
  96. 6da7e95 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 8 years ago
  97. ff9a71a nl80211: explicitly check enum nl80211_mesh_power_mode by Johannes Berg · 8 years ago
  98. 4fdbc67a mac80211: call get_expected_throughput only after adding station by Maxim Altshul · 8 years ago
  99. 12d20fc9 cfg80211: identically validate beacon interval for AP/MESH/IBSS by Purushottam Kushwaha · 8 years ago
  100. 7f8ed01 cfg80211: always notify userspace when wireless netdev is removed by Denis Kenzior · 8 years ago