summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-04-27udp: remove stray export symbolWillem de Bruijn1-1/+0
2018-04-27net: support compat 64-bit time in {s,g}etsockoptLance Richardson1-2/+4
2018-04-27net: qrtr: Expose tunneling endpoint to user spaceBjorn Andersson3-0/+170
2018-04-27sctp: allow unsetting sockopt MAXSEGMarcelo Ricardo Leitner1-7/+0
2018-04-27sctp: consider idata chunks when setting SCTP_MAXSEGMarcelo Ricardo Leitner1-3/+6
2018-04-27sctp: honor PMTU_DISABLED when handling icmpMarcelo Ricardo Leitner1-3/+5
2018-04-27sctp: re-use sctp_transport_pmtu in sctp_transport_routeMarcelo Ricardo Leitner2-22/+19
2018-04-27sctp: remove sctp_transport_pmtu_checkMarcelo Ricardo Leitner1-3/+0
2018-04-27sctp: introduce sctp_dst_mtuMarcelo Ricardo Leitner2-7/+5
2018-04-27sctp: remove sctp_assoc_pending_pmtuMarcelo Ricardo Leitner1-2/+4
2018-04-27sctp: introduce sctp_assoc_update_frag_pointMarcelo Ricardo Leitner3-19/+19
2018-04-27sctp: introduce sctp_mtu_payloadMarcelo Ricardo Leitner2-20/+12
2018-04-27sctp: introduce sctp_assoc_set_pmtuMarcelo Ricardo Leitner2-9/+14
2018-04-27sctp: remove an if() that is always trueMarcelo Ricardo Leitner1-4/+2
2018-04-27sctp: move transport pathmtu calc away of sctp_assoc_add_peerMarcelo Ricardo Leitner2-10/+7
2018-04-27tcp: remove mss check in tcp_select_initial_window()Wei Wang1-5/+3
2018-04-27net/smc: handle sockopt TCP_DEFER_ACCEPTUrsula Braun4-2/+31
2018-04-27net/smc: sockopts TCP_NODELAY and TCP_CORKUrsula Braun2-4/+40
2018-04-27net/smc: handle sockopts forcing fallbackUrsula Braun1-4/+50
2018-04-27net/smc: fix structure sizeKarsten Graul2-2/+2
2018-04-27Merge tag 'ceph-for-4.17-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds2-3/+18
2018-04-27net: Fix coccinelle warningKirill Tkhai1-1/+1
2018-04-27sctp: clear the new asoc's stream outcnt in sctp_stream_updateXin Long1-0/+2
2018-04-27sctp: handle two v4 addrs comparison in sctp_inet6_cmp_addrXin Long1-0/+3
2018-04-27bridge: use hlist_entry_safeYueHaibing1-2/+1
2018-04-27net: dsa: Allow providing PHY statistics from CPU portFlorian Fainelli2-5/+99
2018-04-27net: dsa: Add helper function to obtain PHY device of a given portFlorian Fainelli1-11/+22
2018-04-27net: dsa: Pass stringset to ethtool operationsFlorian Fainelli2-10/+16
2018-04-27net: dsa: Do not check for ethtool_ops validityFlorian Fainelli1-3/+3
2018-04-27net: Allow network devices to have PHY statisticsFlorian Fainelli1-18/+21
2018-04-27net: Move PHY statistics code into PHY library helpersFlorian Fainelli1-30/+8
2018-04-27tcp: ignore Fast Open on repair modeYuchung Cheng1-1/+2
2018-04-27l2tp: consistent reference counting in procfs and debufsGuillaume Nault2-15/+26
2018-04-27tipc: introduce ioctl for fetching node identityJon Maloy3-2/+33
2018-04-27tipc: fix bug in function tipc_nl_node_dump_monitorJon Maloy1-1/+1
2018-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-1/+51
2018-04-26bpf: fix xdp_generic for bpf_adjust_tail usecaseNikita V. Shirokov1-1/+3
2018-04-26udp: add gso support to virtual devicesWillem de Bruijn1-0/+1
2018-04-26udp: add gso segment cmsgWillem de Bruijn2-3/+46
2018-04-26udp: paged allocation with gsoWillem de Bruijn2-9/+25
2018-04-26udp: better wmem accounting on gsoWillem de Bruijn1-1/+15
2018-04-26udp: generate gso with UDP_SEGMENTWillem de Bruijn4-11/+60
2018-04-26udp: add udp gsoWillem de Bruijn4-4/+76
2018-04-26udp: expose inet cork to udpWillem de Bruijn4-21/+23
2018-04-26libceph: validate con->state at the top of try_write()Ilya Dryomov1-0/+7
2018-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-5/+3
2018-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-0/+1
2018-04-25rds: ib: Fix missing call to rds_ib_dev_put in rds_ib_setup_qpDag Moxnes1-1/+2
2018-04-25net/smc: keep clcsock reference in smc_tcp_listen_work()Ursula Braun1-4/+0
2018-04-25sctp: remove the unused sctp_assoc_is_match functionXin Long1-25/+0