1. 332b4fc dcb: enforce minimum length on IEEE_APPS attribute by stephen hemminger · 8 years ago
  2. b50a5c7 net: allow simultaneous SW and HW transmit timestamping by Miroslav Lichvar · 8 years ago
  3. aad9c8c net: add new control message for incoming HW-timestamped packets by Miroslav Lichvar · 8 years ago
  4. 90b602f net: add function to retrieve original skb device using NAPI ID by Miroslav Lichvar · 8 years ago
  5. e341257 net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALL by Miroslav Lichvar · 8 years ago
  6. b8210a9 net: define receive timestamp filter for NTP by Miroslav Lichvar · 8 years ago
  7. 7529390 openvswitch: more accurate checksumming in queue_userspace_packet() by Davide Caratti · 8 years ago
  8. 43c26a1 net: more accurate checksumming in validate_xmit_skb() by Davide Caratti · 8 years ago
  9. dba0030 net: use skb->csum_not_inet to identify packets needing crc32c by Davide Caratti · 8 years ago
  10. 219f1d79 sk_buff: remove support for csum_bad in sk_buff by Davide Caratti · 8 years ago
  11. b72b5bf net: introduce skb_crc32c_csum_help by Davide Caratti · 8 years ago
  12. 9617813 skbuff: add stub to help computing crc32c on SCTP packets by Davide Caratti · 8 years ago
  13. 6f5b24e tcp: warn on negative reordering values by Soheil Hassas Yeganeh · 8 years ago
  14. c6cd850 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  15. b17b8a2 tcp: fix tcp_rearm_rto() by Eric Dumazet · 8 years ago
  16. f0c24cc net: dsa: include switchdev.h only once by Vivien Didelot · 8 years ago
  17. ea5dd34 net: dsa: include dsa.h only once by Vivien Didelot · 8 years ago
  18. de321ed net: fix __skb_try_recv_from_queue to return the old behavior by Andrey Vagin · 8 years ago
  19. fdcee2c sctp: do not inherit ipv6_{mc|ac|fl}_list from parent by Eric Dumazet · 8 years ago
  20. a3f96c4 udp: make *udp*_queue_rcv_skb() functions static by Paolo Abeni · 8 years ago
  21. 0cd2950 net: make struct net_device::tx_queue_len unsigned int by Alexey Dobriyan · 8 years ago
  22. a285860 bridge: netlink: check vlan_default_pvid range by Tobias Jungel · 8 years ago
  23. 64f5102 udp: make function udp_skb_dtor_locked static by Colin Ian King · 8 years ago
  24. 64df6d5 net: x25: fix one potential use-after-free issue by linzhang · 8 years ago
  25. 7dd7eb9 ipv6: Check ip6_find_1stfragopt() return value properly. by David S. Miller · 8 years ago
  26. 9a568de tcp: switch TCP TS option (RFC 7323) to 1ms clock by Eric Dumazet · 8 years ago
  27. ac9517f tcp: replace misc tcp_time_stamp to tcp_jiffies32 by Eric Dumazet · 8 years ago
  28. 46bf466 tcp_lp: cache tcp_time_stamp by Eric Dumazet · 8 years ago
  29. ad5ad69 tcp_westwood: use tcp_jiffies32 instead of tcp_time_stamp by Eric Dumazet · 8 years ago
  30. 594208a tcp: use tcp_jiffies32 in __tcp_oow_rate_limited() by Eric Dumazet · 8 years ago
  31. 628174c tcp: uses jiffies_32 to feed tp->chrono_start by Eric Dumazet · 8 years ago
  32. c74df29 tcp: use tcp_jiffies32 to feed probe_timestamp by Eric Dumazet · 8 years ago
  33. 70eabf0 tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtime by Eric Dumazet · 8 years ago
  34. ac35f56 tcp: bic, cubic: use tcp_jiffies32 instead of tcp_time_stamp by Eric Dumazet · 8 years ago
  35. 2660bfa8 tcp_bbr: use tcp_jiffies32 instead of tcp_time_stamp by Eric Dumazet · 8 years ago
  36. c2203cf tcp: use tcp_jiffies32 to feed tp->snd_cwnd_stamp by Eric Dumazet · 8 years ago
  37. d635fbe tcp: use tcp_jiffies32 to feed tp->lsndtime by Eric Dumazet · 8 years ago
  38. d011b9a dccp: do not use tcp_time_stamp by Eric Dumazet · 8 years ago
  39. 385e207 tcp: use tp->tcp_mstamp in output path by Eric Dumazet · 8 years ago
  40. 9d4f97f sch_dsmark: Fix uninitialized variable warning. by David S. Miller · 8 years ago
  41. db50514 net: sched: add termination action to allow goto chain by Jiri Pirko · 8 years ago
  42. 9fb9f25 net: sched: push tp down to action init by Jiri Pirko · 8 years ago
  43. 5bc1701 net: sched: introduce multichain support for filters by Jiri Pirko · 8 years ago
  44. acb31fa net: sched: push chain dump to a separate function by Jiri Pirko · 8 years ago
  45. 2190d1d net: sched: introduce helpers to work with filter chains by Jiri Pirko · 8 years ago
  46. 7961973 net: sched: move TC_H_MAJ macro call into tcf_auto_prio by Jiri Pirko · 8 years ago
  47. 9d36d9e net: sched: replace nprio by a bool to make the function more readable by Jiri Pirko · 8 years ago
  48. fbe9c5b net: sched: rename tcf_destroy_chain helper by Jiri Pirko · 8 years ago
  49. 6529eab net: sched: introduce tcf block infractructure by Jiri Pirko · 8 years ago
  50. 87d8309 net: sched: move tc_classify function to cls_api.c by Jiri Pirko · 8 years ago
  51. eb7b721 net: dsa: Sort DSA tagging protocol drivers by Andrew Lunn · 8 years ago
  52. 9142e900 net: fix compile error in skb_orphan_partial() by Eric Dumazet · 8 years ago
  53. 2423496 ipv6: Prevent overrun when parsing v6 header options by Craig Gallek · 8 years ago
  54. 8b0d3ea net: dsa: store CPU port pointer in the tree by Vivien Didelot · 8 years ago
  55. 77d7123 neighbour: update neigh timestamps iff update is effective by Ihar Hrachyshka · 8 years ago
  56. 23d268e arp: honour gratuitous ARP _replies_ by Ihar Hrachyshka · 8 years ago
  57. 218af59 tcp: internal implementation for pacing by Eric Dumazet · 8 years ago
  58. 6dfb436 udp: keep the sk_receive_queue held when splicing by Paolo Abeni · 8 years ago
  59. 2276f58 udp: use a separate rx queue for packet reception by Paolo Abeni · 8 years ago
  60. 65101ae net/sock: factor out dequeue/peek with offset code by Paolo Abeni · 8 years ago
  61. f6c5775 net: Improve handling of failures on link and route dumps by David Ahern · 8 years ago
  62. 19a0f7e net/smc: Add warning about remote memory exposure by Christoph Hellwig · 8 years ago
  63. 263eec9 smc: switch to usage of IB_PD_UNSAFE_GLOBAL_RKEY by Ursula Braun · 8 years ago
  64. bcfc7d3 ipmr: vrf: Find VIFs using the actual device by Thomas Winter · 8 years ago
  65. bafbb9c tcp: eliminate negative reordering in tcp_clean_rtx_queue by Soheil Hassas Yeganeh · 8 years ago
  66. 173e783 net: socket: mark socket protocol handler structs as const by linzhang · 8 years ago
  67. a95cfad Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  68. 66eb9f8 ipv6: avoid dad-failures for addresses with NODAD by Mahesh Bandewar · 8 years ago
  69. d19b183 net/packet: fix missing net_device reference release by Douglas Caetano dos Santos · 8 years ago
  70. dbc2b5e sctp: fix src address selection if using secondary addresses for ipv6 by Xin Long · 8 years ago
  71. 844cf76 tipc: make macro tipc_wait_for_cond() smp safe by Jon Paul Maloy · 8 years ago
  72. cb395b2 net: sched: optimize class dumps by Eric Dumazet · 8 years ago
  73. b451e5d tcp: avoid fragmenting peculiar skbs in SACK by Yuchung Cheng · 8 years ago
  74. f6ba8d3 netem: fix skb_orphan_partial() by Eric Dumazet · 8 years ago
  75. d67b9cd xdp: refine xdp api with regards to generic xdp by Daniel Borkmann · 8 years ago
  76. 0489df9 xdp: add flag to enforce driver mode by Daniel Borkmann · 8 years ago
  77. 83eadda ipv6/dccp: do not inherit ipv6_mc_list from parent by WANG Cong · 8 years ago
  78. c70422f Merge tag 'nfsd-4.12' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  79. 73ccb02 Merge tag 'nfs-for-4.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 8 years ago
  80. c44b594 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 8 years ago
  81. de4d195 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  82. 26c5eaa Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
  83. 50fb55d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  84. 657831f dccp/tcp: do not inherit mc_list from parent by Eric Dumazet · 8 years ago
  85. f92ceb0 DECnet: Use container_of() for embedded struct by Kees Cook · 8 years ago
  86. 32f1bc0 Revert "ipv4: restore rt->fi for reference counting" by David S. Miller · 8 years ago
  87. f108304 treewide: convert PF_MEMALLOC manipulations to new helpers by Vlastimil Babka · 8 years ago
  88. 1134e09 fs: ceph: CURRENT_TIME with ktime_get_real_ts() by Deepa Dinamani · 8 years ago
  89. 0632466 format-security: move static strings to const by Kees Cook · 8 years ago
  90. 19809c2 mm, vmalloc: use __GFP_HIGHMEM implicitly by Michal Hocko · 8 years ago
  91. da6bc57 net: use kvmalloc with __GFP_REPEAT rather than open coded variant by Michal Hocko · 8 years ago
  92. 752ade6 treewide: use kv[mz]alloc* rather than opencoded variants by Michal Hocko · 8 years ago
  93. 847f716 net/ipv6/ila/ila_xlat.c: simplify a strange allocation pattern by Michal Hocko · 8 years ago
  94. 242d3a4 ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notf by WANG Cong · 8 years ago
  95. 29cee56 Merge tag 'mac80211-for-davem-2017-05-08' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 8 years ago
  96. 8ed508f vti: check nla_put_* return value by Hangbin Liu · 8 years ago
  97. 8403deb vlan: Keep NETIF_F_HW_CSUM similar to other software devices by Vlad Yasevich · 8 years ago
  98. 1b1fc3f tcp: make congestion control optionally skip slow start after idle by Wei Wang · 8 years ago
  99. 82486aa ipv4: restore rt->fi for reference counting by WANG Cong · 8 years ago
  100. f1f3e9e mac80211: fix IBSS presp allocation size by Johannes Berg · 8 years ago