1. 26879da ipv6: add new struct ipcm6_cookie by Wei Wang · 9 years ago
  2. 1d2077a net: add __sock_wfree() helper by Eric Dumazet · 9 years ago
  3. 10724cc tipc: redesign connection-level flow control by Jon Paul Maloy · 9 years ago
  4. 60020e1 tipc: propagate peer node capabilities to socket layer by Jon Paul Maloy · 9 years ago
  5. 7c8bcfb tipc: re-enable compensation for socket receive buffer double counting by Jon Paul Maloy · 9 years ago
  6. 5613091 VSOCK: constify vsock_transport structure by Julia Lawall · 9 years ago
  7. 9d18562 fq_codel: add batch ability to fq_codel_drop() by Eric Dumazet · 9 years ago
  8. 9580bf2 net: relax expensive skb_unclone() in iptunnel_handle_offloads() by Eric Dumazet · 9 years ago
  9. a60c090 bridge: netlink: export per-vlan stats by Nikolay Aleksandrov · 9 years ago
  10. 6dada9b bridge: vlan: learn to count by Nikolay Aleksandrov · 9 years ago
  11. 97a47fa net: rtnetlink: add linkxstats callbacks and attribute by Nikolay Aleksandrov · 9 years ago
  12. e8872a2 net: rtnetlink: allow rtnl_fill_statsinfo to save private state counter by Nikolay Aleksandrov · 9 years ago
  13. b05229f gre6: Cleanup GREv6 transmit path, call common GRE functions by Tom Herbert · 9 years ago
  14. 79ecb90 ipv6: Generic tunnel cleanup by Tom Herbert · 9 years ago
  15. 182a352 gre: Create common functions for transmit by Tom Herbert · 9 years ago
  16. 8eb30be ipv6: Create ip6_tnl_xmit by Tom Herbert · 9 years ago
  17. 308edfdf gre6: Cleanup GREv6 receive path, call common GRE functions by Tom Herbert · 9 years ago
  18. 95f5c64 gre: Move utility functions to common headers by Tom Herbert · 9 years ago
  19. 0d3c703 ipv6: Cleanup IPv6 tunnel receive path by Tom Herbert · 9 years ago
  20. d41a69f tcp: make tcp_sendmsg() aware of socket backlog by Eric Dumazet · 9 years ago
  21. 5413d1b net: do not block BH while processing socket backlog by Eric Dumazet · 9 years ago
  22. 860fbbc sctp: prepare for socket backlog behavior change by Eric Dumazet · 9 years ago
  23. e61da9e udp: prepare for non BH masking at backlog processing by Eric Dumazet · 9 years ago
  24. 7309f88 dccp: do not assume DCCP code is non preemptible by Eric Dumazet · 9 years ago
  25. fb3477c tcp: do not block bh during prequeue processing by Eric Dumazet · 9 years ago
  26. c10d931 tcp: do not assume TCP code is non preemptible by Eric Dumazet · 9 years ago
  27. 0970f5b sctp: signal sk_data_ready earlier on data chunks reception by Marcelo Ricardo Leitner · 9 years ago
  28. def22c4 tipc: set 'active' state correctly for first established link by Jon Paul Maloy · 9 years ago
  29. f4b05d2 net: constify is_skb_forwardable's arguments by Nikolay Aleksandrov · 9 years ago
  30. badf3ad net: dsa: Provide CPU port statistics to master netdev by Florian Fainelli · 9 years ago
  31. 0cef6a4 tcp: give prequeue mode some care by Eric Dumazet · 9 years ago
  32. b435865 tipc: remove an unnecessary NULL check by Dan Carpenter · 9 years ago
  33. 3df97ba tuntap: calculate rps hash only when needed by Jason Wang · 9 years ago
  34. a166140 tcp: Handle eor bit when fragmenting a skb by Martin KaFai Lau · 9 years ago
  35. a643b5d tcp: Handle eor bit when coalescing skb by Martin KaFai Lau · 9 years ago
  36. c134ecb tcp: Make use of MSG_EOR in tcp_sendmsg by Martin KaFai Lau · 9 years ago
  37. 0a2cf20 tcp: remove SKBTX_ACK_TSTAMP since it is redundant by Soheil Hassas Yeganeh · 9 years ago
  38. 863c1fd tcp: remove an unnecessary check in tcp_tx_timestamp by Soheil Hassas Yeganeh · 9 years ago
  39. 13415e4 net: snmp: kill STATS_BH macros by Eric Dumazet · 9 years ago
  40. f3832ed ipv6: kill ICMP6MSGIN_INC_STATS_BH() by Eric Dumazet · 9 years ago
  41. c2005eb ipv6: rename IP6_UPD_PO_STATS_BH() by Eric Dumazet · 9 years ago
  42. 1d01550 ipv6: rename IP6_INC_STATS_BH() by Eric Dumazet · 9 years ago
  43. 02a1d6e net: rename NET_{ADD|INC}_STATS_BH() by Eric Dumazet · 9 years ago
  44. b15084e net: rename IP_UPD_PO_STATS_BH() by Eric Dumazet · 9 years ago
  45. 98f6199 net: rename IP_ADD_STATS_BH() by Eric Dumazet · 9 years ago
  46. a16292a net: rename ICMP6_INC_STATS_BH() by Eric Dumazet · 9 years ago
  47. b45386e net: rename IP_INC_STATS_BH() by Eric Dumazet · 9 years ago
  48. 08e3bae net: sctp: rename SCTP_INC_STATS_BH() by Eric Dumazet · 9 years ago
  49. 214d3f1 net: icmp: rename ICMPMSGIN_INC_STATS_BH() by Eric Dumazet · 9 years ago
  50. 90bbcc6 net: tcp: rename TCP_INC_STATS_BH by Eric Dumazet · 9 years ago
  51. 02c2234 net: udp: rename UDP_INC_STATS_BH() by Eric Dumazet · 9 years ago
  52. 5d3848b net: rename ICMP_INC_STATS_BH() by Eric Dumazet · 9 years ago
  53. aa62d76 dccp: rename DCCP_INC_STATS_BH() by Eric Dumazet · 9 years ago
  54. 6aef70a net: snmp: kill various STATS_USER() helpers by Eric Dumazet · 9 years ago
  55. c0cc531 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  56. 8c14586 net: ipv6: Use passed in table for nexthop lookups by David Ahern · 9 years ago
  57. f0cdf76 net: remove NETDEV_TX_LOCKED support by Florian Westphal · 9 years ago
  58. f052f20 sctp: sctp_diag should fill RMEM_ALLOC with asoc->rmem_alloc when rcvbuf_policy is set by Xin Long · 9 years ago
  59. c0b0479 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 9 years ago
  60. 9854518 sched: align nlattr properly when needed by Nicolas Dichtel · 9 years ago
  61. b676338 neigh: align nlattr properly when needed by Nicolas Dichtel · 9 years ago
  62. 270cb4d rtnl: align nlattr properly when needed by Nicolas Dichtel · 9 years ago
  63. 66c7a5e ovs: align nlattr properly when needed by Nicolas Dichtel · 9 years ago
  64. 6ed46d1 sock_diag: align nlattr properly when needed by Nicolas Dichtel · 9 years ago
  65. 38bd10c net: ipv6: Delete host routes on an ifdown by David Ahern · 9 years ago
  66. 6a92393 Revert "ipv6: Revert optional address flusing on ifdown." by David S. Miller · 9 years ago
  67. 90bfe66 ila: add checksum neutral ILA translations by Tom Herbert · 9 years ago
  68. 642c2c9 ila: xlat changes by Tom Herbert · 9 years ago
  69. 351596a ila: Add struct definitions and helpers by Tom Herbert · 9 years ago
  70. 5544107 Bluetooth: 6lowpan: Fix memory corruption of ipv6 destination address by Glenn Ruben Bakke · 9 years ago
  71. 947d275 RDS: TCP: Call pskb_extract() helper function by Sowmini Varadhan · 9 years ago
  72. 6fa01cc skbuff: Add pskb_extract() helper function by Sowmini Varadhan · 9 years ago
  73. d068ca2 codel: split into multiple files by Michal Kazior · 9 years ago
  74. 79bdc4c codel: generalize the implementation by Michal Kazior · 9 years ago
  75. 960a262 net: better drop monitoring in ip{6}_recv_error() by Eric Dumazet · 9 years ago
  76. 0aea76d tcp: SYN packets are now simply consumed by Eric Dumazet · 9 years ago
  77. 841645b ipv6: Revert optional address flusing on ifdown. by David S. Miller · 9 years ago
  78. 2dad624 wireless: use nla_put_u64_64bit() by Nicolas Dichtel · 9 years ago
  79. cbdeafd netfilter/ipvs: use nla_put_u64_64bit() by Nicolas Dichtel · 9 years ago
  80. a558da0 ieee802154: use nla_put_u64_64bit() by Nicolas Dichtel · 9 years ago
  81. 1c714a9 l2tp: use nla_put_u64_64bit() by Nicolas Dichtel · 9 years ago
  82. 12a0faa bridge: use nla_put_u64_64bit() by Nicolas Dichtel · 9 years ago
  83. 0238b72 ovs: use nla_put_u64_64bit() by Nicolas Dichtel · 9 years ago
  84. f13a82d ipv6: use nla_put_u64_64bit() by Nicolas Dichtel · 9 years ago
  85. 2a51c1e sched: use nla_put_u64_64bit() by Nicolas Dichtel · 9 years ago
  86. 343a6d8 rtnl: use nla_put_u64_64bit() by Nicolas Dichtel · 9 years ago
  87. d296ba6 soreuseport: Resolve merge conflict for v4/v6 ordering fix by Craig Gallek · 9 years ago
  88. 391a203 ipv4/fib: don't warn when primary address is missing if in_dev is dead by Paolo Abeni · 9 years ago
  89. 10d3be5 tcp-tso: do not split TSO packets at retransmit time by Eric Dumazet · 9 years ago
  90. 8cee83d tipc: fix stale links after re-enabling bearer by Parthasarathy Bhuvaragan · 9 years ago
  91. 45ebcce bridge: mdb: Marking port-group as offloaded by Elad Raz · 9 years ago
  92. 6dd684c bridge: mdb: Common function for mdb entry translation by Elad Raz · 9 years ago
  93. 7ceb2af switchdev: Adding complete operation to deferred switchdev ops by Elad Raz · 9 years ago
  94. 2de8023 tcp: Merge txstamp_ack in tcp_skb_collapse_tstamp by Martin KaFai Lau · 9 years ago
  95. b51e13f tcp: Carry txstamp_ack in tcp_fragment_tstamp by Martin KaFai Lau · 9 years ago
  96. 11afbff Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  97. de95c4a xfrm: align nlattr properly when needed by Nicolas Dichtel · 9 years ago
  98. 2175d87 libnl: nla_put_msecs(): align on a 64-bit area by Nicolas Dichtel · 9 years ago
  99. b46f6de libnl: nla_put_be64(): align on a 64-bit area by Nicolas Dichtel · 9 years ago
  100. e7479122 libnl: nla_put_le64(): align on a 64-bit area by Nicolas Dichtel · 9 years ago