summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: conntrack: fix wrong ct->timeout valueTzung-Bi Shih2023-05-111-1/+5
* xsk: Fix unaligned descriptor validationKal Conley2023-05-111-7/+2
* scm: fix MSG_CTRUNC setting condition for SO_PASSSECAlexander Mikhalitsyn2023-05-111-1/+12
* netfilter: nf_tables: validate catch-all set elementsPablo Neira Ayuso2023-04-261-0/+4
* Bluetooth: Fix printing errors if LE Connection times outLuiz Augusto von Dentz2023-04-201-0/+1
* bonding: fix ns validation on backup slavesHangbin Liu2023-04-201-2/+6
* raw: Fix NULL deref in raw_get_next().Kuniyuki Iwashima2023-04-131-2/+2
* raw: use net_hash_mix() in hash functionEric Dumazet2023-04-131-2/+11
* netfilter: tproxy: fix deadlock due to missing BH disableFlorian Westphal2023-03-171-0/+7
* net/sched: transition act_pedit to rcu and percpu statsPedro Tammela2023-03-111-15/+66
* sctp: add a refcnt in sctp_stream_priorities to avoid a nested loopXin Long2023-03-111-0/+1
* netfilter: ctnetlink: make event listener tracking globalFlorian Westphal2023-03-111-1/+0
* net: add sock_init_data_uid()Pietro Borrello2023-03-101-1/+6
* dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.Kuniyuki Iwashima2023-02-221-0/+13
* wifi: mac80211: Proper mark iTXQs for resumptionAlexander Wetzel2023-02-011-4/+0
* net/sched: sch_taprio: fix possible use-after-freeEric Dumazet2023-02-011-0/+7
* tcp: Add TIME_WAIT sockets in bhash2.Kuniyuki Iwashima2023-01-122-0/+9
* netfilter: nf_tables: honor set timeout and garbage collection updatesPablo Neira Ayuso2023-01-121-1/+12
* netfilter: nf_tables: consolidate set descriptionPablo Neira Ayuso2023-01-121-0/+12
* mptcp: remove MPTCP 'ifdef' in TCP SYN cookiesMatthieu Baerts2023-01-071-2/+10
* Bluetooth: Add quirk to disable MWS Transport ConfigurationSven Peter2022-12-312-0/+13
* Bluetooth: Add quirk to disable extended scanningSven Peter2022-12-312-1/+13
* mrp: introduce active flags to prevent UAF when applicant uninitSchspa Shi2022-12-311-0/+1
* net: add atomic_long_t to net_device_stats fieldsEric Dumazet2022-12-311-3/+2
* ipvs: use u64_stats_t for the per-cpu countersJulian Anastasov2022-12-311-5/+5
* bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytesPengcheng Yang2022-12-311-2/+2
* soreuseport: Fix socket selection for SO_INCOMING_CPU.Kuniyuki Iwashima2022-12-311-0/+2
* Bluetooth: Remove codec id field in vendor codec definitionChethan T N2022-12-021-1/+0
* Bluetooth: btusb: Fix CSR clones again by re-adding ERR_DATA_REPORTING quirkIsmael Ferreras Morezuelas2022-12-021-0/+11
* inet: ping: use hlist_nulls rcu iterator during lookupFlorian Westphal2022-12-011-3/+0
* sctp: fix memory leak in sctp_stream_outq_migrate()Zhengchao Shao2022-11-291-0/+2
* dccp/tcp: Fixup bhash2 bucket when connect() fails.Kuniyuki Iwashima2022-11-221-0/+1
* dccp/tcp: Update saddr under bhash's lock.Kuniyuki Iwashima2022-11-221-1/+1
* net: neigh: decrement the family specific qlenThomas Zeitlhofer2022-11-181-1/+1
* net: use struct_group to copy ip/ipv6 header addressesHangbin Liu2022-11-172-2/+2
* l2tp: Serialize access to sk_user_data with sk_callback_lockJakub Sitnicki2022-11-161-1/+1
* netlink: introduce bigendian integer typesFlorian Westphal2022-11-011-9/+10
* net: remove SOCK_SUPPORT_ZC from sockmapPavel Begunkov2022-10-281-0/+7
* netlink: hide validation union fields from kdocJakub Kicinski2022-10-281-13/+18
* genetlink: piggy back on resv_op to default to a reject policyJakub Kicinski2022-10-241-1/+9
* net-memcg: avoid stalls when under memory pressureJakub Kicinski2022-10-241-1/+1
* Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-10-202-9/+10
|\
| * genetlink: fix kdoc warningsJakub Kicinski2022-10-191-3/+5
| * udp: Update reuse->has_conns under reuseport_lock.Kuniyuki Iwashima2022-10-181-6/+5
* | Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-163-3/+3
|\ \ | |/ |/|
| * treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-113-3/+3
* | Merge tag 'net-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-10-134-12/+12
|\ \ | |/ |/|
| * tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().Kuniyuki Iwashima2022-10-123-9/+2
| * udp: Call inet6_destroy_sock() in setsockopt(IPV6_ADDRFORM).Kuniyuki Iwashima2022-10-121-0/+1
| * net: ieee802154: return -EINVAL for unknown addr typeAlexander Aring2022-10-071-3/+9