summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipv6: fix skb drops in igmp6_event_query() and igmp6_event_report()Eric Dumazet2022-03-031-20/+12
* net: dsa: make dsa_tree_change_tag_proto actually unwind the tag proto changeVladimir Oltean2022-03-031-1/+1
* net: dcb: disable softirqs in dcbnl_flush_dev()Vladimir Oltean2022-03-031-2/+2
* net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error cause by serverD. Wythe2022-03-031-1/+2
* net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error generated by clientD. Wythe2022-03-031-1/+1
* tcp: make tcp_read_sock() more robustEric Dumazet2022-03-021-4/+6
* bpf, sockmap: Do not ignore orig_len parameterEric Dumazet2022-03-021-1/+1
* net: fix up skbs delta_truesize in UDP GRO frag_listlena wang2022-03-021-1/+1
* Merge tag 'batadv-net-pullrequest-20220302' of git://git.open-mesh.org/linux-...Jakub Kicinski2022-03-021-9/+20
|\
| * batman-adv: Don't expect inter-netns unique iflink indicesSven Eckelmann2022-03-021-5/+14
| * batman-adv: Request iflink once in batadv_get_real_netdeviceSven Eckelmann2022-03-021-4/+5
| * batman-adv: Request iflink once in batadv-on-batadv checkSven Eckelmann2022-03-021-4/+5
* | nl80211: Update bss channel on channel switch for P2P_CLIENTSreeramya Soratkal2022-03-021-1/+2
* | net: dsa: restore error path of dsa_tree_change_tag_protoVladimir Oltean2022-03-011-1/+1
* | Merge tag 'for-net-2022-03-01' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2022-03-011-36/+63
|\ \
| * | Bluetooth: Fix not checking MGMT cmd pending queueBrian Gix2022-03-011-36/+63
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-03-016-17/+59
|\ \ \
| * | | net/sched: act_ct: Fix flow table lookup failure with no originating ifindexPaul Blakey2022-03-012-5/+14
| * | | netfilter: nf_queue: handle socket prefetchFlorian Westphal2022-03-011-0/+12
| * | | netfilter: nf_queue: fix possible use-after-freeFlorian Westphal2022-03-012-7/+18
| * | | netfilter: nf_queue: don't assume sk is full socketFlorian Westphal2022-03-011-1/+10
| * | | netfilter: fix use-after-free in __nf_register_net_hook()Eric Dumazet2022-02-281-2/+3
| * | | netfilter: nf_tables: prefer kfree_rcu(ptr, rcu) variantEric Dumazet2022-02-231-2/+2
* | | | Merge tag 'wireless-for-net-2022-03-01' of git://git.kernel.org/pub/scm/linux...David S. Miller2022-03-016-16/+40
|\ \ \ \ | |_|/ / |/| | |
| * | | cfg80211: fix CONFIG_CFG80211_EXTRA_REGDB_KEYDIR typoJohannes Berg2022-03-011-1/+1
| * | | mac80211: treat some SAE auth steps as finalJohannes Berg2022-03-012-5/+13
| * | | nl80211: Handle nla_memdup failures in handle_nan_filterJiasheng Jiang2022-03-011-0/+12
| * | | mac80211: fix forwarded mesh frames AC & queue selectionNicolas Escande2022-02-161-2/+2
| * | | mac80211: refuse aggregations sessions before authorizedJohannes Berg2022-02-161-1/+9
| * | | mac80211: fix EAPoL rekey fail in 802.3 rx pathDeren Wu2022-02-161-7/+3
* | | | net/smc: Fix cleanup when register ULP failsTony Lu2022-02-281-1/+3
* | | | net: ipv6: ensure we call ipv6_mc_down() at most oncej.nixdorf@avm.de2022-02-281-2/+6
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-02-259-32/+42
|\ \ \ \
| * | | | xfrm: enforce validity of offload input flagsLeon Romanovsky2022-02-091-1/+5
| * | | | xfrm: fix the if_id check in changelinkAntony Antony2022-02-031-1/+1
| * | | | Revert "xfrm: xfrm_state_mtu should return at least 1280 for ipv6"Jiri Bohac2022-01-273-14/+4
| * | | | xfrm: Fix xfrm migrate issues when address family changesYan Yan2022-01-261-3/+5
| * | | | xfrm: Check if_id in xfrm_migrateYan Yan2022-01-264-9/+20
| * | | | xfrm: fix MTU regressionJiri Bohac2022-01-241-4/+7
* | | | | net: dcb: flush lingering app table entries for unregistered devicesVladimir Oltean2022-02-251-0/+44
* | | | | net/smc: fix connection leakD. Wythe2022-02-251-2/+8
* | | | | mptcp: Correctly set DATA_FIN timeout when number of retransmits is largeMat Martineau2022-02-241-2/+5
* | | | | mptcp: accurate SIOCOUTQ for fallback socketPaolo Abeni2022-02-241-0/+11
* | | | | Bluetooth: hci_sync: Fix not using conn_timeoutLuiz Augusto von Dentz2022-02-241-6/+15
* | | | | Bluetooth: hci_sync: Fix hci_update_accept_list_syncLuiz Augusto von Dentz2022-02-241-1/+4
* | | | | Bluetooth: assign len after null checkWang Qing2022-02-241-1/+2
* | | | | Bluetooth: fix data races in smp_unregister(), smp_del_chan()Lin Ma2022-02-241-2/+2
* | | | | Bluetooth: hci_core: Fix leaking sent_cmd skbLuiz Augusto von Dentz2022-02-241-0/+1
* | | | | ping: remove pr_err from ping_lookupXin Long2022-02-241-1/+0
* | | | | openvswitch: Fix setting ipv6 fields causing hw csum failurePaul Blakey2022-02-241-8/+38