summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-04-30Merge remote-tracking branch 'mac80211-next/master'Stephen Rothwell
2018-04-30Merge remote-tracking branch 'bluetooth/master'Stephen Rothwell
2018-04-30Merge remote-tracking branch 'netfilter-next/master'Stephen Rothwell
2018-04-30Merge remote-tracking branch 'ipsec-next/master'Stephen Rothwell
2018-04-30Merge remote-tracking branch 'net-next/master'Stephen Rothwell
2018-04-30Merge remote-tracking branch 'vfs/for-next'Stephen Rothwell
2018-04-30Merge remote-tracking branch 'mac80211/master'Stephen Rothwell
2018-04-30Merge remote-tracking branch 'netfilter/master'Stephen Rothwell
2018-04-30Merge remote-tracking branch 'ipsec/master'Stephen Rothwell
2018-04-30Merge remote-tracking branch 'net/master'Stephen Rothwell
2018-04-27udp: remove stray export symbolWillem de Bruijn
2018-04-27net: support compat 64-bit time in {s,g}etsockoptLance Richardson
2018-04-27net: qrtr: Expose tunneling endpoint to user spaceBjorn Andersson
2018-04-27sctp: allow unsetting sockopt MAXSEGMarcelo Ricardo Leitner
2018-04-27sctp: consider idata chunks when setting SCTP_MAXSEGMarcelo Ricardo Leitner
2018-04-27sctp: honor PMTU_DISABLED when handling icmpMarcelo Ricardo Leitner
2018-04-27sctp: re-use sctp_transport_pmtu in sctp_transport_routeMarcelo Ricardo Leitner
2018-04-27sctp: remove sctp_transport_pmtu_checkMarcelo Ricardo Leitner
2018-04-27sctp: introduce sctp_dst_mtuMarcelo Ricardo Leitner
2018-04-27sctp: remove sctp_assoc_pending_pmtuMarcelo Ricardo Leitner
2018-04-27sctp: introduce sctp_assoc_update_frag_pointMarcelo Ricardo Leitner
2018-04-27sctp: introduce sctp_mtu_payloadMarcelo Ricardo Leitner
2018-04-27sctp: introduce sctp_assoc_set_pmtuMarcelo Ricardo Leitner
2018-04-27sctp: remove an if() that is always trueMarcelo Ricardo Leitner
2018-04-27sctp: move transport pathmtu calc away of sctp_assoc_add_peerMarcelo Ricardo Leitner
2018-04-27tcp: remove mss check in tcp_select_initial_window()Wei Wang
2018-04-27net/smc: handle sockopt TCP_DEFER_ACCEPTUrsula Braun
2018-04-27net/smc: sockopts TCP_NODELAY and TCP_CORKUrsula Braun
2018-04-27net/smc: handle sockopts forcing fallbackUrsula Braun
2018-04-27net/smc: fix structure sizeKarsten Graul
2018-04-27Merge tag 'ceph-for-4.17-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds
2018-04-27net: Fix coccinelle warningKirill Tkhai
2018-04-27sctp: clear the new asoc's stream outcnt in sctp_stream_updateXin Long
2018-04-27sctp: handle two v4 addrs comparison in sctp_inet6_cmp_addrXin Long
2018-04-27bridge: use hlist_entry_safeYueHaibing
2018-04-27net: dsa: Allow providing PHY statistics from CPU portFlorian Fainelli
2018-04-27net: dsa: Add helper function to obtain PHY device of a given portFlorian Fainelli
2018-04-27net: dsa: Pass stringset to ethtool operationsFlorian Fainelli
2018-04-27net: dsa: Do not check for ethtool_ops validityFlorian Fainelli
2018-04-27net: Allow network devices to have PHY statisticsFlorian Fainelli
2018-04-27net: Move PHY statistics code into PHY library helpersFlorian Fainelli
2018-04-27tcp: ignore Fast Open on repair modeYuchung Cheng
2018-04-27l2tp: consistent reference counting in procfs and debufsGuillaume Nault
2018-04-27tipc: introduce ioctl for fetching node identityJon Maloy
2018-04-27tipc: fix bug in function tipc_nl_node_dump_monitorJon Maloy
2018-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-04-27netfilter: nf_tables: skip synchronize_rcu if transaction log is emptyFlorian Westphal
2018-04-27netfilter: x_tables: check name length in find_match/target, tooFlorian Westphal
2018-04-27netfilter: Fix handling simultaneous open in TCP conntrackJozsef Kadlecsik
2018-04-27ipvs: initialize tbl->entries in ip_vs_lblc_init_svc()Cong Wang