summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-03-03ipv6: fix skb drops in igmp6_event_query() and igmp6_event_report()Eric Dumazet
2022-03-03net: dsa: make dsa_tree_change_tag_proto actually unwind the tag proto changeVladimir Oltean
2022-03-03net: dcb: disable softirqs in dcbnl_flush_dev()Vladimir Oltean
2022-03-03net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error cause by serverD. Wythe
2022-03-03net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error generated by clientD. Wythe
2022-03-02tcp: make tcp_read_sock() more robustEric Dumazet
2022-03-02bpf, sockmap: Do not ignore orig_len parameterEric Dumazet
2022-03-02net: fix up skbs delta_truesize in UDP GRO frag_listlena wang
2022-03-02Merge tag 'batadv-net-pullrequest-20220302' of git://git.open-mesh.org/linux-...Jakub Kicinski
2022-03-02nl80211: Update bss channel on channel switch for P2P_CLIENTSreeramya Soratkal
2022-03-02batman-adv: Don't expect inter-netns unique iflink indicesSven Eckelmann
2022-03-02batman-adv: Request iflink once in batadv_get_real_netdeviceSven Eckelmann
2022-03-02batman-adv: Request iflink once in batadv-on-batadv checkSven Eckelmann
2022-03-01net: dsa: restore error path of dsa_tree_change_tag_protoVladimir Oltean
2022-03-01Merge tag 'for-net-2022-03-01' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2022-03-01Bluetooth: Fix not checking MGMT cmd pending queueBrian Gix
2022-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski
2022-03-01net/sched: act_ct: Fix flow table lookup failure with no originating ifindexPaul Blakey
2022-03-01Merge tag 'wireless-for-net-2022-03-01' of git://git.kernel.org/pub/scm/linux...David S. Miller
2022-03-01cfg80211: fix CONFIG_CFG80211_EXTRA_REGDB_KEYDIR typoJohannes Berg
2022-03-01netfilter: nf_queue: handle socket prefetchFlorian Westphal
2022-03-01netfilter: nf_queue: fix possible use-after-freeFlorian Westphal
2022-03-01netfilter: nf_queue: don't assume sk is full socketFlorian Westphal
2022-03-01mac80211: treat some SAE auth steps as finalJohannes Berg
2022-03-01nl80211: Handle nla_memdup failures in handle_nan_filterJiasheng Jiang
2022-02-28netfilter: fix use-after-free in __nf_register_net_hook()Eric Dumazet
2022-02-28net/smc: Fix cleanup when register ULP failsTony Lu
2022-02-28net: ipv6: ensure we call ipv6_mc_down() at most oncej.nixdorf@avm.de
2022-02-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2022-02-25net: dcb: flush lingering app table entries for unregistered devicesVladimir Oltean
2022-02-25net/smc: fix connection leakD. Wythe
2022-02-24mptcp: Correctly set DATA_FIN timeout when number of retransmits is largeMat Martineau
2022-02-24mptcp: accurate SIOCOUTQ for fallback socketPaolo Abeni
2022-02-24Bluetooth: hci_sync: Fix not using conn_timeoutLuiz Augusto von Dentz
2022-02-24Bluetooth: hci_sync: Fix hci_update_accept_list_syncLuiz Augusto von Dentz
2022-02-24Bluetooth: assign len after null checkWang Qing
2022-02-24Bluetooth: fix data races in smp_unregister(), smp_del_chan()Lin Ma
2022-02-24Bluetooth: hci_core: Fix leaking sent_cmd skbLuiz Augusto von Dentz
2022-02-24ping: remove pr_err from ping_lookupXin Long
2022-02-24openvswitch: Fix setting ipv6 fields causing hw csum failurePaul Blakey
2022-02-24ipv6: prevent a possible race condition with lifetimesNiels Dossche
2022-02-24net/smc: Use a mutex for locking "struct smc_pnettable"Fabio M. De Francesco
2022-02-23net: sched: avoid newline at end of message in NL_SET_ERR_MSG_MODWan Jiabing
2022-02-23tipc: Fix end of loop tests for list_for_each_entry()Dan Carpenter
2022-02-23udp_tunnel: Fix end of loop test in udp_tunnel_nic_unregister()Dan Carpenter
2022-02-23netfilter: nf_tables: prefer kfree_rcu(ptr, rcu) variantEric Dumazet
2022-02-22net: dsa: fix panic when removing unoffloaded port from bridgeAlvin Šipraga
2022-02-22net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friendsEric Dumazet
2022-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller
2022-02-22netfilter: nf_tables: fix memory leak during stateful obj updateFlorian Westphal