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-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
2022-07-19skbuff: don't mix ubuf_info from different sourcesPavel Begunkov
2022-07-18tcp: Fix data-races around sysctl_tcp_migrate_req.Kuniyuki Iwashima
2022-07-18tcp: Fix data-races around sysctl_tcp_syncookies.Kuniyuki Iwashima
2022-07-15net: devlink: fix return statement in devlink_port_new_notify()Jiri Pirko
2022-07-15net: devlink: fix a typo in function name devlink_port_new_notifiy()Jiri Pirko
2022-07-15net: devlink: make devlink_dpipe_headers_register() return voidJiri Pirko
2022-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-15bpf: Add endian modifiers to fix endian warningsBen Dooks
2022-07-14seg6: bpf: fix skb checksum in bpf_push_seg6_encap()Andrea Mayer
2022-07-13net: devlink: use helpers to work with devlink->lock mutexJiri Pirko
2022-07-13net: devlink: fix unlocked vs locked functions descriptionsJiri Pirko