summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-06-25mac80211: allow rx of mesh eapol frames with default rx keyMarkus Theil1-0/+26
2020-06-25mac80211: skip mpath lookup also for control port txMarkus Theil1-1/+5
2020-06-25mac80211: Fix dropping broadcast packets in 802.11 encapSeevalamuthu Mariappan1-1/+1
2020-06-25mac80211: simplify mesh codePavel Machek1-5/+2
2020-06-25mac80211: fix control port tx status checkMarkus Theil1-7/+15
2020-06-25dsa: Allow forwarding of redirected IGMP trafficDaniel Mack1-3/+34
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-24net: ethtool: Handle missing cable test TDR parametersAndrew Lunn1-8/+9
2020-06-24net: ethtool: add missing string for NETIF_F_GSO_TUNNEL_REMCSUMAlexander Lobakin1-0/+1
2020-06-24bridge: mrp: Validate when setting the port roleHoratiu Vultur1-2/+8
2020-06-23mptcp: drop sndr_key in mptcp_syn_optionsGeliang Tang1-2/+0
2020-06-23ethtool: Fix check in ethtool_rx_flow_rule_createGaurav Singh1-1/+1
2020-06-23hsr: avoid to create proc file after unregisterTaehee Yoo4-24/+25
2020-06-21net: Add MODULE_DESCRIPTION entries to network modulesRob Gill10-0/+10
2020-06-21rxrpc: Fix notification call on completion of discarded callsDavid Howells1-0/+7
2020-06-20net/sched: cls_api: fix nooffloaddevcnt warning dmesg logwenxu1-10/+14
2020-06-20net: flow_offload: fix flow_indr_dev_unregister pathwenxu4-6/+13
2020-06-20flow_offload: use flow_indr_block_cb_alloc/remove functionwenxu1-21/+1
2020-06-20flow_offload: add flow_indr_block_cb_alloc/remove functionwenxu1-0/+21
2020-06-20Merge tag 'rxrpc-fixes-20200618' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2-5/+4
2020-06-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller5-37/+63
2020-06-19net: increment xmit_recursion level in dev_direct_xmit()Eric Dumazet2-1/+3
2020-06-19net: ethtool: add missing NETIF_F_GSO_FRAGLIST feature stringAlexander Lobakin1-0/+1
2020-06-19mptcp: drop MP_JOIN request sock on syn cookiesPaolo Abeni1-8/+10
2020-06-19mptcp: cache msk on MP_JOIN init_reqPaolo Abeni2-22/+18
2020-06-19net: Fix the arp error in some casesguodeqing1-1/+1
2020-06-19net/sched: act_gate: fix configuration of the periodic timerDavide Caratti1-35/+55
2020-06-19net/sched: act_gate: fix NULL dereference in tcf_gate_init()Davide Caratti1-23/+13
2020-06-19ip_tunnel: fix use-after-free in ip_tunnel_lookup()Taehee Yoo1-6/+8
2020-06-19ip6_gre: fix use-after-free in ip6gre_tunnel_lookup()Taehee Yoo1-3/+6
2020-06-19net: fix memleak in register_netdevice()Yang Yingliang1-0/+7
2020-06-18rxrpc: Fix afs large storage transmission performance dropDavid Howells1-1/+1
2020-06-18rxrpc: Fix handling of rwind from an ACK packetDavid Howells1-4/+3
2020-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-0/+1
2020-06-17xdp: Handle frame_sz in xdp_convert_zc_to_xdp_frame()Hangbin Liu1-0/+1
2020-06-16tcp: grow window for OOO packets only for SACK flowsEric Dumazet1-2/+10
2020-06-16mptcp: fix memory leak in mptcp_subflow_create_socket()Wei Yongjun1-1/+3
2020-06-16netfilter: flowtable: Make nf_flow_table_offload_add/del_cb inlineAlaa Hleihel1-45/+0
2020-06-16net/sched: act_ct: Make tcf_ct_flow_table_restore_skb inlineAlaa Hleihel1-11/+0
2020-06-15mld: fix memory leak in ipv6_mc_destroy_dev()Wang Hai1-0/+1
2020-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller4-25/+65
2020-06-15mptcp: use list_first_entry_or_nullGeliang Tang1-4/+1
2020-06-15mptcp: drop MPTCP_PM_MAX_ADDRGeliang Tang1-2/+0
2020-06-15net/rds: NULL pointer de-reference in rds_ib_add_one()Ka-Cheong Poon1-1/+7
2020-06-15esp, ah: modernize the crypto algorithm selectionsEric Biggers3-10/+41
2020-06-15esp: select CRYPTO_SEQIVEric Biggers1-0/+1
2020-06-15esp, ah: consolidate the crypto algorithm selectionsEric Biggers3-28/+24
2020-06-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds38-266/+409
2020-06-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller4-19/+48