summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-20Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2018-05-19net: ip6_gre: fix tunnel metadata device sharing.William Tu
2018-05-19dsa: set devlink port attrs for dsa portsJiri Pirko
2018-05-19devlink: introduce a helper to generate physical port namesJiri Pirko
2018-05-19devlink: extend attrs_set for setting port flavoursJiri Pirko
2018-05-19devlink: introduce devlink_port_attrs_setJiri Pirko
2018-05-18net: sched: red: avoid hashing NULL childPaolo Abeni
2018-05-18sock_diag: fix use-after-free read in __sk_freeEric Dumazet
2018-05-18tcp: tcp_rack_reo_wnd() can be statickbuild test robot
2018-05-18net/smc: restructure client and server code in af_smcHans Wippel
2018-05-18net/smc: change smc_buf_free function parametersHans Wippel
2018-05-18net/smc: do a few smc_core.c cleanupsHans Wippel
2018-05-18net/smc: restructure CDC message receptionHans Wippel
2018-05-18net/smc: move smc_core specific code from smc.h to smc_coreHans Wippel
2018-05-18net/smc: calculate write offset in RMB only once per connectionHans Wippel
2018-05-18net/smc: rename connection index to RMBE indexHans Wippel
2018-05-18net/smc: move link group list to smc_coreHans Wippel
2018-05-18net/smc: add common buffer size in send and receive buffer descriptorsHans Wippel
2018-05-18net: dsa: Do not register devlink for unused portsFlorian Fainelli
2018-05-18net: Fix a bug in removing queues from XPS mapAmritha Nambiar
2018-05-18tcp: add tcp_comp_sack_nr sysctlEric Dumazet
2018-05-18tcp: add tcp_comp_sack_delay_ns sysctlEric Dumazet
2018-05-18tcp: add TCPAckCompressed SNMP counterEric Dumazet
2018-05-18tcp: add SACK compressionEric Dumazet
2018-05-18tcp: do not force quickack when receiving out-of-order packetsEric Dumazet
2018-05-18Bluetooth: Add __hci_cmd_send functionLoic Poulain
2018-05-18Bluetooth: use wait_event API instead of open-coding itJohn Keeping
2018-05-18Bluetooth: Prevent buffer overflow for large advertisement dataChriz Chow
2018-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-05-17bpf: fix truncated jump targets on heavy expansionsDaniel Borkmann
2018-05-17vlan: Add extack messages for link createDavid Ahern
2018-05-17net: test tailroom before appending to linear skbWillem de Bruijn
2018-05-17net: ip6_gre: Fix ip6erspan hlen calculationPetr Machata
2018-05-17net: ip6_gre: Split up ip6gre_changelink()Petr Machata
2018-05-17net: ip6_gre: Split up ip6gre_newlink()Petr Machata
2018-05-17net: ip6_gre: Split up ip6gre_tnl_change()Petr Machata
2018-05-17net: ip6_gre: Split up ip6gre_tnl_link_config()Petr Machata
2018-05-17net: ip6_gre: Fix headroom request in ip6erspan_tunnel_xmit()Petr Machata
2018-05-17net: ip6_gre: Request headroom in __gre6_xmit()Petr Machata
2018-05-17net/ncsi: prevent a couple array underflowsDan Carpenter
2018-05-17net/smc: init conn.tx_work & conn.send_lock soonerEric Dumazet
2018-05-17erspan: fix invalid erspan version.William Tu
2018-05-17tcp: don't mark recently sent packets lost on RTOYuchung Cheng
2018-05-17tcp: new helper tcp_rack_skb_timeoutYuchung Cheng
2018-05-17tcp: separate loss marking and state update on RTOYuchung Cheng
2018-05-17tcp: new helper tcp_timeout_mark_lostYuchung Cheng
2018-05-17tcp: account lost retransmit after timeoutYuchung Cheng
2018-05-17tcp: simpler NewReno implementationYuchung Cheng
2018-05-17tcp: disable RFC6675 loss detectionYuchung Cheng