1. 106da66 ovs/gre,geneve: fix error path when creating an iface by Nicolas Dichtel · 8 years ago
  2. d1e3728 udp reuseport: fix packet of same flow hashed to different socket by Su, Xuemin · 8 years ago
  3. 6c0d54f net_sched: fix pfifo_head_drop behavior vs backlog by Eric Dumazet · 8 years ago
  4. b46d9f6 ipv4: fix checksum annotation in udp4_csum_init by Hannes Frederic Sowa · 8 years ago
  5. c148d16 ipv6: fix checksum annotation in udp6_csum_init by Hannes Frederic Sowa · 8 years ago
  6. 5119bd1 ipv6: tcp: fix endianness annotation in tcp_v6_send_response by Hannes Frederic Sowa · 8 years ago
  7. dcb94b8 ipv6: fix endianness error in icmpv6_err by Hannes Frederic Sowa · 8 years ago
  8. cbdf451 net_sched: prio: properly report out of memory errors by Eric Dumazet · 8 years ago
  9. 86ef7f9c ipconfig: Protect ic_addrservaddr with IPCONFIG_DYNAMIC. by David S. Miller · 8 years ago
  10. 0b392be net: ipconfig: avoid warning by making ic_addrservaddr static by Ben Dooks · 8 years ago
  11. c3ec5e5 net: diag: add missing declarations by Ben Dooks · 8 years ago
  12. 56fae40 bridge: Fix incorrect re-injection of STP packets by Ido Schimmel · 8 years ago
  13. 698ea54 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  14. 719c44d packet: compat support for sock_fprog by Willem de Bruijn · 8 years ago
  15. e71ba91 Merge tag 'mac80211-for-davem-2016-06-09' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 8 years ago
  16. 3d5fdff wext: Fix 32 bit iwpriv compatibility issue with 64 bit Kernel by Prasun Maiti · 8 years ago
  17. 6cbf623 cfg80211: remove get/set antenna and tx power warnings by Johannes Berg · 8 years ago
  18. 9b15350 qfq: don't leak skb if kzalloc fails by Florian Westphal · 8 years ago
  19. 0a46baa ip6gre: Allow live link address change by Shweta Choudaha · 8 years ago
  20. 201c44b net: cls_u32: be more strict about skip-sw flag for knodes by Jakub Kicinski · 8 years ago
  21. 6eef380 net: cls_u32: catch all hardware offload errors by Jakub Kicinski · 8 years ago
  22. e0d194a net_sched: add missing paddattr description by Eric Dumazet · 8 years ago
  23. 00bc0ef ipv6: Skip XFRM lookup if dst_entry in socket cache is valid by Jakub Sitnicki · 8 years ago
  24. a5c5e2d l2tp: fix configuration passed to setup_udp_tunnel_sock() by Guillaume Nault · 8 years ago
  25. 88832a2 net-sysfs: fix missing <linux/of_net.h> by Ben Dooks · 8 years ago
  26. 0b148de bridge: Don't insert unnecessary local fdb entry on changing mac address by Toshiaki Makita · 8 years ago
  27. 3256564 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 8 years ago
  28. ce3cf4e tcp: record TLP and ER timer stats in v6 stats by Yuchung Cheng · 8 years ago
  29. 92c075d net: sched: fix tc_should_offload for specific clsact classes by Daniel Borkmann · 8 years ago
  30. a03e6fe act_police: fix a crash during removal by WANG Cong · 8 years ago
  31. aafddbf fq_codel: return non zero qlen in class dumps by Eric Dumazet · 8 years ago
  32. d47a0f3 net: cls_u32: be more strict about skip-sw flag by Jakub Kicinski · 8 years ago
  33. 1a0f7d2 net: cls_u32: fix error code for invalid flags by Jakub Kicinski · 8 years ago
  34. fa54cc7 rxrpc: fix ptr_ret.cocci warnings by Wu Fengguang · 8 years ago
  35. 9c79440 RDS: TCP: fix race windows in send-path quiescence by rds_tcp_accept_one() by Sowmini Varadhan · 8 years ago
  36. 0b6f760 RDS: TCP: Retransmit half-sent datagrams when switching sockets in rds_tcp_reset_callbacks by Sowmini Varadhan · 8 years ago
  37. 335b48d RDS: TCP: Add/use rds_tcp_reset_callbacks to reset tcp socket safely by Sowmini Varadhan · 8 years ago
  38. 80e509d fq_codel: fix NET_XMIT_CN behavior by Eric Dumazet · 8 years ago
  39. a27758f net_sched: keep backlog updated with qlen by WANG Cong · 8 years ago
  40. 1957598 soreuseport: add compat case for setsockopt SO_ATTACH_REUSEPORT_CBPF by Helge Deller · 8 years ago
  41. 3ec10d3 ipvs: update real-server binding of outgoing connections in SIP-pe by Marco Angaroni · 8 years ago
  42. a3021a5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 8 years ago
  43. 8d5958f sch_tbf: update backlog as well by WANG Cong · 8 years ago
  44. d7f4f33 sch_red: update backlog as well by WANG Cong · 8 years ago
  45. 6a73b57 sch_drr: update backlog as well by WANG Cong · 8 years ago
  46. 6529d75 sch_prio: update backlog as well by WANG Cong · 8 years ago
  47. 357cc9b sch_hfsc: always keep backlog updated by WANG Cong · 8 years ago
  48. 4116def rds: fix an infoleak in rds_inc_info_copy by Kangjie Lu · 8 years ago
  49. 5d2be14 tipc: fix an infoleak in tipc_nl_compat_link_dump by Kangjie Lu · 8 years ago
  50. ce25d66 Possible problem with e6afc8ac ("udp: remove headers from UDP packets before queueing") by Eric Dumazet · 8 years ago
  51. 7b7eba0 netfilter: x_tables: don't reject valid target size on some architectures by Florian Westphal · 8 years ago
  52. fc14963 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 8 years ago
  53. 31843af Merge tag 'mac80211-for-davem-2016-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 8 years ago
  54. 6b15d66 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  55. 95e4daa fou: fix IPv6 Kconfig options by Arnd Bergmann · 8 years ago
  56. bc7cc59 openvswitch: update checksum in {push,pop}_mpls by Simon Horman · 8 years ago
  57. 40eb90e sctp: sctp_diag should dump sctp socket type by Xin Long · 8 years ago
  58. 308453a vlan: Propagate MAC address to VLANs by Mike Manning · 8 years ago
  59. bcf91bd net: pktgen: Call destroy_hrtimer_on_stack() by Guenter Roeck · 8 years ago
  60. 6fe0412 mac80211: fix fast_tx header alignment by Felix Fietkau · 8 years ago
  61. fe7a7c5 mac80211: mesh: flush mesh paths unconditionally by Bob Copeland · 8 years ago
  62. 893e093 netfilter: nf_ct_helper: bail out on duplicated helpers by Pablo Neira Ayuso · 8 years ago
  63. 4a3262b libceph: use %s instead of %pE in dout()s by Ilya Dryomov · 8 years ago
  64. dc045a9 libceph: put request only if it's done in handle_reply() by Ilya Dryomov · 8 years ago
  65. b7ec35b libceph: change ceph_osdmap_flag() to take osdc by Ilya Dryomov · 8 years ago
  66. eaa2bcd netfilter: nf_tables: validate NFTA_SET_TABLE parameter by Phil Turnbull · 8 years ago
  67. 83170f3 netfilter: nf_dup_ipv6: set again FLOWI_FLAG_KNOWN_NH at flowi6_flags by Paolo Abeni · 8 years ago
  68. b7a8daa netfilter: nf_ct_helper: Fix helper unregister count. by Taehee Yoo · 8 years ago
  69. 0e6b525 net: l2tp: Make l2tp_ip6 namespace aware by Shmulik Ladkani · 8 years ago
  70. 421eeea ieee802154: fix logic error in ieee802154_llsec_parse_dev_addr by Baozeng Ding · 8 years ago
  71. 0d08df6 net/lapb: tuse %*ph to dump buffers by Andy Shevchenko · 8 years ago
  72. fabb13d fou: add Kconfig options for IPv6 support by Arnd Bergmann · 8 years ago
  73. 287980e remove lots of IS_ERR_VALUE abuses by Arnd Bergmann · 8 years ago
  74. a10c38a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 8 years ago
  75. ea8ea73 Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 8 years ago
  76. bed187b sctp: fix double EPs display in sctp_diag by Xin Long · 8 years ago
  77. 0e76abf libceph: make ceph_osdc_wait_request() uninterruptible by Yan, Zheng · 8 years ago
  78. 3b33f69 ceph: make logical calculation functions return bool by Zhang Zhuoyu · 9 years ago
  79. 737cc81e libceph: support for subscribing to "mdsmap.<id>" maps by Ilya Dryomov · 8 years ago
  80. 7cca78c libceph: replace ceph_monc_request_next_osdmap() by Ilya Dryomov · 8 years ago
  81. b4f3479 libceph: take osdc->lock in osdmap_show() and dump flags in hex by Ilya Dryomov · 8 years ago
  82. 4609245 libceph: pool deletion detection by Ilya Dryomov · 8 years ago
  83. d0b1970 libceph: async MON client generic requests by Ilya Dryomov · 8 years ago
  84. b07d3c4 libceph: support for checking on status of watch by Ilya Dryomov · 8 years ago
  85. 1907920 libceph: support for sending notifies by Ilya Dryomov · 8 years ago
  86. 922dab6 libceph, rbd: ceph_osd_linger_request, watch/notify v2 by Ilya Dryomov · 8 years ago
  87. 42b0696 libceph: wait_request_timeout() by Ilya Dryomov · 8 years ago
  88. 3540bfd libceph: request_init() and request_release_checks() by Ilya Dryomov · 8 years ago
  89. 5aea3dc libceph: a major OSD client update by Ilya Dryomov · 8 years ago
  90. 9dd2845 libceph: protect osdc->osd_lru list with a spinlock by Ilya Dryomov · 8 years ago
  91. 7a28f59 libceph: allocate ceph_osd with GFP_NOFAIL by Ilya Dryomov · 8 years ago
  92. 0247a0c libceph: osd_init() and osd_cleanup() by Ilya Dryomov · 8 years ago
  93. 42c1b12 libceph: handle_one_map() by Ilya Dryomov · 8 years ago
  94. e5253a7 libceph: allocate dummy osdmap in ceph_osdc_init() by Ilya Dryomov · 8 years ago
  95. fbca963 libceph: schedule tick from ceph_osdc_init() by Ilya Dryomov · 8 years ago
  96. b37ee1b libceph: move schedule_delayed_work() in ceph_osdc_init() by Ilya Dryomov · 8 years ago
  97. fe5da05 libceph: redo callbacks and factor out MOSDOpReply decoding by Ilya Dryomov · 8 years ago
  98. 85e084f libceph: drop msg argument from ceph_osdc_callback_t by Ilya Dryomov · 8 years ago
  99. bb873b5 libceph: switch to calc_target(), part 2 by Ilya Dryomov · 8 years ago
  100. a66dd38 libceph: switch to calc_target(), part 1 by Ilya Dryomov · 8 years ago