summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'selinux-pr-20220110' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-112-2/+2
|\
| * lsm: security_task_getsecid_subj() -> security_current_getsecid_subj()Paul Moore2021-11-222-2/+2
* | 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
* | | | net: skb: introduce kfree_skb_reason()Menglong Dong2022-01-093-9/+16
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski2022-01-0937-384/+823
|\ \ \ \
| * | | | netfilter: nft_meta: cancel register tracking after meta updatePablo Neira Ayuso2022-01-092-0/+40
| * | | | netfilter: nft_payload: cancel register tracking after payload updatePablo Neira Ayuso2022-01-091-0/+21
| * | | | netfilter: nft_bitwise: track register operationsPablo Neira Ayuso2022-01-093-2/+97
| * | | | netfilter: nft_meta: track register operationsPablo Neira Ayuso2022-01-091-0/+28
| * | | | netfilter: nft_payload: track register operationsPablo Neira Ayuso2022-01-091-0/+30
| * | | | netfilter: nf_tables: add register tracking infrastructurePablo Neira Ayuso2022-01-091-0/+11
| * | | | netfilter: nf_tables: add rule blob layoutPablo Neira Ayuso2022-01-093-63/+129
| * | | | netfilter: nft_limit: move stateful fields out of expression dataPablo Neira Ayuso2022-01-091-12/+82
| * | | | netfilter: nft_limit: rename stateful structurePablo Neira Ayuso2022-01-091-52/+52
| * | | | netfilter: nft_numgen: move stateful fields out of expression dataPablo Neira Ayuso2022-01-091-6/+28
| * | | | netfilter: nft_quota: move stateful fields out of expression dataPablo Neira Ayuso2022-01-091-5/+47
| * | | | netfilter: nft_last: move stateful fields out of expression dataPablo Neira Ayuso2022-01-091-18/+51
| * | | | netfilter: nft_connlimit: move stateful fields out of expression dataPablo Neira Ayuso2022-01-091-8/+18
| * | | | net: prefer nf_ct_put instead of nf_conntrack_putFlorian Westphal2022-01-093-9/+15
| * | | | netfilter: conntrack: avoid useless indirection during conntrack destructionFlorian Westphal2022-01-091-6/+6
| * | | | netfilter: make function op structures constFlorian Westphal2022-01-095-14/+14
| * | | | netfilter: core: move ip_ct_attach indirection to struct nf_ct_hookFlorian Westphal2022-01-092-14/+9
| * | | | netfilter: conntrack: convert to refcount_t apiFlorian Westphal2022-01-0910-29/+23
| * | | | netfilter: nft_set_pipapo_avx2: remove redundant pointer ltColin Ian King2021-12-241-3/+1
| * | | | netfilter: flowtable: remove ipv4/ipv6 modulesFlorian Westphal2021-12-236-90/+30
| * | | | netfilter: nat: force port remap to prevent shadowing well-known portsFlorian Westphal2021-12-231-3/+40
| * | | | netfilter: conntrack: tag conntracks picked up in local out hookFlorian Westphal2021-12-231-0/+3