1. 9f5afea tcp: use an RB tree for ooo receive queue by Yaogong Wang · 8 years ago
  2. 018c1dd openvswitch: 802.1AD Flow handling, actions, vlan parsing, netlink attributes by Eric Garver · 8 years ago
  3. d545cac net: inet: diag: expose the socket mark to privileged processes. by Lorenzo Colitti · 8 years ago
  4. 575f9c4 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 8 years ago
  5. 0f76d25 net: xfrm: Change u32 sysctl entries to use proc_douintvec by subashab@codeaurora.org · 8 years ago
  6. f95bf34 net: diag: make udp_diag_destroy work for mapped addresses. by Lorenzo Colitti · 8 years ago
  7. 733ade2 netlink: don't forget to release a rhashtable_iter structure by Andrey Vagin · 8 years ago
  8. 5a42976 rxrpc: Add tracepoint for working out where aborts happen by David Howells · 8 years ago
  9. e8d6bbb rxrpc: Fix returns of call completion helpers by David Howells · 8 years ago
  10. 8d94aa3 rxrpc: Calls shouldn't hold socket refs by David Howells · 8 years ago
  11. 6543ac5 rxrpc: Use rxrpc_is_service_call() rather than rxrpc_conn_is_service() by David Howells · 8 years ago
  12. 8b7fac5 rxrpc: Pass the connection pointer to rxrpc_post_packet_to_call() by David Howells · 8 years ago
  13. 278ac0c rxrpc: Cache the security index in the rxrpc_call struct by David Howells · 8 years ago
  14. f4fdb35 rxrpc: Use call->peer rather than call->conn->params.peer by David Howells · 8 years ago
  15. fff7242 rxrpc: Improve the call tracking tracepoint by David Howells · 8 years ago
  16. e796cb4 rxrpc: Delete unused rxrpc_kernel_free_skb() by David Howells · 8 years ago
  17. 71a17de rxrpc: Whitespace cleanup by David Howells · 8 years ago
  18. c7ee567 Merge tag 'rxrpc-rewrite-20160904-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by David S. Miller · 8 years ago
  19. 0122c6d Merge tag 'rxrpc-rewrite-20160904-1' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by David S. Miller · 8 years ago
  20. 60175cc Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  21. 3dc20f0 rxrpc Move enum rxrpc_command to sendmsg.c by David Howells · 8 years ago
  22. df423a4 rxrpc: Rearrange net/rxrpc/sendmsg.c by David Howells · 8 years ago
  23. 0b58b8a rxrpc: Split sendmsg from packet transmission code by David Howells · 8 years ago
  24. 090f85d rxrpc: Don't change the epoch by David Howells · 8 years ago
  25. 5f2d9c4 rxrpc: Randomise epoch and starting client conn ID values by David Howells · 8 years ago
  26. bc51ddd netns: avoid disabling irq for netns id by WANG Cong · 8 years ago
  27. 38f507f vxlan: call peernet2id() in fdb notification by WANG Cong · 8 years ago
  28. 7664423 openvswitch: Free tmpl with tmpl_free. by Joe Stringer · 8 years ago
  29. af338a9 rxrpc: The client call state must be changed before attachment to conn by David Howells · 8 years ago
  30. e0a05eb tipc: send broadcast nack directly upon sequence gap detection by Jon Paul Maloy · 8 years ago
  31. 7c4a54b tipc: rate limit broadcast retransmissions by Jon Paul Maloy · 8 years ago
  32. 02d11ca tipc: transfer broadcast nacks in link state messages by Jon Paul Maloy · 8 years ago
  33. 00b5407 rxrpc: Fix uninitialised variable warning by David Howells · 8 years ago
  34. 30787a4 rxrpc: fix undefined behavior in rxrpc_mark_call_released by Arnd Bergmann · 8 years ago
  35. b6cb5ac net: bridge: add per-port multicast flood flag by Nikolay Aleksandrov · 8 years ago
  36. 8addd5e net: bridge: change unicast boolean to exact pkt_type by Nikolay Aleksandrov · 8 years ago
  37. d297653 rtnetlink: fdb dump: optimize by saving last interface markers by Roopa Prabhu · 8 years ago
  38. d001648 rxrpc: Don't expose skbs to in-kernel users [ver #2] by David Howells · 8 years ago
  39. f5bb341 l2tp: make nla_policy const by stephen hemminger · 8 years ago
  40. 4f70c96 tcp: make nla_policy const by stephen hemminger · 8 years ago
  41. 6501f34 ila: make nla_policy const by stephen hemminger · 8 years ago
  42. 3f18ff2 fou: make nla_policy const by stephen hemminger · 8 years ago
  43. 3ee5256 netns: make nla_policy const by stephen hemminger · 8 years ago
  44. deeb91f batman: make netlink attributes const by stephen hemminger · 8 years ago
  45. 85bae4b drop_monitor: make genl_multicast_group const by stephen hemminger · 8 years ago
  46. 12d8de6 net: make genetlink ctrl ops const by stephen hemminger · 8 years ago
  47. ce927bf mpls: get rid of trivial returns by stephen hemminger · 8 years ago
  48. 8df3025 net: dsa: add MDB support by Vivien Didelot · 8 years ago
  49. 48d2ab6 net: mpls: Fixups for GSO by David Ahern · 8 years ago
  50. 14972cb net: lwtunnel: Handle fragmentation by Roopa Prabhu · 8 years ago
  51. 4185249 net: batch calls to flush_all_backlogs() by Eric Dumazet · 8 years ago
  52. 4de48af rxrpc: Pass struct socket * to more rxrpc kernel interface functions by David Howells · 8 years ago
  53. ea82aae rxrpc: Use call->peer rather than going to the connection by David Howells · 8 years ago
  54. 8324f0b rxrpc: Provide a way for AFS to ask for the peer address of a call by David Howells · 8 years ago
  55. e34d423 rxrpc: Trace rxrpc_call usage by David Howells · 8 years ago
  56. f5c17aa rxrpc: Calls should only have one terminal state by David Howells · 8 years ago
  57. ccbd3db rxrpc: Fix a potential NULL-pointer deref in rxrpc_abort_calls by David Howells · 8 years ago
  58. 779994f netfilter: log: Check param to avoid overflow in nf_log_set by Gao Feng · 8 years ago
  59. 3cb2799 netfilter: log_arp: Use ARPHRD_ETHER instead of literal '1' by Gao Feng · 8 years ago
  60. ad66713 netfilter: remove __nf_ct_kill_acct helper by Florian Westphal · 8 years ago
  61. c023c0e netfilter: conntrack: resched gc again if eviction rate is high by Florian Westphal · 8 years ago
  62. b87a2f9 netfilter: conntrack: add gc worker to remove timed-out entries by Florian Westphal · 8 years ago
  63. 2344d64 netfilter: evict stale entries on netlink dumps by Florian Westphal · 8 years ago
  64. f330a7f netfilter: conntrack: get rid of conntrack timer by Florian Westphal · 8 years ago
  65. 616b14b netfilter: don't rely on DYING bit to detect when destroy event was sent by Florian Westphal · 8 years ago
  66. 95a8d19 netfilter: restart search if moved to other chain by Florian Westphal · 8 years ago
  67. 6abdd5f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  68. 0b498a5 net_sched: fix use of uninitialized ethertype variable in cls_flower by Arnd Bergmann · 8 years ago
  69. c9c3321 tcp: add tcp_add_backlog() by Eric Dumazet · 8 years ago
  70. 96a5908 kcm: Remove TCP specific references from kcm and strparser by Tom Herbert · 8 years ago
  71. 3203558 tcp: Set read_sock and peek_len proto_ops by Tom Herbert · 8 years ago
  72. 832629c tipc: add UDP remoteip dump to netlink API by Richard Alpe · 8 years ago
  73. fdb3acc tipc: add the ability to get UDP options via netlink by Richard Alpe · 8 years ago
  74. c9b64d4 tipc: add replicast peer discovery by Richard Alpe · 8 years ago
  75. ef20cd4 tipc: introduce UDP replicast by Richard Alpe · 8 years ago
  76. 1ca73e3 tipc: refactor multicast ip check by Richard Alpe · 8 years ago
  77. ce984da tipc: split UDP send function by Richard Alpe · 8 years ago
  78. ba5aa84 tipc: split UDP nl address parsing by Richard Alpe · 8 years ago
  79. 5c1f5b4 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by David S. Miller · 8 years ago
  80. 6bc506b bridge: switchdev: Add forward mark support for stacked devices by Ido Schimmel · 8 years ago
  81. 5c326ab switchdev: Support parent ID comparison for stacked devices by Ido Schimmel · 8 years ago
  82. 145dd5f net: flush the softnet backlog in process context by Paolo Abeni · 8 years ago
  83. 72f4af4 net: bridge: export also pvid flag in the xstats flags by Nikolay Aleksandrov · 8 years ago
  84. 7073b16 netfilter: nf_tables: Use nla_put_be32() to dump immediate parameters by Pablo Neira Ayuso · 8 years ago
  85. c016c7e netfilter: nf_tables: honor NLM_F_EXCL flag in set element insertion by Pablo Neira Ayuso · 8 years ago
  86. 166ee5b qdisc: fix a module refcount leak in qdisc_create_dflt() by Eric Dumazet · 8 years ago
  87. 72145a6 tcp: md5: add LINUX_MIB_TCPMD5FAILURE counter by Eric Dumazet · 8 years ago
  88. e65c332 tcp: md5: increment sk_drops on syn_recv state by Eric Dumazet · 8 years ago
  89. a5de125 tipc: fix the error handling in tipc_udp_enable() by Wei Yongjun · 8 years ago
  90. 4f34228 Bluetooth: Fix hci_sock_recvmsg when MSG_TRUNC is not set by Luiz Augusto von Dentz · 8 years ago
  91. 90a56f7 Bluetooth: Fix bt_sock_recvmsg when MSG_TRUNC is not set by Luiz Augusto von Dentz · 8 years ago
  92. a52e95a net: diag: allow socket bytecode filters to match socket marks by Lorenzo Colitti · 8 years ago
  93. 627cc4a net: diag: slightly refactor the inet_diag_bc_audit error checks. by Lorenzo Colitti · 8 years ago
  94. 9d490b4 net: dsa: rename switch operations structure by Vivien Didelot · 8 years ago
  95. 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
  96. 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
  97. dbb5088 Bluetooth: split sk_filter in l2cap_sock_recv_cb by Daniel Borkmann · 8 years ago
  98. 9afee94 Bluetooth: Fix memory leak at end of hci requests by Frederic Dalleau · 8 years ago
  99. 45025bc rxrpc: Improve management and caching of client connection objects by David Howells · 8 years ago
  100. 4d028b2 rxrpc: Dup the main conn list for the proc interface by David Howells · 8 years ago