summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
* | | | | ipv6: prevent a possible race condition with lifetimesNiels Dossche2022-02-241-0/+2
* | | | | net/smc: Use a mutex for locking "struct smc_pnettable"Fabio M. De Francesco2022-02-242-22/+22
* | | | | net: sched: avoid newline at end of message in NL_SET_ERR_MSG_MODWan Jiabing2022-02-231-1/+1
* | | | | tipc: Fix end of loop tests for list_for_each_entry()Dan Carpenter2022-02-232-2/+2
* | | | | udp_tunnel: Fix end of loop test in udp_tunnel_nic_unregister()Dan Carpenter2022-02-231-1/+1
| |_|/ / |/| | |
* | | | net: dsa: fix panic when removing unoffloaded port from bridgeAlvin Šipraga2022-02-221-1/+8
* | | | net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friendsEric Dumazet2022-02-221-2/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller2022-02-227-6/+57
|\ \ \ \
| * | | | netfilter: nf_tables: fix memory leak during stateful obj updateFlorian Westphal2022-02-221-4/+9
| * | | | netfilter: nft_limit: fix stateful object memory leakFlorian Westphal2022-02-211-0/+18
| * | | | netfilter: nf_tables: unregister flowtable hooks on netns exitPablo Neira Ayuso2022-02-211-0/+3
| * | | | netfilter: nf_tables_offload: incorrect flow offload action array sizePablo Neira Ayuso2022-02-204-2/+25
| * | | | netfilter: xt_socket: missing ifdef CONFIG_IP6_NF_IPTABLES dependencyPablo Neira Ayuso2022-02-131-0/+2
* | | | | gso: do not skip outer ip header in case of ipip and net_failoverTao Liu2022-02-212-1/+6
* | | | | net: dsa: avoid call to __dev_set_promiscuity() while rtnl_mutex isn't heldVladimir Oltean2022-02-192-7/+20
* | | | | mptcp: add mibs counter for ignored incoming optionsPaolo Abeni2022-02-193-2/+10
* | | | | mptcp: fix race in incoming ADD_ADDR option processingPaolo Abeni2022-02-191-5/+14
* | | | | mptcp: fix race in overlapping signal eventsPaolo Abeni2022-02-191-0/+10
* | | | | net-timestamp: convert sk->sk_tskey to atomic_tEric Dumazet2022-02-185-6/+6
* | | | | net/sched: act_ct: Fix flow table lookup after ct clear or switching zonesPaul Blakey2022-02-181-5/+0
* | | | | net-sysfs: add check for netdevice being present to speed_showsuresh kumar2022-02-181-1/+1
* | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-02-171-0/+3
|\ \ \ \ \