1. 8b1b1eb decnet: Use time_after_eq by Himangi Saraogi · 10 years ago
  2. c72c95a ipconfig: Use time_before by Himangi Saraogi · 10 years ago
  3. b5c5c36 dn_dev: Use time_before by Himangi Saraogi · 10 years ago
  4. 0932997 br_multicast: Replace rcu_assign_pointer() with RCU_INIT_POINTER() by Andreea-Cristina Bernat · 10 years ago
  5. 8c6b00c net/openvswitch/flow.c: Replace rcu_dereference() with rcu_access_pointer() by Andreea-Cristina Bernat · 10 years ago
  6. e6b6888 net/ipv4/igmp.c: Replace rcu_dereference() with rcu_access_pointer() by Andreea-Cristina Bernat · 10 years ago
  7. 1dced6a ipv4: Restore accept_local behaviour in fib_validate_source() by Sébastien Barré · 10 years ago
  8. 9ce12eb netlink: Annotate RCU locking for seq_file walker by Thomas Graf · 10 years ago
  9. 0c9ab09 tcp: fix ssthresh and undo for consecutive short FRTO episodes by Neal Cardwell · 10 years ago
  10. a26552a tcp: don't allow syn packets without timestamps to pass tcp_tw_recycle logic by Hannes Frederic Sowa · 10 years ago
  11. 4fab907 tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced() by Neal Cardwell · 10 years ago
  12. bc8fc7b sit: Fix ipip6_tunnel_lookup device matching criteria by Shmulik Ladkani · 10 years ago
  13. 9d186ca tcp: don't use timestamp from repaired skb-s to calculate RTT (v2) by Andrey Vagin · 10 years ago
  14. 490cc7d net-timestamp: fix missing tcp fragmentation cases by Willem de Bruijn · 10 years ago
  15. 712a722 net-timestamp: fix missing ACK timestamp by Willem de Bruijn · 10 years ago
  16. efd5029 irda: Fix rd_frame control field initialization in irlap_send_rd_frame() by Maks Naumov · 10 years ago
  17. 8356f9d lec: Fix bug introduced by b67bfe0d42cac56c512dd5da4b1b347a23f4b70a by chas williams - CONTRACTOR · 10 years ago
  18. de713b5 atm/svc: Fix blocking in wait loop by chas williams - CONTRACTOR · 10 years ago
  19. 3791b3f openvswitch: Fix memory leak in ovs_vport_alloc() error path by Christoph Jaeger · 10 years ago
  20. f0094b2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  21. 06b8ab5 Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  22. 8d2d441 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  23. 0d5501c net: Always untag vlan-tagged traffic on input. by Vlad Yasevich · 10 years ago
  24. f00439e Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 10 years ago
  25. 77e40aa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 10 years ago
  26. 0d10c2c Merge branch 'for-3.17' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  27. 5f740d7 libceph: set last_piece in ceph_msg_data_pages_cursor_init() correctly by Ilya Dryomov · 10 years ago
  28. 945a367 rtnetlink: fix VF info size by Jiri Benc · 10 years ago
  29. b7a71b5 ipv4: removed redundant conditional by Niv Yehezkel · 10 years ago
  30. 609ccf0 netfilter: nf_tables: fix error return code by Julia Lawall · 10 years ago
  31. 7926dbf netfilter: don't use mutex_lock_interruptible() by Pablo Neira Ayuso · 10 years ago
  32. b88825d netfilter: nf_tables: don't update chain with unset counters by Pablo Neira Ayuso · 10 years ago
  33. a3716e7 netfilter: nf_tables: uninitialize element key/data from the commit path by Pablo Neira Ayuso · 10 years ago
  34. 4e48ed8 netlink: reset network header before passing to taps by Daniel Borkmann · 10 years ago
  35. 0a4dd0d batman: fix duplicate #include of multicast.h by Jean Sacren · 10 years ago
  36. 2072ec8 openvswitch: fix duplicate #include headers by Jean Sacren · 10 years ago
  37. 2d177f3 6lowpan: Allow 6LoWPAN to be modular by Geert Uytterhoeven · 10 years ago
  38. 33caee3 Merge branch 'akpm' (patchbomb from Andrew Morton) by Linus Torvalds · 10 years ago
  39. 6c8f7e7 netlink: hold nl_sock_hash_lock during diag dump by Thomas Graf · 10 years ago
  40. 1d02328 list: fix order of arguments for hlist_add_after(_rcu) by Ken Helias · 10 years ago
  41. 9ea88a1 tcp: md5: check md5 signature without socket lock by Dmitry Popov · 10 years ago
  42. f066e2b net-timestamp: cumulative tcp timestamping fixes by Willem de Bruijn · 10 years ago
  43. 140c55d net-timestamp: sock_tx_timestamp() fix by Eric Dumazet · 10 years ago
  44. ae045e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  45. bb2cbf5 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  46. d247b6a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  47. 757efd3 sctp: fix possible seqlock seadlock in sctp_packet_transmit() by Eric Dumazet · 10 years ago
  48. 6ff4e36 Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge by David S. Miller · 10 years ago
  49. fdb0a66 bridge: Update outdated comment on promiscuous mode by Toshiaki Makita · 10 years ago
  50. e1c8a60 net-timestamp: ACK timestamp for bytestreams by Willem de Bruijn · 10 years ago
  51. 4ed2d76 net-timestamp: TCP timestamping by Willem de Bruijn · 10 years ago
  52. e7fd288 net-timestamp: SCHED timestamp on entering packet scheduler by Willem de Bruijn · 10 years ago
  53. 09c2d25 net-timestamp: add key to disambiguate concurrent datagrams by Willem de Bruijn · 10 years ago
  54. b9f40e2 net-timestamp: move timestamp flags out of sk_flags by Willem de Bruijn · 10 years ago
  55. f24b9be net-timestamp: extend SCM_TIMESTAMPING ancillary data struct by Willem de Bruijn · 10 years ago
  56. 5ae344c tcp: reduce spurious retransmits due to transient SACK reneging by Neal Cardwell · 10 years ago
  57. aef4f5b Merge tag 'master-2014-07-31' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 10 years ago
  58. d1e458f svcrdma: remove rdma_create_qp() failure recovery logic by Steve Wise · 10 years ago
  59. 71b75d0 batman-adv: Start new development cycle by Simon Wunderlich · 10 years ago
  60. e03366e batman-adv: increase default hop penalty by Simon Wunderlich · 10 years ago
  61. 23c4ec1 batman-adv: remove unnecessary logspam by André Gaul · 10 years ago
  62. d912426 batman-adv: Fix out-of-order fragmentation support by Sven Eckelmann · 10 years ago
  63. 67a24ac netlink: fix lockdep splats by Eric Dumazet · 10 years ago
  64. 79eb238 Merge tag 'tty-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 10 years ago
  65. 9895994 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  66. 64a124e tcp: md5: remove unneeded check in tcp_v4_parse_md5_keys by Dmitry Popov · 10 years ago
  67. 4b7a916 bridge: remove a useless comment by Michael S. Tsirkin · 10 years ago
  68. 47dfe40 Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  69. 0185dda batman-adv: prefer kmalloc_array to kmalloc when possible by Antonio Quartulli · 10 years ago
  70. 122a8cd SUNRPC: remove all refcounting of groupinfo from rpcauth_lookupcred by NeilBrown · 10 years ago
  71. bd95608 sunrpc/auth: allow lockless (rcu) lookup of credential cache. by NeilBrown · 10 years ago
  72. ec25422 sunrpc: remove "ec" argument from encrypt_v2 operation by Jeff Layton · 10 years ago
  73. b36e9c4 sunrpc: clean up sparse endianness warnings in gss_krb5_wrap.c by Jeff Layton · 10 years ago
  74. 6ac0fbb sunrpc: clean up sparse endianness warnings in gss_krb5_seal.c by Jeff Layton · 10 years ago
  75. c5e6aec sunrpc: fix RCU handling of gc_ctx field by Jeff Layton · 10 years ago
  76. 9806755 Merge branch 'nfs-rdma' of git://git.linux-nfs.org/projects/anna/nfs-rdma into linux-next by Trond Myklebust · 10 years ago
  77. bae6746 SUNRPC: Enforce an upper limit on the number of cached credentials by Trond Myklebust · 10 years ago
  78. cfe4a9d nftables: Convert nft_hash to use generic rhashtable by Thomas Graf · 10 years ago
  79. e341694 netlink: Convert netlink_lookup() to use RCU protected hash table by Thomas Graf · 10 years ago
  80. ae8694f Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 10 years ago
  81. 166bd89 ipv6: data of fwmark_reflect sysctl needs to be updated on netns construction by Hannes Frederic Sowa · 10 years ago
  82. d4ad4d2 inet: frags: use kmem_cache for inet_frag_queue by Nikolay Aleksandrov · 10 years ago
  83. 2e404f6 inet: frags: use INET_FRAG_EVICTED to prevent icmp messages by Nikolay Aleksandrov · 10 years ago
  84. f926e23 inet: frags: fix function declaration alignments in inet_fragment by Nikolay Aleksandrov · 10 years ago
  85. 06aa8b8 inet: frags: rename last_in to flags by Nikolay Aleksandrov · 10 years ago
  86. d237386 inet: frags: use INC_STATS_BH in the ipv6 reassembly code by Nikolay Aleksandrov · 10 years ago
  87. 188b121 ipv4: remove nested rcu_read_lock/unlock by Duan Jiong · 10 years ago
  88. 7ae457c net: filter: split 'struct sk_filter' into socket and bpf parts by Alexei Starovoitov · 10 years ago
  89. 8fb575c net: filter: rename sk_convert_filter() -> bpf_convert_filter() by Alexei Starovoitov · 10 years ago
  90. 4df95ff net: filter: rename sk_chk_filter() -> bpf_check_classic() by Alexei Starovoitov · 10 years ago
  91. 009937e net: filter: rename sk_filter_proglen -> bpf_classic_proglen by Alexei Starovoitov · 10 years ago
  92. 278571b net: filter: simplify socket charging by Alexei Starovoitov · 10 years ago
  93. 103ae67 Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into next by James Morris · 10 years ago
  94. 0dc1362 netfilter: nf_tables: Avoid duplicate call to nft_data_uninit() for same key by Thomas Graf · 10 years ago
  95. 4fbe63d netlabel: shorter names for the NetLabel catmap funcs/structs by Paul Moore · 10 years ago
  96. d960a61 netlabel: fix the catmap walking functions by Paul Moore · 10 years ago
  97. 4b8feff netlabel: fix the horribly broken catmap functions by Paul Moore · 10 years ago
  98. 41c3bd2 netlabel: fix a problem when setting bits below the previously lowest bit by Paul Moore · 10 years ago
  99. 4330487 net: use inet6_iif instead of IP6CB()->iif by Duan Jiong · 10 years ago
  100. fcdfe3a net: Correctly set segment mac_len in skb_segment(). by Vlad Yasevich · 10 years ago