summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-05-28tcp: add tcp_sock_set_quickackChristoph Hellwig1-13/+26
2020-05-28tcp: add tcp_sock_set_nodelayChristoph Hellwig5-35/+29
2020-05-28tcp: add tcp_sock_set_corkChristoph Hellwig2-26/+34
2020-05-28net: add sock_set_reuseportChristoph Hellwig2-16/+9
2020-05-28net: add sock_set_rcvbufChristoph Hellwig1-27/+32
2020-05-28net: add sock_set_keepaliveChristoph Hellwig3-8/+12
2020-05-28net: add sock_enable_timestampsChristoph Hellwig2-25/+30
2020-05-28net: add sock_bindtoindexChristoph Hellwig3-12/+17
2020-05-28net: add sock_set_sndtimeoChristoph Hellwig1-0/+11
2020-05-28net: add sock_set_priorityChristoph Hellwig1-0/+8
2020-05-28net: add sock_no_lingerChristoph Hellwig5-24/+13
2020-05-28net: add sock_set_reuseaddrChristoph Hellwig1-0/+8
2020-05-28tcp: ipv6: support RFC 6069 (TCP-LD)Eric Dumazet2-1/+11
2020-05-27net: remove kernel_getsockoptChristoph Hellwig1-34/+0
2020-05-27sctp: fix typo sctp_ulpevent_nofity_peer_addr_changeJonas Falkevik2-5/+5
2020-05-27net/tls: Add force_resync for driver resyncTariq Toukan1-3/+6
2020-05-27net_sched: get rid of unnecessary dev_qdisc_reset()Cong Wang1-16/+0
2020-05-27net_sched: avoid resetting active qdisc for multiple timesCong Wang1-14/+23
2020-05-27net_sched: add a tracepoint for qdisc creationCong Wang2-1/+6
2020-05-27net_sched: add tracepoints for qdisc_reset() and qdisc_destroy()Cong Wang1-0/+4
2020-05-27net_sched: use qdisc_reset() in qdisc_destroy()Cong Wang1-13/+3
2020-05-27tcp: rename tcp_v4_err() skb parameterEric Dumazet1-9/+9
2020-05-27tcp: add tcp_ld_RTO_revert() helperEric Dumazet1-40/+45
2020-05-27bridge: mrp: Rework the MRP netlink interfaceHoratiu Vultur3-43/+233
2020-05-27nexthop: Fix type of event_type in call_nexthop_notifiersNathan Chancellor1-1/+1
2020-05-26net: ethtool: Allow PHY cable test TDR data to configuredAndrew Lunn1-2/+102
2020-05-26net: ethtool: Add helpers for cable test TDR dataAndrew Lunn1-1/+79
2020-05-26net: ethtool: Add generic parts of cable test TDRAndrew Lunn3-6/+64
2020-05-26mptcp: attempt coalescing when moving skbs to mptcp rx queueFlorian Westphal1-2/+19
2020-05-26net/smc: mark smc_pnet_policy as constDmitry Vyukov1-1/+1
2020-05-26Merge tag 'mac80211-next-for-net-next-2020-04-25' of git://git.kernel.org/pub...David S. Miller31-267/+507
2020-05-26cls_flower: Support filtering on multiple MPLS Label Stack EntriesGuillaume Nault1-1/+242
2020-05-26flow_dissector: Parse multiple MPLS Label Stack EntriesGuillaume Nault2-32/+69
2020-05-26Merge tag 'batadv-next-for-davem-20200526' of git://git.open-mesh.org/linux-m...David S. Miller5-20/+8
2020-05-26tipc: add test for Nagle algorithm effectivenessTuong Lien3-17/+64
2020-05-26tipc: add support for broadcast rcv stats dumpingTuong Lien9-56/+101
2020-05-26tipc: enable broadcast retrans via unicastTuong Lien6-11/+28
2020-05-26tipc: add back link trace eventsTuong Lien2-5/+11
2020-05-26tipc: introduce Gap ACK blocks for broadcast linkTuong Lien5-185/+293
2020-05-26tcp: tcp_v4_err() icmp skb is named icmp_skbEric Dumazet1-1/+1
2020-05-26batman-adv: Revert "disable ethtool link speed detection when auto negotiatio...Sven Eckelmann1-14/+1
2020-05-25bridge: mrp: Fix out-of-bounds read in br_mrp_parseHoratiu Vultur1-0/+6
2020-05-25tcp: allow traceroute -Mtcp for unpriv usersEric Dumazet2-0/+4
2020-05-25ipv4: potential underflow in compat_ip_setsockopt()Dan Carpenter1-1/+1
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller38-217/+442
2020-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds37-215/+435
2020-05-23ethtool: propagate get_coalesce return valueHeiner Kallweit1-1/+4
2020-05-23net: devres: provide devm_register_netdev()Bartosz Golaszewski1-0/+55
2020-05-23net: devres: define a separate devres structure for devm_alloc_etherdev()Bartosz Golaszewski1-8/+12
2020-05-23net: move devres helpers into a separate source fileBartosz Golaszewski3-29/+37