summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-01-07Merge tag 'nfs-for-6.2-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2023-01-05Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-01-05caif: fix memory leak in cfctrl_linkup_request()Zhengchao Shao
2023-01-04inet: control sockets should not use current thread task_fragEric Dumazet
2023-01-04net/ulp: prevent ULP without clone op from entering the LISTEN statusPaolo Abeni
2023-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller
2023-01-02netfilter: ipset: Rework long task execution when adding/deleting entriesJozsef Kadlecsik
2023-01-02netfilter: ipset: fix hash:net,port,net hang with /0 subnetJozsef Kadlecsik
2023-01-02net: sched: htb: fix htb_classify() kernel-docRandy Dunlap
2023-01-02net: sched: cbq: dont intepret cls results when asked to dropJamal Hadi Salim
2023-01-02net: sched: atm: dont intepret cls results when asked to dropJamal Hadi Salim
2022-12-30tcp: Add TIME_WAIT sockets in bhash2.Kuniyuki Iwashima
2022-12-28net/ethtool/ioctl: split ethtool_get_phy_stats into multiple helpersDaniil Tatianin
2022-12-28net/ethtool/ioctl: remove if n_stats checks from ethtool_get_phy_statsDaniil Tatianin
2022-12-28net/ethtool/ioctl: return -EOPNOTSUPP if we have no phy statsDaniil Tatianin
2022-12-28rxrpc: Fix a couple of potential use-after-freesDavid Howells
2022-12-26nfc: Fix potential resource leaksMiaoqian Lin
2022-12-26net: sched: fix memory leak in tcindex_set_parmsHawkins Jiawei
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)
2022-12-24Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2022-12-23Merge tag '9p-for-6.2-rc1' of https://github.com/martinetd/linuxLinus Torvalds
2022-12-22netfilter: nf_tables: honor set timeout and garbage collection updatesPablo Neira Ayuso
2022-12-21mptcp: fix lockdep false positivePaolo Abeni
2022-12-21mptcp: fix deadlock in fastopen error pathPaolo Abeni
2022-12-21net: openvswitch: release vport resources on failureAaron Conole
2022-12-21Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-12-21netfilter: nf_tables: perform type checking for existing setsPablo Neira Ayuso
2022-12-21netfilter: nf_tables: add function to create set stateful expressionsPablo Neira Ayuso
2022-12-21netfilter: nf_tables: consolidate set descriptionPablo Neira Ayuso
2022-12-21netfilter: conntrack: fix ipv6 exthdr error checkFlorian Westphal
2022-12-20bpf: pull before calling skb_postpull_rcsum()Jakub Kicinski
2022-12-20prandom: remove prandom_u32_max()Jason A. Donenfeld
2022-12-19Treewide: Stop corrupting socket's task_fragBenjamin Coddington
2022-12-19net: Introduce sk_use_task_frag in struct sock.Guillaume Nault
2022-12-19mctp: Remove device type check at unregisterMatt Johnston
2022-12-19net: stream: purge sk_error_queue in sk_stream_kill_queues()Eric Dumazet
2022-12-19rxrpc: Fix the return value of rxrpc_new_incoming_call()David Howells
2022-12-19rxrpc: rxperf: Fix uninitialised variableDavid Howells
2022-12-19rxrpc: Fix I/O thread stopDavid Howells
2022-12-19rxrpc: Fix switched parameters in peer tracingDavid Howells
2022-12-19rxrpc: Fix locking issues in rxrpc_put_peer_locked()David Howells
2022-12-19rxrpc: Fix I/O thread startup getting skippedDavid Howells
2022-12-19rxrpc: Fix NULL deref in rxrpc_unuse_local()David Howells
2022-12-19rxrpc: Fix security setting propagationDavid Howells
2022-12-19rxrpc: Fix missing unlock in rxrpc_do_sendmsg()David Howells
2022-12-19net_sched: reject TCF_EM_SIMPLE case for complex ematch moduleCong Wang
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-16skbuff: Account for tail adjustment during pull operationsSubash Abhinov Kasiviswanathan
2022-12-16devlink: protect devlink dump by the instance lockJakub Kicinski
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds