Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2022-08-11Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-08-11Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-08-11net: fix refcount bug in sk_psock_get (2)Hawkins Jiawei
2022-08-10bpf: Check the validity of max_rdwr_access for sock local storage map iteratorHou Tao
2022-08-10bpf: Acquire map uref in .init_seq_private for sock{map,hash} iteratorHou Tao
2022-08-10bpf: Acquire map uref in .init_seq_private for sock local storage map iteratorHou Tao
2022-08-10devlink: Fix use-after-free after a failed reloadIdo Schimmel
2022-08-09Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-08-09iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro
2022-08-08net: bpf: Use the protocol's set_rcvlowat behavior if there is oneGao Feng
2022-08-06Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-08-04Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-08-01net: devlink: Fix missing mutex_unlock() callAmmar Faizi
2022-08-01net: devlink: enable parallel ops on netlink interfaceJiri Pirko
2022-08-01net: devlink: remove devlink_mutexJiri Pirko
2022-08-01net: devlink: convert reload command to take implicit devlink->lockJiri Pirko
2022-08-01net: devlink: introduce "unregistering" mark and use it during devlinks itera...Jiri Pirko
2022-07-30Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-07-29devlink: Hold the instance lock in health callbacksMoshe Shemesh
2022-07-29net: devlink: remove region snapshots list dependency on devlink->lockJiri Pirko
2022-07-29net: devlink: remove region snapshot ID tracking dependency on devlink->lockJiri Pirko
2022-07-29devlink: introduce framework for selftestsVikas Gupta
2022-07-28Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Paolo Abeni
2022-07-28net: devlink: remove redundant net_eq() check from sb_pool_get_dumpit()Jiri Pirko
2022-07-26net: devlink: introduce nested devlink entity for line cardJiri Pirko
2022-07-26net: devlink: move net check into devlinks_xa_for_each_registered_get()Jiri Pirko
2022-07-26net: devlink: make sure that devlink_try_get() works with valid pointer durin...Jiri Pirko
2022-07-26flow_offload: Introduce flow_match_pppoeWojciech Drewek
2022-07-26flow_dissector: Add PPPoE dissectorsWojciech Drewek
2022-07-26bpf: Fix bpf_xdp_pointer return pointerJoanne Koong
2022-07-26bpf: Set flow flag to allow any source IP in bpf_tunnel_keyPaul Chaignon
2022-07-25Merge branch 'for-5.20/io_uring' into for-5.20/io_uring-zerocopy-sendJens Axboe
2022-07-23Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-07-23Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski
2022-07-23net: fix uninitialised msghdr->sg_from_iterPavel Begunkov
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-20tcp: Fix data-races around sysctl knobs related to SYN option.Kuniyuki Iwashima
2022-07-20Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski
2022-07-20net: introduce managed frags infrastructurePavel Begunkov
2022-07-20net: Allow custom iter handler in msghdrDavid Ahern
2022-07-19bpf: Don't redirect packets with invalid pkt_lenZhengchao Shao
2022-07-19net: devlink: remove unused locked functionsJiri Pirko
2022-07-19netdevsim: convert driver to use unlocked devlink API during init/finiJiri Pirko
2022-07-19net: devlink: add unlocked variants of devlink_region_create/destroy() functionsJiri Pirko
2022-07-19net: devlink: add unlocked variants of devlink_dpipe*() functionsJiri Pirko
2022-07-19net: devlink: add unlocked variants of devlink_sb*() functionsJiri Pirko
2022-07-19net: devlink: add unlocked variants of devlink_resource*() functionsJiri Pirko
2022-07-19net: devlink: add unlocked variants of devling_trap*() functionsJiri Pirko
2022-07-19net: devlink: avoid false DEADLOCK warning reported by lockdepMoshe Shemesh
2022-07-19skbuff: add SKBFL_DONT_ORPHAN flagPavel Begunkov