aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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-27net: Fix coccinelle warningKirill Tkhai1-1/+1
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-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-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-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
2018-04-25net: rules: Move l3mdev attribute validation to a helperDavid Ahern1-10/+24
2018-04-25sctp: fix identification of new acks for SFR-CACCMarcelo Ricardo Leitner1-25/+23
2018-04-25sctp: fix const parameter violation in sctp_make_sackMarcelo Ricardo Leitner1-5/+4
2018-04-25neighbour: support for NTF_EXT_LEARNED flagRoopa Prabhu1-1/+7
2018-04-25ipv6: addrconf: don't evaluate keep_addr_on_down twiceIvan Vecera1-13/+10
2018-04-25ipv6: sr: Compute flowlabel for outer IPv6 header of seg6 encap modeAhmed Abdelsalam2-2/+30
2018-04-25bpf: clear the ip_tunnel_info.William Tu1-0/+1
2018-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller23-223/+347
2018-04-24bpf: add helper for getting xfrm statesEyal Birger1-0/+48