summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge tag '9p-for-5.17-rc1' of git://github.com/martinetd/linuxLinus Torvalds2022-01-167-9/+42
|\ \ \ \ \ \ \
| * | | | | | | net/9p: show error message if user 'msize' cannot be satisfiedChristian Schoenebeck2022-01-101-1/+6
| * | | | | | | net/p9: load default transportsThomas Weißschuh2022-01-101-2/+11
| * | | | | | | 9p/xen: autoload when xenbus service is availableThomas Weißschuh2022-01-101-0/+1
| * | | | | | | 9p/trans_fd: split into dedicated moduleThomas Weißschuh2022-01-104-5/+23
| * | | | | | | 9p/trans_virtio: Fix typo in the comment for p9_virtio_create()zhuxinran2021-12-181-1/+1
| |/ / / / / /
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-157-39/+13
|\ \ \ \ \ \ \
| * | | | | | | mm: introduce memalloc_retry_wait()NeilBrown2022-01-151-1/+2
| * | | | | | | mm: allow !GFP_KERNEL allocations for kvmallocMichal Hocko2022-01-156-38/+11
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-141-1/+1
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge 5.16-rc8 into char-misc-nextGreg Kroah-Hartman2022-01-0369-228/+368
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | bus: mhi: core: Add an API for auto queueing buffers for DL channelManivannan Sadhasivam2021-12-171-1/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'tty-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-01-121-3/+2
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge 5.16-rc6 into tty-nextGreg Kroah-Hartman2021-12-2042-93/+177
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge 5.16-rc4 into tty-nextGreg Kroah-Hartman2021-12-0642-196/+396
| |\ \ \ \ \ \ \ \
| * | | | | | | | | tty: remove file from tty_ldisc_ops::ioctl and compat_ioctlJiri Slaby2021-11-251-3/+2
* | | | | | | | | | 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