summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-06-30net: sched: Pass root lock to Qdisc_ops.enqueuePetr Machata34-69/+69
2020-06-29l2tp: fix l2tp_eth_dev_xmit()'s return typeLuc Van Oostenryck1-1/+1
2020-06-29net/hsr: fix hsr_dev_xmit()'s return typeLuc Van Oostenryck1-1/+1
2020-06-28tcp: update delivered_ce with deliveredYousuk Seung1-8/+21
2020-06-28tcp: count sacked packets in tcp_sacktag_stateYousuk Seung1-0/+4
2020-06-28tcp: add ece_ack flag to reno sack functionsYousuk Seung1-10/+12
2020-06-28tcp: stamp SCM_TSTAMP_ACK later in tcp_clean_rtx_queue()Yousuk Seung1-2/+2
2020-06-27mptcp: introduce token KUNIT self-testsPaolo Abeni4-2/+152
2020-06-27mptcp: move crypto test to KUNITPaolo Abeni4-67/+91
2020-06-27mptcp: refactor token containerPaolo Abeni4-113/+236
2020-06-27mptcp: add __init annotation on setup functionsPaolo Abeni5-10/+10
2020-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller107-283/+590
2020-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds105-270/+580
2020-06-26sch_cake: add RFC 8622 LE PHB support to CAKE diffserv handlingKevin Darbyshire-Bryant1-4/+4
2020-06-26rds: transport module should be auto loaded when transport is setRao Shoaib1-9/+17
2020-06-26sch_cake: fix a few style nitsToke Høiland-Jørgensen1-2/+2
2020-06-26sch_cake: don't call diffserv parsing code when it is not neededToke Høiland-Jørgensen1-4/+9
2020-06-26sch_cake: don't try to reallocate or unshare skb unconditionallyIlya Ponetayev1-11/+30
2020-06-26ethtool: fix error handling in linkstate_prepare_data()Michal Kubecek1-6/+5
2020-06-26sctp: Don't advertise IPv4 addresses if ipv6only is set on the socketMarcelo Ricardo Leitner3-2/+7
2020-06-26tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTTNeal Cardwell1-3/+2
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller54-15/+159
2020-06-25net: bridge: enfore alignment for ethernet addressThomas Martitz1-1/+1
2020-06-25tcp: don't ignore ECN CWR on pure ACKDenis Kirjanov1-3/+11
2020-06-25net: qos: police action add index for tc flower offloadingPo Liu1-0/+1
2020-06-25net: qos: add tc police offloading action with max frame size limitPo Liu1-0/+1
2020-06-25netfilter: ip6tables: Add a .pre_exit hook in all ip6table_foo.c.David Wilder5-6/+44
2020-06-25netfilter: ip6tables: Split ip6t_unregister_table() into pre_exit and exit he...David Wilder1-1/+14
2020-06-25netfilter: iptables: Add a .pre_exit hook in all iptable_foo.c.David Wilder5-7/+44
2020-06-25netfilter: iptables: Split ipt_unregister_table() into pre_exit and exit help...David Wilder1-1/+14
2020-06-25netfilter: Add MODULE_DESCRIPTION entries to kernel modulesRob Gill41-0/+41
2020-06-25netfilter: ipset: fix unaligned atomic accessRussell King1-0/+2
2020-06-25dsa: Allow forwarding of redirected IGMP trafficDaniel Mack1-3/+34
2020-06-25net: bridge: add a flag to avoid refreshing fdb when changing/addingNikolay Aleksandrov1-1/+4
2020-06-25net: bridge: add option to allow activity notifications for any fdb entriesNikolay Aleksandrov2-13/+108
2020-06-25net: neighbor: add fdb extended attributeNikolay Aleksandrov1-0/+1
2020-06-25net: bridge: fdb_add_entry takes ndm as argumentNikolay Aleksandrov1-5/+4
2020-06-25openvswitch: take into account de-fragmentation/gso_size in execute_check_pkt...Lorenzo Bianconi1-2/+7
2020-06-24net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan1-0/+2
2020-06-24dn_route_rcv: remove redundant dev null checkGaurav Singh1-1/+1
2020-06-24dcb_doit: remove redundant skb checkGaurav Singh1-1/+1
2020-06-24net: ipv6: Use struct_size() helper and kcalloc()Gustavo A. R. Silva2-3/+2
2020-06-24net: ethtool: Handle missing cable test TDR parametersAndrew Lunn1-8/+9
2020-06-24udp: move gro declarations to net/udp.hEric Dumazet2-6/+1
2020-06-24net: move tcp gro declarations to net/tcp.hEric Dumazet2-6/+1
2020-06-24tcp: move ipv4_specific to tcp include fileEric Dumazet1-2/+0
2020-06-24tcp: move ipv6_specific declaration to remove a warningEric Dumazet1-3/+0
2020-06-24bonding/xfrm: use real_dev instead of slave_devJarod Wilson1-2/+3
2020-06-24ipv6: fib6: avoid indirect calls from fib6_rule_lookupBrian Vazquez3-8/+12
2020-06-24net: ethtool: add missing string for NETIF_F_GSO_TUNNEL_REMCSUMAlexander Lobakin1-0/+1