1. 7bb387c net: Allow IP_MULTICAST_IF to set index to L3 slave by David Ahern · 8 years ago
  2. 3a543ef net: dsa: Implement ndo_get_phys_port_id by Florian Fainelli · 8 years ago
  3. 3d48b53 net: dev_weight: TX/RX orthogonality by Matthias Tafelmeier · 8 years ago
  4. bfd2e4b sctp: refactor sctp_datamsg_from_user by Marcelo Ricardo Leitner · 8 years ago
  5. de8499c ipv6: remove unnecessary inet6_sk check by Dave Jones · 8 years ago
  6. fee83d0 ipv4: Namespaceify tcp_max_syn_backlog knob by Haishuang Yan · 8 years ago
  7. 1946e67 ipv4: Namespaceify tcp_tw_recycle and tcp_max_tw_buckets knob by Haishuang Yan · 8 years ago
  8. b77b756 sctp: add pr_debug for tracking asocs not found by Marcelo Ricardo Leitner · 8 years ago
  9. 509e7a3 sctp: sctp_chunk_length_valid should return bool by Marcelo Ricardo Leitner · 8 years ago
  10. 66b91d2 sctp: remove return value from sctp_packet_init/config by Marcelo Ricardo Leitner · 8 years ago
  11. 0630c56 sctp: simplify addr copy by Marcelo Ricardo Leitner · 8 years ago
  12. 1ff0156 sctp: reduce indent level in sctp_sf_shut_8_4_5 by Marcelo Ricardo Leitner · 8 years ago
  13. eab5907 sctp: reduce indent level at sctp_sf_tabort_8_4_8 by Marcelo Ricardo Leitner · 8 years ago
  14. 8f18e4d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  15. be26727 net: xdp: remove unused bfp_warn_invalid_xdp_buffer() by Jason Wang · 8 years ago
  16. df30f74 openvswitch: upcall: Fix vlan handling. by pravin shelar · 8 years ago
  17. 56ab6b9 ipv4: Namespaceify tcp_tw_reuse knob by Haishuang Yan · 8 years ago
  18. 628185c net, sched: fix soft lockup in tc_classify by Daniel Borkmann · 8 years ago
  19. 1f3a8e4 ktime: Get rid of ktime_equal() by Thomas Gleixner · 8 years ago
  20. 8b0e195 ktime: Cleanup ktime_set() usage by Thomas Gleixner · 8 years ago
  21. 2456e85 ktime: Get rid of the union by Thomas Gleixner · 8 years ago
  22. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  23. 693c564 tipc: don't send FIN message from connectionless socket by Jon Paul Maloy · 8 years ago
  24. 1636098 sctp: fix recovering from 0 win with small data chunks by Marcelo Ricardo Leitner · 8 years ago
  25. 58b94d8 sctp: do not loose window information if in rwnd_over by Marcelo Ricardo Leitner · 8 years ago
  26. 53f800e neigh: Send netevent after marking neigh as dead by Ido Schimmel · 8 years ago
  27. a98f917 ipv6: handle -EFAULT from skb_copy_bits by Dave Jones · 8 years ago
  28. 39b2dd7 inet: fix IP(V6)_RECVORIGDSTADDR for udp sockets by Willem de Bruijn · 8 years ago
  29. d972477 net/sched: cls_flower: Mandate mask when matching on flags by Or Gerlitz · 8 years ago
  30. dc594ec net/sched: act_tunnel_key: Fix setting UDP dst port in metadata under IPv6 by Or Gerlitz · 8 years ago
  31. 7d99569 net: ipv4: Don't crash if passing a null sk to ip_do_redirect. by Lorenzo Colitti · 8 years ago
  32. 0a9648f tcp: add a missing barrier in tcp_tasklet_func() by Eric Dumazet · 8 years ago
  33. a763f78 RDS: use rb_entry() by Geliang Tang · 8 years ago
  34. 7f7cd56 net_sched: sch_netem: use rb_entry() by Geliang Tang · 8 years ago
  35. e124557 net_sched: sch_fq: use rb_entry() by Geliang Tang · 8 years ago
  36. b860780 sctp: not copying duplicate addrs to the assoc's bind address list by Xin Long · 8 years ago
  37. 165f2cf sctp: reduce indent level in sctp_copy_local_addr_list by Xin Long · 8 years ago
  38. 87e159c openvswitch: Add a missing break statement. by Jarno Rajahalme · 8 years ago
  39. 0a28cfd ipv4: Should use consistent conditional judgement for ip fragment in __ip_append_data and ip_finish_output by zheng li · 8 years ago
  40. 52f40e9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  41. 67a72a5 Merge tag 'mac80211-for-davem-2016-12-16' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 8 years ago
  42. c2ed188 net: ipv6: check route protocol when deleting routes by Mantas M · 8 years ago
  43. e999cb4 net/x25: use designated initializers by Kees Cook · 8 years ago
  44. 9d1c0ca net: use designated initializers by Kees Cook · 8 years ago
  45. 99a5e17 ATM: use designated initializers by Kees Cook · 8 years ago
  46. f23bc46 net: xdp: add invalid buffer warning by John Fastabend · 8 years ago
  47. 08abb79 sctp: sctp_transport_lookup_process should rcu_read_unlock when transport is null by Xin Long · 8 years ago
  48. 5cb2cd6 sctp: sctp_epaddr_lookup_transport should be protected by rcu_read_lock by Xin Long · 8 years ago
  49. 616f6b4 irda: irnet: add member name to the miscdevice declaration by LABBE Corentin · 8 years ago
  50. 33de4d1 irda: irnet: Remove unused IRNET_MAJOR define by LABBE Corentin · 8 years ago
  51. 24c946c irnet: ppp: move IRNET_MINOR to include/linux/miscdevice.h by LABBE Corentin · 8 years ago
  52. e292823 irda: irnet: Move linux/miscdevice.h include by LABBE Corentin · 8 years ago
  53. 078497a irda: irproc.c: Remove unneeded linux/miscdevice.h include by LABBE Corentin · 8 years ago
  54. 0643ee4 inet: Fix get port to handle zero port number with soreuseport set by Tom Herbert · 8 years ago
  55. 9af7e92 inet: Don't go into port scan when looking for specific bind port by Tom Herbert · 8 years ago
  56. f93bd17 net/sched: cls_flower: Use masked key when calling HW offloads by Paul Blakey · 8 years ago
  57. 970bfcd net/sched: cls_flower: Use mask for addr_type by Paul Blakey · 8 years ago
  58. 59331c2 Merge tag 'ceph-for-4.10-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
  59. ff0f962 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  60. 759b265 Merge tag 'nfsd-4.10' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  61. 9a19a6d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  62. beef512 Revert "af_unix: fix hard linked sockets on overlay" by Miklos Szeredi · 8 years ago
  63. 73e2e0c Merge tag 'nfs-for-4.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 8 years ago
  64. ed3c5a0 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 8 years ago
  65. 6bdf1e0 Makefile: drop -D__CHECK_ENDIAN__ from cflags by Michael S. Tsirkin · 8 years ago
  66. 9efecca linux: drop __bitwise__ everywhere by Michael S. Tsirkin · 8 years ago
  67. 4d5b57e Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  68. a17d93f mac80211: fix legacy and invalid rx-rate report by Ben Greear · 8 years ago
  69. f83f12d vsock/virtio: fix src/dst cid format by Michael S. Tsirkin · 8 years ago
  70. 819483d vsock/virtio: mark an internal function static by Michael S. Tsirkin · 8 years ago
  71. 6c7efaf vsock/virtio: add a missing __le annotation by Michael S. Tsirkin · 8 years ago
  72. a57cb1c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  73. 4443061 rxrpc: abstract away knowledge of IDR internals by Matthew Wilcox · 8 years ago
  74. dcdaa2f Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
  75. 45ee2c1 libceph: remove now unused finish_request() wrapper by Ilya Dryomov · 8 years ago
  76. c297eb42 libceph: always signal completion when done by Ilya Dryomov · 8 years ago
  77. fba143c netns: avoid disabling irq for netns id by Paul Moore · 8 years ago
  78. 39384f0 rds_rdma: log the connection reject message by Steve Wise · 8 years ago
  79. d8da0b5 mac80211: Ensure enough headroom when forwarding mesh pkt by Cedric Izoard · 8 years ago
  80. ec4efc4 mac80211: don't call drv_set_default_unicast_key() for VLANs by Johannes Berg · 8 years ago
  81. e71c397 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  82. f6c0d1a crush: include mapper.h in mapper.c by Tobias Klauser · 8 years ago
  83. b3bbd3f libceph: no need to drop con->mutex for ->get_authorizer() by Ilya Dryomov · 8 years ago
  84. 0dde584 libceph: drop len argument of *verify_authorizer_reply() by Ilya Dryomov · 8 years ago
  85. 5c056fd libceph: verify authorize reply on connect by Ilya Dryomov · 8 years ago
  86. 5418d0a2 libceph: no need for GFP_NOFS in ceph_monc_init() by Ilya Dryomov · 8 years ago
  87. 7af3ea1 libceph: stop allocating a new cipher on every crypto request by Ilya Dryomov · 8 years ago
  88. 6db2304 libceph: uninline ceph_crypto_key_destroy() by Ilya Dryomov · 8 years ago
  89. 2b1e1a7 libceph: remove now unused ceph_*{en,de}crypt*() functions by Ilya Dryomov · 8 years ago
  90. e15fd0a libceph: switch ceph_x_decrypt() to ceph_crypt() by Ilya Dryomov · 8 years ago
  91. d03857c libceph: switch ceph_x_encrypt() to ceph_crypt() by Ilya Dryomov · 8 years ago
  92. 4eb4517 libceph: tweak calcu_signature() a little by Ilya Dryomov · 8 years ago
  93. 7882a26 libceph: rename and align ceph_x_authorizer::reply_buf by Ilya Dryomov · 8 years ago
  94. a45f795 libceph: introduce ceph_crypt() for in-place en/decryption by Ilya Dryomov · 8 years ago
  95. 55d9cc8 libceph: introduce ceph_x_encrypt_offset() by Ilya Dryomov · 8 years ago
  96. 462e650 libceph: old_key in process_one_ticket() is redundant by Ilya Dryomov · 8 years ago
  97. 36721ec libceph: ceph_x_encrypt_buflen() takes in_len by Ilya Dryomov · 8 years ago
  98. 6cdf89b Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  99. d84701e netfilter: nft_counter: rework atomic dump and reset by Pablo Neira · 8 years ago
  100. fba40c6 net: l2tp: ppp: change PPPOL2TP_MSG_* => L2TP_MSG_* by Asbjørn Sloth Tønnesen · 8 years ago