summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2023-01-18mm: remove zap_page_range and create zap_vma_pagesMike Kravetz
2023-01-12Merge tag 'net-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-01-12Merge tag 'for-linus-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-01-11ipv6: raw: Deduct extension header length in rawv6_push_pending_framesHerbert Xu
2023-01-10net: sched: disallow noqueue for qdisc classesFrederick Lawler
2023-01-10Merge tag 'nfsd-6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2023-01-09net/sched: act_mpls: Fix warning during failed attribute validationIdo Schimmel
2023-01-09gro: take care of DODGY packetsEric Dumazet
2023-01-07Merge tag 'rxrpc-fixes-20230107' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller
2023-01-07Merge tag 'nfs-for-6.2-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2023-01-07rxrpc: Fix incoming call setup raceDavid Howells
2023-01-06Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"Chuck Lever
2023-01-06tipc: fix unexpected link reset due to discovery messagesTung Nguyen
2023-01-06rxrpc: Move client call connection to the I/O threadDavid Howells
2023-01-06rxrpc: Move the client conn cache management to the I/O threadDavid Howells
2023-01-06rxrpc: Remove call->state_lockDavid Howells
2023-01-06rxrpc: Move call state changes from recvmsg to I/O threadDavid Howells
2023-01-06rxrpc: Move call state changes from sendmsg to I/O threadDavid Howells
2023-01-06rxrpc: Wrap accesses to get call state to put the barrier in one placeDavid Howells
2023-01-06rxrpc: Split out the call state changing functions into their own fileDavid Howells
2023-01-06rxrpc: Set up a connection bundle from a call, not rxrpc_conn_parametersDavid Howells
2023-01-06rxrpc: Offload the completion of service conn security to the I/O threadDavid Howells
2023-01-06rxrpc: Make the set of connection IDs per local endpointDavid Howells
2023-01-06rxrpc: Tidy up abort generation infrastructureDavid Howells
2023-01-06rxrpc: Clean up connection abortDavid Howells
2023-01-06rxrpc: Implement a mechanism to send an event notification to a connectionDavid Howells
2023-01-06rxrpc: Only disconnect calls in the I/O threadDavid Howells
2023-01-06rxrpc: Only set/transmit aborts in the I/O threadDavid Howells
2023-01-06rxrpc: Separate call retransmission from other conn eventsDavid Howells
2023-01-06rxrpc: Make the local endpoint hold a ref on a connected callDavid Howells
2023-01-06rxrpc: Stash the network namespace pointer in rxrpc_localDavid Howells
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)