summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tipc: call tipc_lxc_xmit without holding node_read_lockXin Long2022-12-071-3/+9
* ipv4: Fix incorrect route flushing when table ID 0 is usedIdo Schimmel2022-12-061-0/+3
* ipv4: Fix incorrect route flushing when source address is deletedIdo Schimmel2022-12-061-0/+1
* tipc: Fix potential OOB in tipc_link_proto_rcv()YueHaibing2022-12-061-1/+3
* ip_gre: do not report erspan version on GRE interfaceHangbin Liu2022-12-061-19/+29
* NFC: nci: Bounds check struct nfc_target arraysKees Cook2022-12-051-0/+6
* net: dsa: sja1105: Check return valueArtem Chernyshev2022-12-021-1/+2
* net: dsa: hellcreek: Check return valueArtem Chernyshev2022-12-021-1/+2
* net: dsa: ksz: Check return valueArtem Chernyshev2022-12-021-1/+2
* Bluetooth: Fix crash when replugging CSR fake controllersLuiz Augusto von Dentz2022-12-021-2/+6
* Bluetooth: Fix not cleanup led when bt_init failsChen Zhongjin2022-12-021-1/+3
* Bluetooth: Fix support for Read Local Supported Codecs V2Chethan T N2022-12-022-13/+16
* Bluetooth: L2CAP: Fix u8 overflowSungwoo Kim2022-12-021-1/+2
* Bluetooth: silence a dmesg error message in hci_request.cMateusz Jończyk2022-12-021-1/+1
* Bluetooth: hci_conn: add missing hci_dev_put() in iso_listen_bis()Wang ShaoBo2022-12-021-0/+1
* Bluetooth: 6LoWPAN: add missing hci_dev_put() in get_l2cap_conn()Wang ShaoBo2022-12-021-0/+1
* Bluetooth: btusb: Fix CSR clones again by re-adding ERR_DATA_REPORTING quirkIsmael Ferreras Morezuelas2022-12-021-2/+7
* inet: ping: use hlist_nulls rcu iterator during lookupFlorian Westphal2022-12-011-1/+6
* af_unix: Get user_ns from in_skb in unix_diag_get_exact().Kuniyuki Iwashima2022-12-011-8/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-11-304-17/+19
|\
| * netfilter: ctnetlink: fix compilation warning after data race fixes in ct markPablo Neira Ayuso2022-11-301-9/+10
| * netfilter: conntrack: fix using __this_cpu_add in preemptibleXin Long2022-11-301-3/+3
| * netfilter: flowtable_offload: fix using __this_cpu_add in preemptibleXin Long2022-11-281-3/+3
| * netfilter: nft_set_pipapo: Actually validate intervals in fields after the fi...Stefano Brivio2022-11-281-2/+3
* | Merge tag 'net-6.1-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-11-2913-29/+83
|\ \
| * | sctp: fix memory leak in sctp_stream_outq_migrate()Zhengchao Shao2022-11-294-7/+47
| * | packet: do not set TP_STATUS_CSUM_VALID on CHECKSUM_COMPLETEWillem de Bruijn2022-11-291-4/+2
| * | net: hsr: Fix potential use-after-freeYueHaibing2022-11-281-2/+3
| * | tipc: re-fetch skb cb after tipc_msg_validateXin Long2022-11-281-0/+3
| * | mptcp: fix sleep in atomic at close timePaolo Abeni2022-11-281-3/+3
| * | mptcp: don't orphan ssk in mptcp_close()Menglong Dong2022-11-281-7/+6
| * | Merge tag 'wireless-2022-11-28' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2022-11-282-2/+11
| |\ \
| | * | wifi: mac8021: fix possible oob access in ieee80211_get_rate_durationLorenzo Bianconi2022-11-251-0/+3
| | * | wifi: cfg80211: don't allow multi-BSSID in S1GJohannes Berg2022-11-251-1/+6
| | * | wifi: cfg80211: fix buffer overflow in elem comparisonJohannes Berg2022-11-251-1/+2
| * | | ipv4: Fix route deletion when nexthop info is not specifiedIdo Schimmel2022-11-281-3/+5
| | |/ | |/|
| * | net/9p: Fix a potential socket leak in p9_socket_openWang Hai2022-11-281-1/+3
* | | Merge tag 'net-6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-11-2441-223/+295
|\| |
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski2022-11-238-15/+57
| |\ \
| | * | xfrm: Fix ignored return value in xfrm6_init()Chen Zhongjin2022-11-221-1/+5
| | * | xfrm: Fix oops in __xfrm_state_delete()Thomas Jarosch2022-11-221-1/+1
| | * | af_key: Fix send_acquire race with pfkey_registerHerbert Xu2022-10-271-10/+22
| | * | xfrm: replay: Fix ESN wrap around for GSOChristian Langrock2022-10-194-2/+21
| | * | xfrm: lwtunnel: squelch kernel warning in case XFRM encap type is not availableEyal Birger2022-10-121-1/+3
| | * | xfrm: fix "disable_policy" on ipv4 early demuxEyal Birger2022-10-121-0/+5
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-11-233-6/+8
| |\ \ \
| | * | | netfilter: flowtable_offload: add missing lockingFelix Fietkau2022-11-221-0/+4
| | * | | netfilter: ipset: restore allowing 64 clashing elements in hash:net,ifaceJozsef Kadlecsik2022-11-221-1/+1
| | * | | netfilter: ipset: regression in ip_set_hash_ip.cVishwanath Pai2022-11-211-5/+3
| * | | | l2tp: Don't sleep and disable BH under writer-side sk_callback_lockJakub Sitnicki2022-11-231-8/+9