summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-03-16ipv6: prevent a possible race condition with lifetimesNiels Dossche1-0/+2
2022-03-16net-sysfs: add check for netdevice being present to speed_showsuresh kumar1-1/+1
2022-03-16sctp: fix kernel-infoleak for SCTP socketsEric Dumazet1-6/+3
2022-03-16ax25: Fix NULL pointer dereference in ax25_kill_by_deviceDuoming Zhou1-0/+7
2022-03-16tipc: fix incorrect order of state message data sanity checkTung Nguyen1-4/+5
2022-03-16esp: Fix BEET mode inter address family tunneling on GSOSteffen Klassert2-0/+6
2022-03-16esp: Fix possible buffer overflow in ESP transformationSteffen Klassert2-0/+10
2022-03-16tipc: fix kernel panic when enabling bearerTung Nguyen1-5/+7
2022-03-11xen/9p: use alloc/free_pages_exact()Juergen Gross1-8/+6
2022-03-08Revert "xfrm: xfrm_state_mtu should return at least 1280 for ipv6"Jiri Bohac3-14/+4
2022-03-08net: dcb: disable softirqs in dcbnl_flush_dev()Vladimir Oltean1-2/+2
2022-03-08nl80211: Handle nla_memdup failures in handle_nan_filterJiasheng Jiang1-0/+12
2022-03-08netfilter: nf_tables: prefer kfree_rcu(ptr, rcu) variantEric Dumazet1-2/+2
2022-03-08mptcp: Correctly set DATA_FIN timeout when number of retransmits is largeMat Martineau1-2/+5
2022-03-08mac80211: treat some SAE auth steps as finalJohannes Berg2-5/+13
2022-03-08mac80211: fix forwarded mesh frames AC & queue selectionNicolas Escande1-2/+2
2022-03-08net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error cause by serverD. Wythe1-1/+2
2022-03-08net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error generated by clientD. Wythe1-1/+1
2022-03-08net/smc: fix connection leakD. Wythe1-2/+8
2022-03-08net: dcb: flush lingering app table entries for unregistered devicesVladimir Oltean1-0/+44
2022-03-08net: ipv6: ensure we call ipv6_mc_down() at most oncej.nixdorf@avm.de1-2/+6
2022-03-08batman-adv: Don't expect inter-netns unique iflink indicesSven Eckelmann1-5/+14
2022-03-08batman-adv: Request iflink once in batadv_get_real_netdeviceSven Eckelmann1-4/+5
2022-03-08batman-adv: Request iflink once in batadv-on-batadv checkSven Eckelmann1-4/+5
2022-03-08netfilter: nf_queue: handle socket prefetchFlorian Westphal1-0/+12
2022-03-08netfilter: nf_queue: fix possible use-after-freeFlorian Westphal2-7/+18
2022-03-08netfilter: nf_queue: don't assume sk is full socketFlorian Westphal1-1/+10
2022-03-08net: fix up skbs delta_truesize in UDP GRO frag_listlena wang1-1/+1
2022-03-08xfrm: enforce validity of offload input flagsLeon Romanovsky1-1/+5
2022-03-08xfrm: fix the if_id check in changelinkAntony Antony1-1/+1
2022-03-08bpf, sockmap: Do not ignore orig_len parameterEric Dumazet1-1/+1
2022-03-08netfilter: fix use-after-free in __nf_register_net_hook()Eric Dumazet1-2/+3
2022-03-08xfrm: fix MTU regressionJiri Bohac1-4/+7
2022-03-08mac80211: fix EAPoL rekey fail in 802.3 rx pathDeren Wu1-7/+3
2022-03-08of: net: move of_net under net/Jakub Kicinski3-1/+147
2022-03-08SUNRPC: Fix sockaddr handling in the svc_xprt_create_error trace pointChuck Lever1-1/+1
2022-03-08NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment()Chuck Lever1-5/+6
2022-03-08ipv6: fix skb drops in igmp6_event_query() and igmp6_event_report()Eric Dumazet1-20/+12
2022-03-08tipc: fix a bit overflow in tipc_crypto_key_rcv()Hangyu Hua1-1/+1
2022-03-02net-timestamp: convert sk->sk_tskey to atomic_tEric Dumazet5-6/+6
2022-03-02udp_tunnel: Fix end of loop test in udp_tunnel_nic_unregister()Dan Carpenter1-1/+1
2022-03-02net/smc: Use a mutex for locking "struct smc_pnettable"Fabio M. De Francesco2-22/+22
2022-03-02netfilter: nf_tables: fix memory leak during stateful obj updateFlorian Westphal1-4/+9
2022-03-02netfilter: nf_tables: unregister flowtable hooks on netns exitPablo Neira Ayuso1-0/+3
2022-03-02net/sched: act_ct: Fix flow table lookup after ct clear or switching zonesPaul Blakey1-5/+0
2022-03-02openvswitch: Fix setting ipv6 fields causing hw csum failurePaul Blakey1-8/+38
2022-03-02gso: do not skip outer ip header in case of ipip and net_failoverTao Liu2-1/+6
2022-03-02tipc: Fix end of loop tests for list_for_each_entry()Dan Carpenter2-2/+2
2022-03-02net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friendsEric Dumazet1-2/+2
2022-03-02bpf: Do not try bpf_msg_push_data with len 0Felix Maurer1-0/+3