summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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-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-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-17vlan: Add extack messages for link createDavid Ahern
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-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
2018-05-17tcp: support DUPACK threshold in RACKYuchung Cheng
2018-05-17pfifo_fast: drop unneeded additional lock on dequeuePaolo Abeni
2018-05-17sched: replace __QDISC_STATE_RUNNING bit with a spin lockPaolo Abeni
2018-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-05-16sched: manipulate __QDISC_STATE_RUNNING in qdisc_run_* helpersPaolo Abeni
2018-05-16net/smc: check for pending terminationKarsten Graul
2018-05-16net/smc: drop messages when link state is inactiveKarsten Graul
2018-05-16net/smc: set link inactive before calling smc_lgr_free()Karsten Graul
2018-05-16net/smc: handle all error codes from smc_conn_create()Karsten Graul
2018-05-16net/smc: use a workqueue to defer llc sendKarsten Graul
2018-05-16net/smc: move link llc initialization to llc layerKarsten Graul
2018-05-16net/smc: simplify test_link function usageKarsten Graul
2018-05-16net/smc: remove unnecessary castKarsten Graul
2018-05-16net/smc: register new rmbs with the peerKarsten Graul
2018-05-16net/smc: no tx work trigger for fallback socketsUrsula Braun
2018-05-15bpf: sockmap, add hash map supportJohn Fastabend
2018-05-15bpf: sockmap, refactor sockmap routines to work with hashmapJohn Fastabend
2018-05-14sctp: checkpatch fixupsMarcelo Ricardo Leitner
2018-05-14sctp: add asoc and packet to sctp_flush_ctxMarcelo Ricardo Leitner
2018-05-14sctp: add sctp_flush_ctx, a context struct on outq_flush routinesMarcelo Ricardo Leitner
2018-05-14sctp: rework switch cases in sctp_outq_flush_dataMarcelo Ricardo Leitner
2018-05-14sctp: make use of gfp on retransmissionsMarcelo Ricardo Leitner