summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* bpf: Acquire map uref in .init_seq_private for sock local storage map iteratorHou Tao2022-08-101-1/+9
* Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-08-0323-832/+1434
|\
| * net: devlink: Fix missing mutex_unlock() callAmmar Faizi2022-08-011-2/+4
| * net: devlink: enable parallel ops on netlink interfaceJiri Pirko2022-08-011-0/+1
| * net: devlink: remove devlink_mutexJiri Pirko2022-08-011-76/+4
| * net: devlink: convert reload command to take implicit devlink->lockJiri Pirko2022-08-011-13/+5
| * net: devlink: introduce "unregistering" mark and use it during devlinks itera...Jiri Pirko2022-08-011-0/+11
| * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-07-291-1/+2
| |\
| | * bpf: Fix bpf_xdp_pointer return pointerJoanne Koong2022-07-261-1/+1
| | * bpf: Set flow flag to allow any source IP in bpf_tunnel_keyPaul Chaignon2022-07-261-0/+1
| * | devlink: Hold the instance lock in health callbacksMoshe Shemesh2022-07-281-16/+14
| * | net: devlink: remove region snapshots list dependency on devlink->lockJiri Pirko2022-07-281-12/+29
| * | net: devlink: remove region snapshot ID tracking dependency on devlink->lockJiri Pirko2022-07-281-31/+33
| * | devlink: introduce framework for selftestsVikas Gupta2022-07-281-0/+216
| * | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Paolo Abeni2022-07-282-7/+53
| |\ \
| | * | flow_offload: Introduce flow_match_pppoeWojciech Drewek2022-07-261-0/+7
| | * | flow_dissector: Add PPPoE dissectorsWojciech Drewek2022-07-261-7/+46
| | |/
| * | net: devlink: remove redundant net_eq() check from sb_pool_get_dumpit()Jiri Pirko2022-07-271-2/+1
| * | net: devlink: introduce nested devlink entity for line cardJiri Pirko2022-07-261-0/+42
| * | net: devlink: move net check into devlinks_xa_for_each_registered_get()Jiri Pirko2022-07-261-96/+39
| * | net: devlink: make sure that devlink_try_get() works with valid pointer durin...Jiri Pirko2022-07-261-91/+80
| |/
| * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-07-223-4/+5
| |\
| | * bpf: Don't redirect packets with invalid pkt_lenZhengchao Shao2022-07-191-0/+1
| | * bpf: Add endian modifiers to fix endian warningsBen Dooks2022-07-141-2/+2
| | * skmsg: Fix invalid last sg check in sk_msg_recvmsg()Liu Jian2022-07-111-2/+2
| * | Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski2022-07-221-1/+1
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-213-6/+6
| |\ \ \
| * \ \ \ Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski2022-07-192-8/+43
| |\ \ \ \
| * | | | | net: devlink: remove unused locked functionsJiri Pirko2022-07-181-168/+0
| * | | | | netdevsim: convert driver to use unlocked devlink API during init/finiJiri Pirko2022-07-181-0/+6
| * | | | | net: devlink: add unlocked variants of devlink_region_create/destroy() functionsJiri Pirko2022-07-181-28/+61
| * | | | | net: devlink: add unlocked variants of devlink_dpipe*() functionsJiri Pirko2022-07-181-46/+135
| * | | | | net: devlink: add unlocked variants of devlink_sb*() functionsJiri Pirko2022-07-181-18/+36
| * | | | | net: devlink: add unlocked variants of devlink_resource*() functionsJiri Pirko2022-07-181-61/+156
| * | | | | net: devlink: add unlocked variants of devling_trap*() functionsJiri Pirko2022-07-181-32/+148
| * | | | | net: devlink: avoid false DEADLOCK warning reported by lockdepMoshe Shemesh2022-07-181-0/+4
| * | | | | net: devlink: fix return statement in devlink_port_new_notify()Jiri Pirko2022-07-141-2/+1
| * | | | | net: devlink: fix a typo in function name devlink_port_new_notifiy()Jiri Pirko2022-07-141-4/+4
| * | | | | net: devlink: make devlink_dpipe_headers_register() return voidJiri Pirko2022-07-141-3/+2
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-142-3/+6
| |\ \ \ \ \
| * | | | | | net: devlink: use helpers to work with devlink->lock mutexJiri Pirko2022-07-131-115/+115
| * | | | | | net: devlink: fix unlocked vs locked functions descriptionsJiri Pirko2022-07-131-0/+22
| * | | | | | net: extract port range fields from fl_flow_keyMaksym Glubokiy2022-07-131-0/+7
| * | | | | | devlink: Hold the instance lock in port_new / port_del callbacksMoshe Shemesh2022-07-121-5/+1
| * | | | | | devlink: Remove unused functions devlink_rate_leaf_create/destroyMoshe Shemesh2022-07-121-35/+7
| * | | | | | devlink: Remove unused function devlink_rate_nodes_destroyMoshe Shemesh2022-07-121-18/+0
| | |_|_|_|/ | |/| | | |
| * | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-07-093-41/+74
| |\ \ \ \ \
| | * | | | | bpf: Omit superfluous address family check in __bpf_skc_lookupTobias Klauser2022-07-051-3/+2
| | * | | | | bpf: expose bpf_{g,s}etsockopt to lsm cgroupStanislav Fomichev2022-06-291-7/+53
| | * | | | | bpf: Fix sockmap calling sleepable function in teardown pathJohn Fastabend2022-06-281-1/+1