1. 6bdf1e0 Makefile: drop -D__CHECK_ENDIAN__ from cflags by Michael S. Tsirkin · 8 years ago
  2. 9efecca linux: drop __bitwise__ everywhere by Michael S. Tsirkin · 8 years ago
  3. f83f12d vsock/virtio: fix src/dst cid format by Michael S. Tsirkin · 8 years ago
  4. 819483d vsock/virtio: mark an internal function static by Michael S. Tsirkin · 8 years ago
  5. 6c7efaf vsock/virtio: add a missing __le annotation by Michael S. Tsirkin · 8 years ago
  6. a57cb1c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  7. 4443061 rxrpc: abstract away knowledge of IDR internals by Matthew Wilcox · 8 years ago
  8. dcdaa2f Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
  9. fba143c netns: avoid disabling irq for netns id by Paul Moore · 8 years ago
  10. e71c397 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  11. 6cdf89b Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  12. d84701e netfilter: nft_counter: rework atomic dump and reset by Pablo Neira · 8 years ago
  13. fba40c6 net: l2tp: ppp: change PPPOL2TP_MSG_* => L2TP_MSG_* by Asbjørn Sloth Tønnesen · 8 years ago
  14. 41c43fb net: l2tp: export debug flags to UAPI by Asbjørn Sloth Tønnesen · 8 years ago
  15. 34d8acd net: bridge: shorten ageing time on topology change by Vivien Didelot · 8 years ago
  16. 8384b5f net: bridge: add helper to set topology change by Vivien Didelot · 8 years ago
  17. 82dd433 net: bridge: add helper to offload ageing time by Vivien Didelot · 8 years ago
  18. fa1bd57 net: socket: removed an unnecessary newline by Amit Kushwaha · 8 years ago
  19. efa172f netlink: use blocking notifier by WANG Cong · 8 years ago
  20. 821781a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  21. 3174fed net: skb_condense() can also deal with empty skbs by Eric Dumazet · 8 years ago
  22. 5ac9efb Merge tag 'mac80211-next-for-davem-2016-12-09' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 8 years ago
  23. 02ab0d1 udp: udp_rmem_release() should touch sk_rmem_alloc later by Eric Dumazet · 8 years ago
  24. 6b229cf udp: add batching to udp_rmem_release() by Eric Dumazet · 8 years ago
  25. c84d949 udp: copy skb->truesize in the first cache line by Eric Dumazet · 8 years ago
  26. 4b27275 udp: add busylocks in RX path by Eric Dumazet · 8 years ago
  27. e6f462d cfg80211/mac80211: fix BSS leaks when abandoning assoc attempts by Johannes Berg · 8 years ago
  28. 2fa436b nl80211: Use different attrs for BSSID and random MAC addr in scan req by Vamsi Krishna · 8 years ago
  29. eeb04a9 nl80211: fix logic inversion in start_nan() by Johannes Berg · 8 years ago
  30. 846cc12 net: socket: preferred __aligned(size) for control buffer by Amit Kushwaha · 8 years ago
  31. 107bc0a Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 8 years ago
  32. 17bedab bpf: xdp: Allow head adjustment in XDP prog by Martin KaFai Lau · 8 years ago
  33. c8c8b12 udp: under rx pressure, try to condense skbs by Eric Dumazet · 8 years ago
  34. 13bfff2 net: rfs: add a jump label by Eric Dumazet · 8 years ago
  35. 7b68488 net/sched: cls_flower: Support matching on ICMP type and code by Simon Horman · 8 years ago
  36. 972d387 flow dissector: ICMP support by Simon Horman · 8 years ago
  37. faa3ffc net/sched: cls_flower: Add support for matching on flags by Or Gerlitz · 8 years ago
  38. f91c58d icmp: correct return value of icmp_rcv() by Zhang Shengju · 8 years ago
  39. a62da6f Bluetooth: SMP: Add support for H7 crypto function and CT2 auth flag by Johan Hedberg · 8 years ago
  40. 5fccd64 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  41. 73c25fb netfilter: nft_quota: allow to restore consumed quota by Pablo Neira Ayuso · 8 years ago
  42. 2c16d60 netfilter: xt_bpf: support ebpf by Willem de Bruijn · 8 years ago
  43. 5bad873 netfilter: x_tables: avoid warn and OOM killer on vmalloc call by Marcelo Ricardo Leitner · 8 years ago
  44. 8411b64 netfilter: nf_tables: support for set flushing by Pablo Neira Ayuso · 8 years ago
  45. 37df530 netfilter: nft_set: introduce nft_{hash, rbtree}_deactivate_one() by Pablo Neira Ayuso · 8 years ago
  46. 1a37ef7 netfilter: nf_tables: constify struct nft_ctx * parameter in nft_trans_alloc() by Pablo Neira Ayuso · 8 years ago
  47. 3189a29 netfilter: nat: skip checksum on offload SCTP packets by Davide Caratti · 8 years ago
  48. 3b760dc netfilter: rpfilter: bypass ipv4 lbcast packets with zeronet source by Liping Zhang · 8 years ago
  49. a9fea2a netfilter: nf_tables: allow to filter stateful object dumps by type by Pablo Neira Ayuso · 8 years ago
  50. 63aea29 netfilter: nft_objref: support for stateful object maps by Pablo Neira Ayuso · 8 years ago
  51. 8aeff92 netfilter: nf_tables: add stateful object reference to set elements by Pablo Neira Ayuso · 8 years ago
  52. 1896531 netfilter: nft_quota: add depleted flag for objects by Pablo Neira Ayuso · 8 years ago
  53. 2599e98 netfilter: nf_tables: notify internal updates of stateful objects by Pablo Neira Ayuso · 8 years ago
  54. 43da04a netfilter: nf_tables: atomic dump and reset for stateful objects by Pablo Neira Ayuso · 8 years ago
  55. 795595f netfilter: nft_quota: dump consumed quota by Pablo Neira Ayuso · 8 years ago
  56. 332b05c can: raw: raw_setsockopt: limit number of can_filter that can be set by Marc Kleine-Budde · 8 years ago
  57. c63d352 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  58. c97d22e netfilter: nf_tables: add stateful object reference expression by Pablo Neira Ayuso · 8 years ago
  59. 173705d netfilter: nft_quota: add stateful object type by Pablo Neira Ayuso · 8 years ago
  60. b1ce0ce netfilter: nft_counter: add stateful object type by Pablo Neira Ayuso · 8 years ago
  61. e500924 netfilter: nf_tables: add stateful objects by Pablo Neira Ayuso · 8 years ago
  62. 3bf3276 netfilter: add and use nf_fwd_netdev_egress by Florian Westphal · 8 years ago
  63. 1ed9887 netfilter: xt_multiport: Fix wrong unmatch result with multiple ports by Gao Feng · 8 years ago
  64. 1814096 netfilter: nft_payload: layer 4 checksum adjustment for pseudoheader fields by Pablo Neira Ayuso · 8 years ago
  65. e0ffdbc7 netfilter: nft_fib_ipv4: initialize *dest to zero by Liping Zhang · 8 years ago
  66. 1158343 netfilter: nft_fib: convert htonl to ntohl properly by Liping Zhang · 8 years ago
  67. ae0ac0e netfilter: x_tables: pack percpu counter allocations by Florian Westphal · 8 years ago
  68. f28e15b netfilter: x_tables: pass xt_counters struct to counter allocator by Florian Westphal · 8 years ago
  69. 4d31eef netfilter: x_tables: pass xt_counters struct instead of packet counter by Florian Westphal · 8 years ago
  70. 679972f netfilter: convert while loops to for loops by Aaron Conole · 8 years ago
  71. 0aa8c57 netfilter: introduce accessor functions for hook entries by Aaron Conole · 8 years ago
  72. 834184b netfilter: defrag: only register defrag functionality if needed by Florian Westphal · 8 years ago
  73. 343dfaa Revert "dctcp: update cwnd on congestion event" by Florian Westphal · 8 years ago
  74. dcb17d2 tcp: warn on bogus MSS and try to amend it by Marcelo Ricardo Leitner · 8 years ago
  75. a297569 net/udp: do not touch skb->peeked unless really needed by Eric Dumazet · 8 years ago
  76. ed5d778 netlink: Do not schedule work from sk_destruct by Herbert Xu · 8 years ago
  77. 7bd509e bpf: add prog_digest and expose it via fdinfo/netlink by Daniel Borkmann · 8 years ago
  78. 8d829bd bpf, cls: consolidate prog deletion path by Daniel Borkmann · 8 years ago
  79. 1afaf66 bpf: remove type arg from __is_valid_{,xdp_}access by Daniel Borkmann · 8 years ago
  80. 1c0d32f net_sched: gen_estimator: complete rewrite of rate estimators by Eric Dumazet · 8 years ago
  81. a6e1693 net/sched: cls_flower: Set the filter Hardware device for all use-cases by Hadar Hen Zion · 8 years ago
  82. 96d5822 ipv6: Allow IPv4-mapped address as next-hop by Erik Nordmark · 8 years ago
  83. c79e167 net: caif: remove ineffective check by Pan Bian · 8 years ago
  84. c354368 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 8 years ago
  85. 0eab121 net: ping: check minimum size on ICMP header length by Kees Cook · 8 years ago
  86. 7aa5470 tcp: tsq: move tsq_flags close to sk_wmem_alloc by Eric Dumazet · 8 years ago
  87. 12a59ab tcp: tcp_mtu_probe() is likely to exit early by Eric Dumazet · 8 years ago
  88. 75eefc6 tcp: tsq: add a shortcut in tcp_small_queue_check() by Eric Dumazet · 8 years ago
  89. a9b204d tcp: tsq: avoid one atomic in tcp_wfree() by Eric Dumazet · 8 years ago
  90. b223feb tcp: tsq: add shortcut in tcp_tasklet_func() by Eric Dumazet · 8 years ago
  91. 408f0a6 tcp: tsq: remove one locked operation in tcp_wfree() by Eric Dumazet · 8 years ago
  92. 40fc342 tcp: tsq: add tsq_flags / tsq_enum by Eric Dumazet · 8 years ago
  93. b595896 net: bridge: set error code on failure by Pan Bian · 8 years ago
  94. 14dd3e1 net: af_mpls.c add space before open parenthesis by Suraj Deshmukh · 8 years ago
  95. a52ca62 ipv4: Drop suffix update from resize code by Alexander Duyck · 8 years ago
  96. 1a23917 ipv4: Drop leaf from suffix pull/push functions by Alexander Duyck · 8 years ago
  97. 481fa37 netfilter: conntrack: add nf_conntrack_default_on sysctl by Florian Westphal · 8 years ago
  98. 0c66dc1 netfilter: conntrack: register hooks in netns when needed by ruleset by Florian Westphal · 8 years ago
  99. 20afd42 netfilter: nf_tables: add conntrack dependencies for nat/masq/redir expressions by Florian Westphal · 8 years ago
  100. a357b3f8 netfilter: nat: add dependencies on conntrack module by Florian Westphal · 8 years ago