1. 072bb19 net: dsa: change scope of ageing time setter by Vivien Didelot · 8 years ago
  2. c02c417 net: dsa: change scope of VLAN filtering setter by Vivien Didelot · 8 years ago
  3. 01676d1 net: dsa: change scope of VLAN handlers by Vivien Didelot · 8 years ago
  4. bcebb97 net: dsa: change scope of MDB handlers by Vivien Didelot · 8 years ago
  5. 3fdb023 net: dsa: change scope of FDB handlers by Vivien Didelot · 8 years ago
  6. 17d7802 net: dsa: change scope of bridging code by Vivien Didelot · 8 years ago
  7. a93ecdd net: dsa: change scope of notifier call chain by Vivien Didelot · 8 years ago
  8. fd36454 net: dsa: change scope of STP state setter by Vivien Didelot · 8 years ago
  9. bd08048 bridge: fix hello and hold timers starting/stopping by Ivan Vecera · 8 years ago
  10. a777f71 net: ipv4: tcp: fixed comment coding style issue by Rohit Chavan · 8 years ago
  11. 241c466 net: socket: fix a typo in sockfd_lookup(). by Rosen, Rami · 8 years ago
  12. d5d531c net: ipv6: Add extack messages for route add failures by David Ahern · 8 years ago
  13. 333c430 net: ipv6: Plumb extack through route add functions by David Ahern · 8 years ago
  14. c3ab2b4 net: ipv4: Add extack messages for route add failures by David Ahern · 8 years ago
  15. 6d8422a1 net: ipv4: Plumb extack through route add functions by David Ahern · 8 years ago
  16. 4ab6887 tcp: fix tcp_probe_timer() for TCP_USER_TIMEOUT by Eric Dumazet · 8 years ago
  17. 0a9fc39 ipv6: drop unused variables in seg6_genl_dumphac by stephen hemminger · 8 years ago
  18. 9dc621a fou: make local function static by stephen hemminger · 8 years ago
  19. c718c6d tcpnv: do not export local function by stephen hemminger · 8 years ago
  20. 9691724 inet: fix warning about missing prototype by stephen hemminger · 8 years ago
  21. 9e7b19c ila: propagate error code in ila_output by stephen hemminger · 8 years ago
  22. 332b4fc dcb: enforce minimum length on IEEE_APPS attribute by stephen hemminger · 8 years ago
  23. b50a5c7 net: allow simultaneous SW and HW transmit timestamping by Miroslav Lichvar · 8 years ago
  24. aad9c8c net: add new control message for incoming HW-timestamped packets by Miroslav Lichvar · 8 years ago
  25. 90b602f net: add function to retrieve original skb device using NAPI ID by Miroslav Lichvar · 8 years ago
  26. e341257 net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALL by Miroslav Lichvar · 8 years ago
  27. b8210a9 net: define receive timestamp filter for NTP by Miroslav Lichvar · 8 years ago
  28. 7529390 openvswitch: more accurate checksumming in queue_userspace_packet() by Davide Caratti · 8 years ago
  29. 43c26a1 net: more accurate checksumming in validate_xmit_skb() by Davide Caratti · 8 years ago
  30. dba0030 net: use skb->csum_not_inet to identify packets needing crc32c by Davide Caratti · 8 years ago
  31. 219f1d79 sk_buff: remove support for csum_bad in sk_buff by Davide Caratti · 8 years ago
  32. b72b5bf net: introduce skb_crc32c_csum_help by Davide Caratti · 8 years ago
  33. 9617813 skbuff: add stub to help computing crc32c on SCTP packets by Davide Caratti · 8 years ago
  34. 6f5b24e tcp: warn on negative reordering values by Soheil Hassas Yeganeh · 8 years ago
  35. c6cd850 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  36. b17b8a2 tcp: fix tcp_rearm_rto() by Eric Dumazet · 8 years ago
  37. f0c24cc net: dsa: include switchdev.h only once by Vivien Didelot · 8 years ago
  38. ea5dd34 net: dsa: include dsa.h only once by Vivien Didelot · 8 years ago
  39. de321ed net: fix __skb_try_recv_from_queue to return the old behavior by Andrey Vagin · 8 years ago
  40. fdcee2c sctp: do not inherit ipv6_{mc|ac|fl}_list from parent by Eric Dumazet · 8 years ago
  41. a3f96c4 udp: make *udp*_queue_rcv_skb() functions static by Paolo Abeni · 8 years ago
  42. 0cd2950 net: make struct net_device::tx_queue_len unsigned int by Alexey Dobriyan · 8 years ago
  43. a285860 bridge: netlink: check vlan_default_pvid range by Tobias Jungel · 8 years ago
  44. 64f5102 udp: make function udp_skb_dtor_locked static by Colin Ian King · 8 years ago
  45. 64df6d5 net: x25: fix one potential use-after-free issue by linzhang · 8 years ago
  46. 7dd7eb9 ipv6: Check ip6_find_1stfragopt() return value properly. by David S. Miller · 8 years ago
  47. 9a568de tcp: switch TCP TS option (RFC 7323) to 1ms clock by Eric Dumazet · 8 years ago
  48. ac9517f tcp: replace misc tcp_time_stamp to tcp_jiffies32 by Eric Dumazet · 8 years ago
  49. 46bf466 tcp_lp: cache tcp_time_stamp by Eric Dumazet · 8 years ago
  50. ad5ad69 tcp_westwood: use tcp_jiffies32 instead of tcp_time_stamp by Eric Dumazet · 8 years ago
  51. 594208a tcp: use tcp_jiffies32 in __tcp_oow_rate_limited() by Eric Dumazet · 8 years ago
  52. 628174c tcp: uses jiffies_32 to feed tp->chrono_start by Eric Dumazet · 8 years ago
  53. c74df29 tcp: use tcp_jiffies32 to feed probe_timestamp by Eric Dumazet · 8 years ago
  54. 70eabf0 tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtime by Eric Dumazet · 8 years ago
  55. ac35f56 tcp: bic, cubic: use tcp_jiffies32 instead of tcp_time_stamp by Eric Dumazet · 8 years ago
  56. 2660bfa8 tcp_bbr: use tcp_jiffies32 instead of tcp_time_stamp by Eric Dumazet · 8 years ago
  57. c2203cf tcp: use tcp_jiffies32 to feed tp->snd_cwnd_stamp by Eric Dumazet · 8 years ago
  58. d635fbe tcp: use tcp_jiffies32 to feed tp->lsndtime by Eric Dumazet · 8 years ago
  59. d011b9a dccp: do not use tcp_time_stamp by Eric Dumazet · 8 years ago
  60. 385e207 tcp: use tp->tcp_mstamp in output path by Eric Dumazet · 8 years ago
  61. 9d4f97f sch_dsmark: Fix uninitialized variable warning. by David S. Miller · 8 years ago
  62. db50514 net: sched: add termination action to allow goto chain by Jiri Pirko · 8 years ago
  63. 9fb9f25 net: sched: push tp down to action init by Jiri Pirko · 8 years ago
  64. 5bc1701 net: sched: introduce multichain support for filters by Jiri Pirko · 8 years ago
  65. acb31fa net: sched: push chain dump to a separate function by Jiri Pirko · 8 years ago
  66. 2190d1d net: sched: introduce helpers to work with filter chains by Jiri Pirko · 8 years ago
  67. 7961973 net: sched: move TC_H_MAJ macro call into tcf_auto_prio by Jiri Pirko · 8 years ago
  68. 9d36d9e net: sched: replace nprio by a bool to make the function more readable by Jiri Pirko · 8 years ago
  69. fbe9c5b net: sched: rename tcf_destroy_chain helper by Jiri Pirko · 8 years ago
  70. 6529eab net: sched: introduce tcf block infractructure by Jiri Pirko · 8 years ago
  71. 87d8309 net: sched: move tc_classify function to cls_api.c by Jiri Pirko · 8 years ago
  72. eb7b721 net: dsa: Sort DSA tagging protocol drivers by Andrew Lunn · 8 years ago
  73. 9142e900 net: fix compile error in skb_orphan_partial() by Eric Dumazet · 8 years ago
  74. 2423496 ipv6: Prevent overrun when parsing v6 header options by Craig Gallek · 8 years ago
  75. 8b0d3ea net: dsa: store CPU port pointer in the tree by Vivien Didelot · 8 years ago
  76. 77d7123 neighbour: update neigh timestamps iff update is effective by Ihar Hrachyshka · 8 years ago
  77. 23d268e arp: honour gratuitous ARP _replies_ by Ihar Hrachyshka · 8 years ago
  78. 218af59 tcp: internal implementation for pacing by Eric Dumazet · 8 years ago
  79. 6dfb436 udp: keep the sk_receive_queue held when splicing by Paolo Abeni · 8 years ago
  80. 2276f58 udp: use a separate rx queue for packet reception by Paolo Abeni · 8 years ago
  81. 65101ae net/sock: factor out dequeue/peek with offset code by Paolo Abeni · 8 years ago
  82. f6c5775 net: Improve handling of failures on link and route dumps by David Ahern · 8 years ago
  83. 19a0f7e net/smc: Add warning about remote memory exposure by Christoph Hellwig · 8 years ago
  84. 263eec9 smc: switch to usage of IB_PD_UNSAFE_GLOBAL_RKEY by Ursula Braun · 8 years ago
  85. bcfc7d3 ipmr: vrf: Find VIFs using the actual device by Thomas Winter · 8 years ago
  86. bafbb9c tcp: eliminate negative reordering in tcp_clean_rtx_queue by Soheil Hassas Yeganeh · 8 years ago
  87. 173e783 net: socket: mark socket protocol handler structs as const by linzhang · 8 years ago
  88. a95cfad Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  89. 66eb9f8 ipv6: avoid dad-failures for addresses with NODAD by Mahesh Bandewar · 8 years ago
  90. d19b183 net/packet: fix missing net_device reference release by Douglas Caetano dos Santos · 8 years ago
  91. dbc2b5e sctp: fix src address selection if using secondary addresses for ipv6 by Xin Long · 8 years ago
  92. 844cf76 tipc: make macro tipc_wait_for_cond() smp safe by Jon Paul Maloy · 8 years ago
  93. cb395b2 net: sched: optimize class dumps by Eric Dumazet · 8 years ago
  94. b451e5d tcp: avoid fragmenting peculiar skbs in SACK by Yuchung Cheng · 8 years ago
  95. f6ba8d3 netem: fix skb_orphan_partial() by Eric Dumazet · 8 years ago
  96. d67b9cd xdp: refine xdp api with regards to generic xdp by Daniel Borkmann · 8 years ago
  97. 0489df9 xdp: add flag to enforce driver mode by Daniel Borkmann · 8 years ago
  98. 83eadda ipv6/dccp: do not inherit ipv6_mc_list from parent by WANG Cong · 8 years ago
  99. c70422f Merge tag 'nfsd-4.12' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  100. 73ccb02 Merge tag 'nfs-for-4.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 8 years ago