1. 4ee3973 net: ipv6: set route type for anycast routes by David Ahern · 8 years ago
  2. 4396e46 tcp: remove tcp_tw_recycle by Soheil Hassas Yeganeh · 8 years ago
  3. d82bae1 tcp: remove per-destination timestamp cache by Soheil Hassas Yeganeh · 8 years ago
  4. be7164c tcp_westwood: fix tcp_westwood_info() style mistakes by chun Long · 8 years ago
  5. 61733c9 net: mpls: Fix nexthop alive tracking on down events by David Ahern · 8 years ago
  6. 5080f39 netem: apply correct delay when rate throttling by Nik Unger · 8 years ago
  7. b124f41 Merge tag 'batadv-net-for-davem-20170316' of git://git.open-mesh.org/linux-merge by David S. Miller · 8 years ago
  8. a5e6a3b net/sched: fq_codel: Avoid set-but-unused variable by Or Gerlitz · 8 years ago
  9. 4dba87b net/sched: act_ife: Staticfy find_decode_metaid() by Or Gerlitz · 8 years ago
  10. 8f3dbfd7 openvswitch: Add missing case OVS_TUNNEL_KEY_ATTR_PAD by Kris Murphy · 8 years ago
  11. 5d7bfd1 ipv4: fib_rules: Dump FIB rules when registering FIB notifier by Ido Schimmel · 8 years ago
  12. 6a003a5 ipv4: fib_rules: Add notifier info to FIB rules notifications by Ido Schimmel · 8 years ago
  13. 3c71006 ipv4: fib_rules: Check if rule is a default rule by Ido Schimmel · 8 years ago
  14. 864e91c ipvs: remove an annoying printk in netns init by Cong Wang · 9 years ago
  15. ea90e0d nl80211: fix dumpit error path RTNL deadlocks by Johannes Berg · 8 years ago
  16. 22a0e18 net: properly release sk_frag.page by Eric Dumazet · 8 years ago
  17. 0f3da6a net: dsa: check out-of-range ageing time value by Vivien Didelot · 8 years ago
  18. e893de1ba net: dsa: dsa_fastest_ageing_time return unsigned by Vivien Didelot · 8 years ago
  19. 56f36ac mqprio: Modify mqprio to pass user parameters via ndo_setup_tc. by Amritha Nambiar · 8 years ago
  20. 2026fec mqprio: Change handling of hw u8 to allow for multiple hardware offload modes by Alexander Duyck · 8 years ago
  21. e11607a Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 8 years ago
  22. 3d20f1f net/openvswitch: Set the ipv6 source tunnel key address attribute correctly by Or Gerlitz · 8 years ago
  23. 101c431 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  24. 4494dbc netfilter: nft_ct: do cleanup work when NFTA_CT_DIRECTION is invalid by Liping Zhang · 8 years ago
  25. ae50dfd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  26. 37c343b net: Resend IGMP memberships upon peer notification. by Vlad Yasevich · 8 years ago
  27. 942c56a lwtunnel: remove unused but set variable by Roopa Prabhu · 8 years ago
  28. 569f41d rds: ib: unmap the scatter/gather list when error by Zhu Yanjun · 8 years ago
  29. edd08f9 rds: ib: add the static type to the function by Zhu Yanjun · 8 years ago
  30. ea69c88 rds: ib: remove redundant ib_dealloc_fmr by Zhu Yanjun · 8 years ago
  31. b418c52 rds: ib: drop unnecessary rdma_reject by Zhu Yanjun · 8 years ago
  32. 72ef9c4 dccp: fix memory leak during tear-down of unsuccessful connection request by Hannes Frederic Sowa · 8 years ago
  33. 45caeaa dccp/tcp: fix routing redirect race by Jon Maxwell · 8 years ago
  34. 91864f5 net: use net->count to check whether a netns is alive or not by Andrey Vagin · 8 years ago
  35. c55fa3c atm: remove an unnecessary loop by Francois Romieu · 8 years ago
  36. a59166e mpls: allow TTL propagation from IP packets to be configured by Robert Shearman · 8 years ago
  37. 5b441ac mpls: allow TTL propagation to IP packets to be configured by Robert Shearman · 8 years ago
  38. a13b208 bridge: drop netfilter fake rtable unconditionally by Florian Westphal · 8 years ago
  39. 79e4950 ipv6: avoid write to a possibly cloned skb by Florian Westphal · 8 years ago
  40. 67e1940 ipv6: make ECMP route replacement less greedy by Sabrina Dubroca · 8 years ago
  41. 03e5fd0 netfilter: nft_set_rbtree: use per-set rwlock to improve the scalability by Liping Zhang · 8 years ago
  42. 2cb4bbd netfilter: limit: use per-rule spinlock to improve the scalability by Liping Zhang · 8 years ago
  43. fc09e4a netfilter: nf_conntrack: reduce resolve_normal_ct args by Florian Westphal · 8 years ago
  44. 04166f4 Revert "netfilter: nf_tables: add flush field to struct nft_set_iter" by Pablo Neira Ayuso · 8 years ago
  45. 055c4b3 netfilter: nft_fib: Support existence check by Phil Sutter · 8 years ago
  46. 1a64edf5 netfilter: nft_ct: add helper set support by Florian Westphal · 8 years ago
  47. 84fba05 netfilter: provide nft_ctx in object init function by Florian Westphal · 8 years ago
  48. e920dde netfilter: nft_set_bitmap: keep a list of dummy elements by Pablo Neira Ayuso · 8 years ago
  49. 170a1fb netfilter: Force fake conntrack entry to be at least 8 bytes aligned by Steven Rostedt (VMware) · 8 years ago
  50. 4ca60d0 netfilter: bridge: honor frag_max_size when refragmenting by Florian Westphal · 8 years ago
  51. 1059660 netfilter: nf_tables: fix mismatch in big-endian system by Liping Zhang · 8 years ago
  52. fd89b23 netfilter: nft_set_bitmap: fetch the element key based on the set->klen by Liping Zhang · 8 years ago
  53. e33cc31 sch_tbf: Remove bogus semicolon in if() conditional. by David S. Miller · 8 years ago
  54. 27303fc drop_monitor: use setup_timer by Geliang Tang · 8 years ago
  55. 79099aa mpls: Do not decrement alive counter for unregister events by David Ahern · 8 years ago
  56. e37791e mpls: Send route delete notifications when router module is unloaded by David Ahern · 8 years ago
  57. 52491c7 act_connmark: avoid crashing on malformed nlattrs with null parms by Etienne Noss · 8 years ago
  58. 8b57fd1 net: Eliminate duplicated codes by creating one new function in_dev_select_addr by Gao Feng · 8 years ago
  59. c0d8bab sctp: add get and set sockopt for reconf_enable by Xin Long · 8 years ago
  60. 11ae76e sctp: implement receiver-side procedures for the Reconf Response Parameter by Xin Long · 8 years ago
  61. c5c4ebb sctp: implement receiver-side procedures for the Add Incoming Streams Request Parameter by Xin Long · 8 years ago
  62. 50a4159 sctp: implement receiver-side procedures for the Add Outgoing Streams Request Parameter by Xin Long · 8 years ago
  63. b444153 sctp: add support for generating add stream change event notification by Xin Long · 8 years ago
  64. 692787c sctp: implement receiver-side procedures for the SSN/TSN Reset Request Parameter by Xin Long · 8 years ago
  65. c95129d sctp: add support for generating assoc reset event notification by Xin Long · 8 years ago
  66. 5425077 net: ipv6: Add early demux handler for UDP unicast by subashab@codeaurora.org · 8 years ago
  67. 49b4997 net: sched: make default fifo qdiscs appear in the dump by Jiri Kosina · 8 years ago
  68. d05f7a7 ipv4: fib: Remove redundant argument by Ido Schimmel · 8 years ago
  69. c024389 ipv4: fib: Move FIB notification code to a separate file by Ido Schimmel · 8 years ago
  70. 702f2ac rxrpc: Wake up the transmitter if Rx window size increases on the peer by David Howells · 8 years ago
  71. 6fc166d rxrpc: rxrpc_kernel_send_data() needs to handle failed call better by David Howells · 8 years ago
  72. 4b3b45e udp: avoid ufo handling on IP payload compression packets by Alexey Kodanev · 8 years ago
  73. a30aad5 tcp: rename *_sequence_number() to *_seq_and_tsoff() by Alexey Kodanev · 8 years ago
  74. cdfbabf net: Work around lockdep limitation in sockets that use sockets by David Howells · 8 years ago
  75. 9f138fa net: initialize msg.msg_flags in recvfrom by Alexander Potapenko · 8 years ago
  76. abb521e ethtool: add CRC32 as an RSS hash function by Jakub Kicinski · 8 years ago
  77. 581319c net/socket: use per af lockdep classes for sk queues by Paolo Abeni · 8 years ago
  78. 294acf1 net/tunnel: set inner protocol in network gro hooks by Paolo Abeni · 8 years ago
  79. 3b12f73 rds: ib: add error handle by Zhu Yanjun · 8 years ago
  80. 5be083c net: ipv6: Remove redundant RTA_OIF in multipath routes by David Ahern · 8 years ago
  81. 7c92de8 flow_dissector: Move GRE dissection into a separate function by Jiri Pirko · 8 years ago
  82. c5ef188 flow_dissector: rename "proto again" goto label by Jiri Pirko · 8 years ago
  83. d5774b9 flow_dissector: Fix GRE header error path by Jiri Pirko · 8 years ago
  84. 4a5d6c8b flow_dissector: Move MPLS dissection into a separate function by Jiri Pirko · 8 years ago
  85. 9bf881f flow_dissector: Move ARP dissection into a separate function by Jiri Pirko · 8 years ago
  86. c1183db netfilter: nf_reject: remove unused variable by Taehee Yoo · 8 years ago
  87. efc9b8e netfilter: bridge: remove unneeded rcu_read_lock by Florian Westphal · 8 years ago
  88. 8e05ba7 netfilter: nf_nat_sctp: fix ICMP packet to be dropped accidently by Ying Xue · 8 years ago
  89. 7b4fdf7 netfilter: don't track fragmented packets by Florian Westphal · 8 years ago
  90. 8474c8c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 8 years ago
  91. 15e6680 ipv6: reorder icmpv6_init() and ip6_mr_init() by WANG Cong · 8 years ago
  92. 62f8f4d dccp: fix use-after-free in dccp_feat_activate_values by Eric Dumazet · 8 years ago
  93. 6c4dc75 net/sched: act_skbmod: remove unneeded rcu_read_unlock in tcf_skbmod_dump by Alexey Khoroshilov · 8 years ago
  94. b21dd45 rds: tcp: Sequence teardown of listen and acceptor sockets to avoid races by Sowmini Varadhan · 8 years ago
  95. 16c09b1 rds: tcp: Reorder initialization sequence in rds_tcp_init to avoid races by Sowmini Varadhan · 8 years ago
  96. 8edc3af rds: tcp: Take explicit refcounts on struct net by Sowmini Varadhan · 8 years ago
  97. 9c28286 decnet: Use TCP nagle macro instead of literal number in decnet by Gao Feng · 8 years ago
  98. 9ac25fc net: fix socket refcounting in skb_complete_tx_timestamp() by Eric Dumazet · 8 years ago
  99. dd4f107 net: fix socket refcounting in skb_complete_wifi_ack() by Eric Dumazet · 8 years ago
  100. 146d8fe rxrpc: Call state should be read with READ_ONCE() under some circumstances by David Howells · 8 years ago