summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-03-01Merge tag 'nfsd-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-6/+17
2023-03-01Merge tag '9p-6.3-for-linus-part1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-22/+49
2023-02-28Merge tag 'net-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds24-131/+169
2023-02-28SUNRPC: Properly terminate test case arraysChuck Lever1-0/+5
2023-02-28SUNRPC: Let Kunit tests run with some enctypes compiled outChuck Lever1-6/+12
2023-02-27tcp: tcp_check_req() can be called from process contextEric Dumazet1-2/+5
2023-02-27Merge tag 'wireless-2023-02-27' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski1-2/+2
2023-02-27net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchyPedro Tammela1-2/+2
2023-02-26net/sched: act_sample: fix action bind logicPedro Tammela1-2/+9
2023-02-26net/sched: act_mpls: fix action bind logicPedro Tammela1-29/+37
2023-02-26net/sched: act_pedit: fix action bind logicPedro Tammela1-27/+31
2023-02-26wifi: wext: warn about usage only onceJohannes Berg1-2/+2
2023-02-26nfc: fix memory leak of se_io context in nfc_genl_se_ioFedor Pchelkin1-0/+4
2023-02-26net/sched: cls_api: Move call to tcf_exts_miss_cookie_base_destroy()Nathan Chancellor1-1/+1
2023-02-24Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+1
2023-02-24net/9p: fix bug in client create for .LEric Van Hensbergen1-1/+1
2023-02-249p/rdma: unmap receive dma buffer in rdma_request()/post_recv()Zhengchao Shao1-3/+12
2023-02-249p/xen: fix connection sequenceJuergen Gross1-15/+23
2023-02-249p/xen: fix version parsingJuergen Gross1-2/+8
2023-02-24net: fix __dev_kfree_skb_any() vs drop monitorEric Dumazet1-1/+3
2023-02-24Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+6
2023-02-24net/9p: Adjust maximum MSIZE to account for p9 headerEric Van Hensbergen1-1/+5
2023-02-23sctp: add a refcnt in sctp_stream_priorities to avoid a nested loopXin Long1-31/+21
2023-02-23ipv6: Add lwtunnel encap size of all siblings in nexthop calculationLu Wei1-5/+6
2023-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski13-29/+48
2023-02-23Merge tag 'nfs-for-6.3-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2-4/+6
2023-02-23Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds24-1329/+4758
2023-02-22Merge tag 'for-linus-2023022201' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-3/+2
2023-02-22Merge branch 'for-6.3/hid-bpf' into for-linusBenjamin Tissoires1-1/+1
2023-02-22Merge branch 'for-6.3/hid-core' into for-linusBenjamin Tissoires1-2/+1
2023-02-22netfilter: x_tables: fix percpu counter block leak on error path when creatin...Pavel Tikhomirov3-0/+12
2023-02-22Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds299-13882/+13406
2023-02-22Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds8-78/+71
2023-02-22Merge tag 'hyperv-next-signed-20230220' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-3/+1
2023-02-22netfilter: ctnetlink: make event listener tracking globalFlorian Westphal3-5/+9
2023-02-22netfilter: xt_length: use skb len to match in length_mt6Xin Long1-2/+1
2023-02-22netfilter: ebtables: fix table blob use-after-freeFlorian Westphal3-5/+3
2023-02-22netfilter: ip6t_rpfilter: Fix regression with VRF interfacesPhil Sutter1-1/+3
2023-02-22netfilter: conntrack: fix rmmod double-free raceFlorian Westphal3-14/+15
2023-02-22netfilter: ctnetlink: fix possible refcount leak in ctnetlink_create_conntrack()Hangyu Hua1-1/+4
2023-02-21Merge tag 'hardening-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2023-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-67/+77
2023-02-21net: ethtool: fix __ethtool_dev_mm_supported() implementationVladimir Oltean1-1/+1
2023-02-21ethtool: pse-pd: Fix double word in commentsBo Liu1-1/+1
2023-02-21xsk: add linux/vmalloc.h to xsk.cXuan Zhuo1-0/+1
2023-02-21net/sched: flower: Support hardware miss to tc actionPaul Blakey1-1/+12
2023-02-21net/sched: flower: Move filter handle initialization earlierPaul Blakey1-27/+35
2023-02-21net/sched: cls_api: Support hardware miss to tc actionPaul Blakey3-12/+208
2023-02-21net/sched: Rename user cookie and act cookiePaul Blakey2-27/+27