summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipv4: avoid quadratic behavior in netns dismantleEric Dumazet2022-01-191-19/+17
* nfc: llcp: fix NULL error pointer dereference on sendmsg() after failed bind()Krzysztof Kozlowski2022-01-191-0/+5
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-01-181-0/+6
|\
| * xdp: check prog type before updating BPF linkToke Høiland-Jørgensen2022-01-111-0/+6
* | netns: add schedule point in ops_exit_list()Eric Dumazet2022-01-181-1/+3
* | net: Flush deferred skb free on socket destroyGal Pressman2022-01-171-0/+3
* | net/tls: Fix another skb memory leak when running kTLS trafficGal Pressman2022-01-171-0/+1
* | net/smc: Fix hung_task when removing SMC-R devicesWen Gu2022-01-161-16/+1
* | ipv4: update fib_info_cnt under spinlock protectionEric Dumazet2022-01-161-3/+8
* | net/smc: Remove unused function declarationWen Gu2022-01-151-4/+0
* | af_unix: annote lockless accesses to unix_tot_inflight & gc_in_progressEric Dumazet2022-01-142-5/+15
* | net_sched: restore "mpu xxx" handlingKevin Bracey2022-01-131-0/+1
* | net/smc: Resolve the race between SMC-R link access and clearWen Gu2022-01-132-12/+44
* | net/smc: Introduce a new conn->lgr validity check helperWen Gu2022-01-136-12/+24
* | inet: frags: annotate races around fqdir->dead and fqdir->high_threshEric Dumazet2022-01-132-4/+7
* | net/smc: Resolve the race between link group access and terminationWen Gu2022-01-133-11/+53
* | sch_api: Don't skip qdisc attach on ingressMaxim Mikityanskiy2022-01-131-1/+1
* | sit: allow encapsulated IPv6 traffic to be delivered locallyIgnat Korchagin2022-01-121-1/+1
* | net/smc: fix possible NULL deref in smc_pnet_add_eth()Eric Dumazet2022-01-121-1/+2
* | net: bridge: fix net device refcount tracking issue in error pathEric Dumazet2022-01-121-1/+2
* | net: fix sock_timestamping_bind_phc() to release deviceMiroslav Lichvar2022-01-121-0/+2
* | Revert "of: net: support NVMEM cells with MAC in text format"Michael Walle2022-01-121-22/+11
* | gre: Don't accidentally set RTO_ONLINK in gre_fill_metadata_dst()Guillaume Nault2022-01-111-2/+3
* | xfrm: Don't accidentally set RTO_ONLINK in decode_session4()Guillaume Nault2022-01-111-1/+2
* | mctp: test: zero out sockaddrMatt Johnston2022-01-111-1/+1
|/
* netfilter: nf_tables: typo NULL check in _clone() functionPablo Neira Ayuso2022-01-104-4/+4
* netfilter: nf_tables: don't use 'data_size' uninitializedLinus Torvalds2022-01-101-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-0919-42/+153
|\
| * net: openvswitch: Fix ct_state nat flags for conns arriving from tcPaul Blakey2022-01-093-3/+21
| * netrom: fix api breakage in nr_setsockopt()Dan Carpenter2022-01-071-6/+6
| * ax25: uninitialized variable in ax25_setsockopt()Dan Carpenter2022-01-071-5/+5
| * mptcp: Check reclaim amount before reducing allocationMat Martineau2022-01-071-1/+3
| * mptcp: fix a DSS option writing errorGeliang Tang2022-01-071-0/+1
| * mptcp: fix opt size when sending DSS + MP_FAILMatthieu Baerts2022-01-071-3/+6
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2022-01-063-1/+15
| |\
| | * netfilter: nft_set_pipapo: allocate pcpu scratch maps on cloneFlorian Westphal2022-01-061-0/+8
| | * netfilter: nft_payload: do not update layer 4 checksum when mangling fragmentsPablo Neira Ayuso2022-01-061-0/+3
| | * netfilter: ipt_CLUSTERIP: fix refcount leak in clusterip_tg_check()Xin Xiong2022-01-051-1/+4
| * | net/smc: Reset conn->lgr when link group registration failsWen Gu2022-01-063-9/+13
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-01-065-12/+81
| |\ \
| | * | net/xfrm: IPsec tunnel mode fix inner_ipproto setting in sec_pathRaed Salem2022-01-051-5/+25
| | * | xfrm: state and policy should fail if XFRMA_IF_ID 0Antony Antony2021-12-171-3/+18
| | * | xfrm: interface with if_id 0 should return errorAntony Antony2021-12-171-2/+12
| | * | xfrm: fix a small bug in xfrm_sa_len()Eric Dumazet2021-12-091-1/+1
| | * | xfrm: fix policy lookup for ipv6 gre packetsGhalem Boudour2021-11-232-1/+25
| * | | can: isotp: convert struct tpcon::{idx,len} to unsigned intMarc Kleine-Budde2022-01-051-2/+2
| | |/ | |/|
* | | tcp: tcp_send_challenge_ack delete useless param `skb`Benjamin Yim2022-01-091-5/+5
* | | page_pool: remove spinlock in page_pool_refill_alloc_cache()Yunsheng Lin2022-01-091-4/+0
* | | net: skb: use kfree_skb_reason() in __udp4_lib_rcv()Menglong Dong2022-01-091-2/+8
* | | net: skb: use kfree_skb_reason() in tcp_v4_rcv()Menglong Dong2022-01-091-3/+11