1. 1e9e5c9 rxrpc: Reduce the rxrpc_local::services list to a pointer by David Howells · 8 years ago
  2. 2629c7f rxrpc: When activating client conn channels, do state check inside lock by David Howells · 8 years ago
  3. a176707 rxrpc: Make Tx loss-injection go through normal return and adjust tracing by David Howells · 8 years ago
  4. 8732db6 rxrpc: Fix exclusive client connections by David Howells · 8 years ago
  5. 7836667 net: do not export sk_stream_write_space by Eric Dumazet · 8 years ago
  6. 3acf3ec tcp: Change txhash on every SYN and RTO retransmit by Lawrence Brakmo · 8 years ago
  7. 347e3b2 switchdev: remove FIB offload infrastructure by Jiri Pirko · 8 years ago
  8. c985018 fib: introduce FIB info offload flag helpers by Jiri Pirko · 8 years ago
  9. b90eb75 fib: introduce FIB notification infrastructure by Jiri Pirko · 8 years ago
  10. eb523f4 net/sched: cls_flower: Use a proper mask value for enc key id parameter by Hadar Hen Zion · 8 years ago
  11. 71527eb Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 8 years ago
  12. f20fbc0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Pablo Neira Ayuso · 8 years ago
  13. 8cb2a7d netfilter: nf_log: get rid of XT_LOG_* macros by Liping Zhang · 8 years ago
  14. ff107d2 netfilter: nft_log: complete NFTA_LOG_FLAGS attr support by Liping Zhang · 8 years ago
  15. 0f3cd9b netfilter: nf_tables: add range expression by Pablo Neira Ayuso · 8 years ago
  16. 7a68257 netfilter: xt_socket: fix transparent match for IPv6 request sockets by KOVACS Krisztian · 8 years ago
  17. 58e207e netfilter: evict stale entries when user reads /proc/net/nf_conntrack by Florian Westphal · 8 years ago
  18. 11d5f15 netfilter: xt_hashlimit: Create revision 2 to support higher pps rates by Vishwanath Pai · 8 years ago
  19. 0dc60a4 netfilter: xt_hashlimit: Prepare for revision 2 by Vishwanath Pai · 8 years ago
  20. 7bfdde7 netfilter: nft_ct: report error if mark and dir specified simultaneously by Liping Zhang · 8 years ago
  21. d767ff2 netfilter: nft_ct: unnecessary to require dir when use ct l3proto/protocol by Liping Zhang · 8 years ago
  22. 8d11350 netfilter: seqadj: Fix the wrong ack adjust for the RST packet without ack by Gao Feng · 8 years ago
  23. e3b37f1 netfilter: replace list_head with single linked list by Aaron Conole · 8 years ago
  24. 21445c9 Merge tag 'rxrpc-rewrite-20160924' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by David S. Miller · 8 years ago
  25. c2675de gre: use nla_get_be32() to extract flowinfo by Lance Richardson · 8 years ago
  26. 5749434 rxrpc: Implement slow-start by David Howells · 8 years ago
  27. 0d96796 rxrpc: Schedule an ACK if the reply to a client call appears overdue by David Howells · 8 years ago
  28. 31a1b98 rxrpc: Generate a summary of the ACK state for later use by David Howells · 8 years ago
  29. df0562a rxrpc: Delay the resend timer to allow for nsec->jiffies conv error by David Howells · 8 years ago
  30. dd7c1ee rxrpc: Reinitialise the call ACK and timer state for client reply phase by David Howells · 8 years ago
  31. b69d94d rxrpc: Include the last reply DATA serial number in the final ACK by David Howells · 8 years ago
  32. a7056c5 rxrpc: Send an immediate ACK if we fill in a hole by David Howells · 8 years ago
  33. d4bb5ca netfilter: Only allow sane values in nf_register_net_hook by Aaron Conole · 8 years ago
  34. e2361cb netfilter: Remove explicit rcu_read_lock in nf_hook_slow by Aaron Conole · 8 years ago
  35. 2c1e270 netfilter: call nf_hook_ingress with rcu_read_lock by Aaron Conole · 8 years ago
  36. c5136b1 netfilter: bridge: add and use br_nf_hook_thresh by Florian Westphal · 8 years ago
  37. 50f4c7b netfilter: xt_TCPMSS: Refactor the codes to decrease one condition check and more readable by Gao Feng · 8 years ago
  38. 805b21b rxrpc: Send an ACK after every few DATA packets we receive by David Howells · 8 years ago
  39. 2a9aa41 Merge tag 'rxrpc-rewrite-20160923' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by David S. Miller · 8 years ago
  40. 1678c11 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 8 years ago
  41. 79aab09 net: Update API for VF vlan protocol 802.1ad support by Moshe Shemesh · 8 years ago
  42. c6672e3 rxrpc: Add a tracepoint to log which packets will be retransmitted by David Howells · 8 years ago
  43. 9c7ad43 rxrpc: Add tracepoint for ACK proposal by David Howells · 8 years ago
  44. 89b475a rxrpc: Add a tracepoint to log injected Rx packet loss by David Howells · 8 years ago
  45. be832ae rxrpc: Add data Tx tracepoint and adjust Tx ACK tracepoint by David Howells · 8 years ago
  46. fc7ab6d rxrpc: Add a tracepoint for the call timer by David Howells · 8 years ago
  47. b86e218 rxrpc: Don't call the tx_ack tracepoint if don't generate an ACK by David Howells · 8 years ago
  48. 70790db rxrpc: Pass the last Tx packet marker in the annotation buffer by David Howells · 8 years ago
  49. 01a88f7 rxrpc: Fix call timer by David Howells · 8 years ago
  50. be8aa33 rxrpc: Fix accidental cancellation of scheduled resend by ACK parser by David Howells · 8 years ago
  51. dfc3da4 rxrpc: Need to start the resend timer on initial transmission by David Howells · 8 years ago
  52. 98dafac rxrpc: Use before_eq() and friends to compare serial numbers by David Howells · 8 years ago
  53. 7a4b28c bpf: add helper to invalidate hash by Daniel Borkmann · 8 years ago
  54. 669dc4d bpf: use bpf_get_smp_processor_id_proto instead of raw one by Daniel Borkmann · 8 years ago
  55. 2d48c5f bpf: use skb_to_full_sk helper in bpf_skb_under_cgroup by Daniel Borkmann · 8 years ago
  56. 732f794 net: dsa: add port fast ageing by Vivien Didelot · 8 years ago
  57. 4acfee8 net: dsa: add port STP state helper by Vivien Didelot · 8 years ago
  58. 90bd684 rxrpc: Should be using ktime_add_ms() not ktime_add_ns() by David Howells · 8 years ago
  59. c0d058c rxrpc: Make sure sendmsg() is woken on call completion by David Howells · 8 years ago
  60. 9aff212 rxrpc: Don't send an ACK at the end of service call response transmission by David Howells · 8 years ago
  61. b24d289 rxrpc: Preset timestamp on Tx sk_buffs by David Howells · 8 years ago
  62. fefa569 net_sched: sch_fq: account for schedule/timers drifts by Eric Dumazet · 8 years ago
  63. a300744 sctp: fix the handling of SACK Gap Ack blocks by Marcelo Ricardo Leitner · 8 years ago
  64. 21641c2 net_sched: check NULL on error path in route4_change() by WANG Cong · 8 years ago
  65. d6989d4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  66. 4004d5c netfilter: nft_lookup: remove superfluous element found check by Pablo Neira Ayuso · 8 years ago
  67. b9d80f8 netfilter: xt_helper: Use sizeof(variable) instead of literal number by Gao Feng · 8 years ago
  68. 7bdc662 netfilter: Enhance the codes used to get random once by Gao Feng · 8 years ago
  69. a20877b netfilter: nf_tables: check tprot_set first when we use xt.thoff by Liping Zhang · 8 years ago
  70. 8dc3c2b netfilter: nf_tables: improve nft payload fast eval by Liping Zhang · 8 years ago
  71. 8061bb5 netfilter: nft_queue: add _SREG_QNUM attr to select the queue number by Liping Zhang · 8 years ago
  72. 36b701f netfilter: nf_tables: validate maximum value of u32 netlink attributes by Laura Garcia Liebana · 8 years ago
  73. f887c21 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  74. 7dc6f16 Bluetooth: Fix not updating scan rsp when adv off by Michał Narajowski · 8 years ago
  75. dd7e39b Bluetooth: Fix NULL pointer dereference in mgmt context by Arek Lichwa · 8 years ago
  76. 2b03bf7 netfilter: nft_numgen: add number generation offset by Laura Garcia Liebana · 8 years ago
  77. 60cd6e6 Merge tag 'rxrpc-rewrite-20160922-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by David S. Miller · 8 years ago
  78. fc943f6 rxrpc: Reduce the number of PING ACKs sent by David Howells · 8 years ago
  79. 0d4b103 rxrpc: Reduce the number of ACK-Requests sent by David Howells · 8 years ago
  80. 7e32b44 tcp: properly account Fast Open SYN-ACK retrans by Yuchung Cheng · 8 years ago
  81. de1d657 tcp: fix under-accounting retransmit SNMP counters by Yuchung Cheng · 8 years ago
  82. 50235c4 rxrpc: Obtain RTT data by requesting ACKs on DATA packets by David Howells · 8 years ago
  83. 7aa51da rxrpc: Expedite ping response transmission by David Howells · 8 years ago
  84. 8e83134 rxrpc: Send pings to get RTT data by David Howells · 8 years ago
  85. 4a225ce sctp: make use of SCTP_TRUNC4 macro by Marcelo Ricardo Leitner · 8 years ago
  86. e2f036a sctp: rename WORD_TRUNC/ROUND macros by Marcelo Ricardo Leitner · 8 years ago
  87. ba1ba25 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 8 years ago
  88. f9616c3 tcp: implement TSQ for retransmits by Eric Dumazet · 8 years ago
  89. adb0311 net: get rid of an signed integer overflow in ip_idents_reserve() by Eric Dumazet · 8 years ago
  90. ecf4ee4 net: skbuff: Coding: Use eth_type_vlan() instead of open coding it by Shmulik Ladkani · 8 years ago
  91. 636c262 net: skbuff: Remove errornous length validation in skb_vlan_pop() by Shmulik Ladkani · 8 years ago
  92. 45a497f net/sched: act_vlan: Introduce TCA_VLAN_ACT_MODIFY vlan action by Shmulik Ladkani · 8 years ago
  93. bfca4c5 net: skbuff: Export __skb_vlan_pop by Shmulik Ladkani · 8 years ago
  94. cf1a647 rxrpc: Add per-peer RTT tracker by David Howells · 8 years ago
  95. f07373e rxrpc: Add re-sent Tx annotation by David Howells · 8 years ago
  96. 5a924b8 rxrpc: Don't store the rxrpc header in the Tx queue sk_buffs by David Howells · 8 years ago
  97. 9798e6f net: act_mirred: allow statistic updates from offloaded actions by Jakub Kicinski · 8 years ago
  98. 68d6406 net: cls_bpf: allow offloaded filters to update stats by Jakub Kicinski · 8 years ago
  99. eadb414 net: cls_bpf: add support for marking filters as hardware-only by Jakub Kicinski · 8 years ago
  100. 0d01d45 net: cls_bpf: limit hardware offload by software-only flag by Jakub Kicinski · 8 years ago