summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-06-25107-283/+590
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-25105-270/+580
| |\
| | * rds: transport module should be auto loaded when transport is setRao Shoaib2020-06-251-9/+17
| | * sch_cake: fix a few style nitsToke Høiland-Jørgensen2020-06-251-2/+2
| | * sch_cake: don't call diffserv parsing code when it is not neededToke Høiland-Jørgensen2020-06-251-4/+9
| | * sch_cake: don't try to reallocate or unshare skb unconditionallyIlya Ponetayev2020-06-251-11/+30
| | * ethtool: fix error handling in linkstate_prepare_data()Michal Kubecek2020-06-251-6/+5
| | * sctp: Don't advertise IPv4 addresses if ipv6only is set on the socketMarcelo Ricardo Leitner2020-06-253-2/+7
| | * tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTTNeal Cardwell2020-06-251-3/+2
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-06-2554-15/+159
| | |\
| | | * netfilter: ip6tables: Add a .pre_exit hook in all ip6table_foo.c.David Wilder2020-06-255-6/+44
| | | * netfilter: ip6tables: Split ip6t_unregister_table() into pre_exit and exit he...David Wilder2020-06-251-1/+14
| | | * netfilter: iptables: Add a .pre_exit hook in all iptable_foo.c.David Wilder2020-06-255-7/+44
| | | * netfilter: iptables: Split ipt_unregister_table() into pre_exit and exit help...David Wilder2020-06-251-1/+14
| | | * netfilter: Add MODULE_DESCRIPTION entries to kernel modulesRob Gill2020-06-2541-0/+41
| | | * netfilter: ipset: fix unaligned atomic accessRussell King2020-06-251-0/+2
| | * | net: bridge: enfore alignment for ethernet addressThomas Martitz2020-06-251-1/+1
| | * | tcp: don't ignore ECN CWR on pure ACKDenis Kirjanov2020-06-251-3/+11
| | * | dsa: Allow forwarding of redirected IGMP trafficDaniel Mack2020-06-241-3/+34
| | * | openvswitch: take into account de-fragmentation/gso_size in execute_check_pkt...Lorenzo Bianconi2020-06-241-2/+7
| | * | net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan2020-06-231-0/+2
| | * | net: ethtool: Handle missing cable test TDR parametersAndrew Lunn2020-06-231-8/+9
| | * | net: ethtool: add missing string for NETIF_F_GSO_TUNNEL_REMCSUMAlexander Lobakin2020-06-231-0/+1
| | * | bridge: mrp: Validate when setting the port roleHoratiu Vultur2020-06-231-2/+8
| | * | mptcp: drop sndr_key in mptcp_syn_optionsGeliang Tang2020-06-221-2/+0
| | * | ethtool: Fix check in ethtool_rx_flow_rule_createGaurav Singh2020-06-221-1/+1
| | * | hsr: avoid to create proc file after unregisterTaehee Yoo2020-06-224-24/+25
| | |/
| | * net: Add MODULE_DESCRIPTION entries to network modulesRob Gill2020-06-2010-0/+10
| | * rxrpc: Fix notification call on completion of discarded callsDavid Howells2020-06-201-0/+7
| | * net/sched: cls_api: fix nooffloaddevcnt warning dmesg logwenxu2020-06-191-10/+14
| | * net: flow_offload: fix flow_indr_dev_unregister pathwenxu2020-06-194-6/+13
| | * flow_offload: use flow_indr_block_cb_alloc/remove functionwenxu2020-06-191-21/+1
| | * flow_offload: add flow_indr_block_cb_alloc/remove functionwenxu2020-06-191-0/+21
| | * Merge tag 'rxrpc-fixes-20200618' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2020-06-192-5/+4
| | |\
| | | * rxrpc: Fix afs large storage transmission performance dropDavid Howells2020-06-171-1/+1
| | | * rxrpc: Fix handling of rwind from an ACK packetDavid Howells2020-06-171-4/+3
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-06-195-37/+63
| | |\ \
| | | * | esp, ah: modernize the crypto algorithm selectionsEric Biggers2020-06-153-10/+41
| | | * | esp: select CRYPTO_SEQIVEric Biggers2020-06-151-0/+1
| | | * | esp, ah: consolidate the crypto algorithm selectionsEric Biggers2020-06-153-28/+24
| | | * | xfrm: merge fixup for "remove output_finish indirection from xfrm_state_afinfo"Stephen Rothwell2020-06-051-4/+0
| | | * | xfrm: Fix double ESP trailer insertion in IPsec crypto offload.Huy Nguyen2020-06-041-1/+3
| | * | | net: increment xmit_recursion level in dev_direct_xmit()Eric Dumazet2020-06-182-1/+3
| | * | | net: ethtool: add missing NETIF_F_GSO_FRAGLIST feature stringAlexander Lobakin2020-06-181-0/+1
| | * | | mptcp: drop MP_JOIN request sock on syn cookiesPaolo Abeni2020-06-181-8/+10
| | * | | mptcp: cache msk on MP_JOIN init_reqPaolo Abeni2020-06-182-22/+18
| | * | | net: Fix the arp error in some casesguodeqing2020-06-181-1/+1
| | * | | net/sched: act_gate: fix configuration of the periodic timerDavide Caratti2020-06-181-35/+55
| | * | | net/sched: act_gate: fix NULL dereference in tcf_gate_init()Davide Caratti2020-06-181-23/+13
| | * | | ip_tunnel: fix use-after-free in ip_tunnel_lookup()Taehee Yoo2020-06-181-6/+8