Age | Commit message (Expand) | Author |
2018-05-02 | sctp: fix the issue that the cookie-ack with auth can't get processed | Xin Long |
2018-05-02 | sctp: use the old asoc when making the cookie-ack chunk in dupcook_d | Xin Long |
2018-05-02 | sctp: init active key for the new asoc in dupcook_a and dupcook_b | Xin Long |
2018-05-02 | tcp_bbr: fix to zero idle_restart only upon S/ACKed data | Neal Cardwell |
2018-05-01 | net/tls: Don't recursively call push_record during tls_write_space callbacks | Dave Watson |
2018-05-01 | ipv6: Allow non-gateway ECMP for IPv6 | Thomas Winter |
2018-05-01 | ethtool: fix a potential missing-check bug | Wenwen Wang |
2018-05-01 | xprtrdma: Fix list corruption / DMAR errors during MR recovery | Chuck Lever |
2018-05-01 | tcp: fix TCP_REPAIR_QUEUE bound checking | Eric Dumazet |
2018-05-01 | ipv6: fix uninit-value in ip6_multipath_l3_keys() | Eric Dumazet |
2018-04-29 | bridge: check iface upper dev when setting master via ioctl | Hangbin Liu |
2018-04-27 | net: support compat 64-bit time in {s,g}etsockopt | Lance Richardson |
2018-04-27 | Merge tag 'ceph-for-4.17-rc3' of git://github.com/ceph/ceph-client | Linus Torvalds |
2018-04-27 | sctp: clear the new asoc's stream outcnt in sctp_stream_update | Xin Long |
2018-04-27 | sctp: handle two v4 addrs comparison in sctp_inet6_cmp_addr | Xin Long |
2018-04-27 | tcp: ignore Fast Open on repair mode | Yuchung Cheng |
2018-04-27 | tipc: fix bug in function tipc_nl_node_dump_monitor | Jon Maloy |
2018-04-27 | vti6: Change minimum MTU to IPV4_MIN_MTU, vti6 can carry IPv4 too | Stefano Brivio |
2018-04-27 | netfilter: nf_tables: skip synchronize_rcu if transaction log is empty | Florian Westphal |
2018-04-27 | netfilter: x_tables: check name length in find_match/target, too | Florian Westphal |
2018-04-27 | netfilter: Fix handling simultaneous open in TCP conntrack | Jozsef Kadlecsik |
2018-04-26 | libceph: validate con->state at the top of try_write() | Ilya Dryomov |
2018-04-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller |
2018-04-25 | rds: ib: Fix missing call to rds_ib_dev_put in rds_ib_setup_qp | Dag Moxnes |
2018-04-25 | net/smc: keep clcsock reference in smc_tcp_listen_work() | Ursula Braun |
2018-04-25 | bpf: clear the ip_tunnel_info. | William Tu |
2018-04-24 | packet: fix bitfield update race | Willem de Bruijn |
2018-04-24 | libceph: reschedule a tick in finish_hunting() | Ilya Dryomov |
2018-04-24 | libceph: un-backoff on tick when we have a authenticated session | Ilya Dryomov |
2018-04-23 | l2tp: check sockaddr length in pppol2tp_connect() | Guillaume Nault |
2018-04-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller |
2018-04-23 | net: ieee802154: 6lowpan: fix frag reassembly | Alexander Aring |
2018-04-23 | ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policy | Eric Dumazet |
2018-04-23 | tcp: don't read out-of-bounds opsize | Jann Horn |
2018-04-22 | net: sched: ife: check on metadata length | Alexander Aring |
2018-04-22 | net: sched: ife: handle malformed tlv length | Alexander Aring |
2018-04-22 | net: sched: ife: signal not finding metaid | Alexander Aring |
2018-04-22 | strparser: Do not call mod_delayed_work with a timeout of LONG_MAX | Doron Roberts-Kedes |
2018-04-22 | ipv6: sr: fix NULL pointer dereference in seg6_do_srh_encap()- v4 pkts | Ahmed Abdelsalam |
2018-04-22 | llc: fix NULL pointer deref for SOCK_ZAPPED | Cong Wang |
2018-04-22 | llc: delete timers synchronously in llc_sk_free() | Cong Wang |
2018-04-22 | l2tp: fix {pppol2tp, l2tp_dfs}_seq_stop() in case of seq_file overflow | Guillaume Nault |
2018-04-22 | batman-adv: don't pass a NULL hard_iface to batadv_hardif_put | Colin Ian King |
2018-04-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2018-04-20 | nl80211: Free connkeys on external authentication failure | Srinivas Dasari |
2018-04-19 | net/smc: fix shutdown in state SMC_LISTEN | Ursula Braun |
2018-04-19 | llc: hold llc_sap before release_sock() | Cong Wang |
2018-04-19 | net: caif: fix spelling mistake "UKNOWN" -> "UNKNOWN" | Colin Ian King |
2018-04-19 | net: change the comment of dev_mc_init | sunlianwen |
2018-04-19 | cfg80211: fix possible memory leak in regdb_query_country() | weiyongjun (A) |