summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2020-06-27tcp: update delivered_ce with deliveredYousuk Seung
2020-06-27tcp: count sacked packets in tcp_sacktag_stateYousuk Seung
2020-06-27tcp: add ece_ack flag to reno sack functionsYousuk Seung
2020-06-27tcp: stamp SCM_TSTAMP_ACK later in tcp_clean_rtx_queue()Yousuk Seung
2020-06-26mptcp: introduce token KUNIT self-testsPaolo Abeni
2020-06-26mptcp: move crypto test to KUNITPaolo Abeni
2020-06-26mptcp: refactor token containerPaolo Abeni
2020-06-26mptcp: add __init annotation on setup functionsPaolo Abeni
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-06-25sch_cake: add RFC 8622 LE PHB support to CAKE diffserv handlingKevin Darbyshire-Bryant
2020-06-25rds: transport module should be auto loaded when transport is setRao Shoaib
2020-06-25sch_cake: fix a few style nitsToke Høiland-Jørgensen
2020-06-25sch_cake: don't call diffserv parsing code when it is not neededToke Høiland-Jørgensen
2020-06-25sch_cake: don't try to reallocate or unshare skb unconditionallyIlya Ponetayev
2020-06-25ethtool: fix error handling in linkstate_prepare_data()Michal Kubecek
2020-06-25sctp: Don't advertise IPv4 addresses if ipv6only is set on the socketMarcelo Ricardo Leitner
2020-06-25tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTTNeal Cardwell
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2020-06-25net: bridge: enfore alignment for ethernet addressThomas Martitz
2020-06-25tcp: don't ignore ECN CWR on pure ACKDenis Kirjanov
2020-06-24net: qos: police action add index for tc flower offloadingPo Liu
2020-06-24net: qos: add tc police offloading action with max frame size limitPo Liu
2020-06-25netfilter: ip6tables: Add a .pre_exit hook in all ip6table_foo.c.David Wilder
2020-06-25netfilter: ip6tables: Split ip6t_unregister_table() into pre_exit and exit he...David Wilder
2020-06-25netfilter: iptables: Add a .pre_exit hook in all iptable_foo.c.David Wilder
2020-06-25netfilter: iptables: Split ipt_unregister_table() into pre_exit and exit help...David Wilder
2020-06-25netfilter: Add MODULE_DESCRIPTION entries to kernel modulesRob Gill
2020-06-25netfilter: ipset: fix unaligned atomic accessRussell King
2020-06-24dsa: Allow forwarding of redirected IGMP trafficDaniel Mack
2020-06-24net: bridge: add a flag to avoid refreshing fdb when changing/addingNikolay Aleksandrov
2020-06-24net: bridge: add option to allow activity notifications for any fdb entriesNikolay Aleksandrov
2020-06-24net: neighbor: add fdb extended attributeNikolay Aleksandrov
2020-06-24net: bridge: fdb_add_entry takes ndm as argumentNikolay Aleksandrov
2020-06-24openvswitch: take into account de-fragmentation/gso_size in execute_check_pkt...Lorenzo Bianconi
2020-06-23net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan
2020-06-23dn_route_rcv: remove redundant dev null checkGaurav Singh
2020-06-23dcb_doit: remove redundant skb checkGaurav Singh
2020-06-23net: ipv6: Use struct_size() helper and kcalloc()Gustavo A. R. Silva
2020-06-23net: ethtool: Handle missing cable test TDR parametersAndrew Lunn
2020-06-23udp: move gro declarations to net/udp.hEric Dumazet
2020-06-23net: move tcp gro declarations to net/tcp.hEric Dumazet
2020-06-23tcp: move ipv4_specific to tcp include fileEric Dumazet
2020-06-23tcp: move ipv6_specific declaration to remove a warningEric Dumazet
2020-06-23bonding/xfrm: use real_dev instead of slave_devJarod Wilson
2020-06-23ipv6: fib6: avoid indirect calls from fib6_rule_lookupBrian Vazquez
2020-06-23net: ethtool: add missing string for NETIF_F_GSO_TUNNEL_REMCSUMAlexander Lobakin
2020-06-23bridge: mrp: Validate when setting the port roleHoratiu Vultur
2020-06-22mptcp: drop sndr_key in mptcp_syn_optionsGeliang Tang
2020-06-22net/core/devlink.c: remove new uninitialized_var() usageStephen Rothwell