summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: avoid race between mod_timer() and del_timer_sync()NeilBrown2022-04-151-0/+7
* af_key: add __GFP_ZERO flag for compose_sadb_supported in function pfkey_regi...Haimin Zhang2022-04-151-1/+1
* xfrm: fix tunnel model fragmentation behaviorLina Wang2022-04-152-1/+20
* llc: only change llc->dev when bind() succeedsEric Dumazet2022-03-281-25/+32
* mac80211: fix potential double free on mesh joinLinus Lüssing2022-03-281-3/+0
* netfilter: nf_tables: initialize registers in nft_do_chain()Pablo Neira Ayuso2022-03-281-1/+1
* llc: fix netdevice reference leaks in llc_ui_bind()Eric Dumazet2022-03-281-0/+8
* esp: Fix possible buffer overflow in ESP transformationSteffen Klassert2022-03-283-3/+10
* net: ipv6: fix skb_over_panic in __ip6_append_dataTadeusz Struk2022-03-281-2/+2
* net: dsa: Add missing of_node_put() in dsa_port_parse_ofMiaoqian Lin2022-03-231-0/+1
* net/packet: fix slab-out-of-bounds access in packet_recvmsg()Eric Dumazet2022-03-231-1/+10
* tcp: make tcp_read_sock() more robustEric Dumazet2022-03-231-4/+6
* nl80211: Update bss channel on channel switch for P2P_CLIENTSreeramya Soratkal2022-03-231-1/+2
* xfrm: Fix xfrm migrate issues when address family changesYan Yan2022-03-231-3/+5
* xfrm: Check if_id in xfrm_migrateYan Yan2022-03-234-9/+20
* sctp: fix the processing for INIT_ACK chunkXin Long2022-03-231-18/+19
* sctp: fix the processing for INIT chunkXin Long2022-03-231-25/+46
* Revert "xfrm: state and policy should fail if XFRMA_IF_ID 0"Kai Lueke2022-03-231-18/+3
* net-sysfs: add check for netdevice being present to speed_showsuresh kumar2022-03-161-1/+1
* sctp: fix kernel-infoleak for SCTP socketsEric Dumazet2022-03-161-6/+3
* ax25: Fix NULL pointer dereference in ax25_kill_by_deviceDuoming Zhou2022-03-161-0/+7
* xen/9p: use alloc/free_pages_exact()Juergen Gross2022-03-111-8/+6
* net: dcb: disable softirqs in dcbnl_flush_dev()Vladimir Oltean2022-03-081-2/+2
* nl80211: Handle nla_memdup failures in handle_nan_filterJiasheng Jiang2022-03-081-0/+12
* mac80211: fix forwarded mesh frames AC & queue selectionNicolas Escande2022-03-081-2/+2
* net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error cause by serverD. Wythe2022-03-081-1/+2
* net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error generated by clientD. Wythe2022-03-081-1/+1
* net: dcb: flush lingering app table entries for unregistered devicesVladimir Oltean2022-03-081-0/+44
* batman-adv: Don't expect inter-netns unique iflink indicesSven Eckelmann2022-03-081-5/+14
* batman-adv: Request iflink once in batadv_get_real_netdeviceSven Eckelmann2022-03-081-4/+5
* batman-adv: Request iflink once in batadv-on-batadv checkSven Eckelmann2022-03-081-4/+5
* netfilter: nf_queue: fix possible use-after-freeFlorian Westphal2022-03-082-5/+18
* netfilter: nf_queue: don't assume sk is full socketFlorian Westphal2022-03-081-1/+10
* xfrm: enforce validity of offload input flagsLeon Romanovsky2022-03-081-1/+5
* xfrm: fix the if_id check in changelinkAntony Antony2022-03-081-1/+1
* netfilter: fix use-after-free in __nf_register_net_hook()Eric Dumazet2022-03-081-2/+3
* xfrm: fix MTU regressionJiri Bohac2022-03-081-4/+7
* openvswitch: Fix setting ipv6 fields causing hw csum failurePaul Blakey2022-03-021-8/+38
* gso: do not skip outer ip header in case of ipip and net_failoverTao Liu2022-03-022-1/+6
* tipc: Fix end of loop tests for list_for_each_entry()Dan Carpenter2022-03-022-2/+2
* net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friendsEric Dumazet2022-03-021-2/+2
* ping: remove pr_err from ping_lookupXin Long2022-03-021-1/+0
* netfilter: conntrack: don't refresh sctp entries in closed stateFlorian Westphal2022-02-231-0/+9
* net: sched: limit TC_ACT_REPEAT loopsEric Dumazet2022-02-231-2/+11
* drop_monitor: fix data-race in dropmon_net_event / trace_napi_poll_hitEric Dumazet2022-02-231-2/+9
* ping: fix the dif and sdif check in ping_lookupXin Long2022-02-231-2/+9
* vsock: remove vsock from connected table when connect is interrupted by a signalSeth Forshee2022-02-231-0/+1
* xfrm: Don't accidentally set RTO_ONLINK in decode_session4()Guillaume Nault2022-02-231-1/+2
* ax25: improve the incomplete fix to avoid UAF and NPD bugsDuoming Zhou2022-02-231-3/+6
* tipc: rate limit warning for received illegal binding updateJon Maloy2022-02-161-1/+1