summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2025-04-22net: selftests: initialize TCP header and skb payload with zeroOleksij Rempel
2025-04-21net: Use nlmsg_payload in rtnetlink fileBreno Leitao
2025-04-21net: Use nlmsg_payload in neighbour fileBreno Leitao
2025-04-21net: fix the missing unlock for detached devicesJakub Kicinski
2025-04-17netdev: fix the locking for netdev notificationsJakub Kicinski
2025-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-04-17Merge tag 'net-6.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-04-17net: pktgen: fix code style (WARNING: Prefer strscpy over strcpy)Peter Seiderer
2025-04-17net: pktgen: fix code style (WARNING: please, no space before tabs)Peter Seiderer
2025-04-17net: pktgen: fix code style (ERROR: else should follow close brace '}')Peter Seiderer
2025-04-17skb: implement skb_send_sock_locked_with_flags()Antonio Quartulli
2025-04-17net, pidfd: report EINVAL for ESRCHChristian Brauner
2025-04-16net: don't try to ops lock uninitialized devsJakub Kicinski
2025-04-15net: fib_rules: Fix iif / oif matching on L3 master deviceIdo Schimmel
2025-04-15net: fib_rules: Use nlmsg_payload in fib_{new,del}rule()Breno Leitao
2025-04-15net: fib_rules: Use nlmsg_payload in fib_valid_dumprule_reqBreno Leitao
2025-04-15rtnetlink: Use nlmsg_payload in valid_fdb_dump_strictBreno Leitao
2025-04-15neighbour: Use nlmsg_payload in neigh_valid_get_reqBreno Leitao
2025-04-15neighbour: Use nlmsg_payload in neightbl_valid_dump_infoBreno Leitao
2025-04-14net: Remove ->exit_batch_rtnl().Kuniyuki Iwashima
2025-04-14net: Add ->exit_rtnl() hook to struct pernet_operations.Kuniyuki Iwashima
2025-04-14net: Add ops_undo_single for module load/unload.Kuniyuki Iwashima
2025-04-14net: Factorise setup_net() and cleanup_net().Kuniyuki Iwashima
2025-04-14page_pool: Track DMA-mapped pages and unmap them when destroying the poolToke Høiland-Jørgensen
2025-04-14page_pool: Move pp_magic check into helper functionsToke Høiland-Jørgensen
2025-04-14net: pktgen: fix code style (WARNING: quoted string split across lines)Peter Seiderer
2025-04-14net: pktgen: fix code style (WARNING: macros should not use a trailing semico...Peter Seiderer
2025-04-14net: pktgen: fix code style (WARNING: Missing a blank line after declarations)Peter Seiderer
2025-04-14net: pktgen: fix code style (WARNING: Block comments)Peter Seiderer
2025-04-14net: pktgen: fix code style (WARNING: suspect code indent for conditional sta...Peter Seiderer
2025-04-14net: pktgen: fix code style (ERROR: space prohibited after that '&')Peter Seiderer
2025-04-14net: pktgen: fix code style (ERROR: "foo * bar" should be "foo *bar")Peter Seiderer
2025-04-14net: convert dev->rtnl_link_state to a boolJakub Kicinski
2025-04-14net: don't mix device locking in dev_close_many() callsJakub Kicinski
2025-04-12Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-04-11net: Unexport shared functions for DCCP.Kuniyuki Iwashima
2025-04-11net: Retire DCCP socket.Kuniyuki Iwashima
2025-04-11sock: Correct error checking condition for (assign|release)_proto_idx()Zijun Hu
2025-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-04-10Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-04-09bpf: support SKF_NET_OFF and SKF_LL_OFF on skb fragsWillem de Bruijn
2025-04-09net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.Kuniyuki Iwashima
2025-04-09netdev: depend on netdev->lock for qstats in ops locked driversJakub Kicinski
2025-04-09netdev: depend on netdev->lock for xdp featuresJakub Kicinski
2025-04-09xdp: double protect netdev->xdp_flags with netdev->lockJakub Kicinski
2025-04-09netdev: don't hold rtnl_lock over nl queue info get when possibleJakub Kicinski
2025-04-09netdev: add "ops compat locking" helpersJakub Kicinski
2025-04-09net: avoid potential race between netdev_get_by_index_lock() and netns switchJakub Kicinski
2025-04-08net: Drop unused @sk of __skb_try_recv_from_queue()Michal Luczaj
2025-04-08rtnetlink: Fix bad unlock balance in do_setlink().Kuniyuki Iwashima