summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2024-01-01net: phy: Introduce ethernet link topology representationMaxime Chevallier
2023-12-29genetlink: Use internal flags for multicast groupsIdo Schimmel
2023-12-27net: pktgen: Use wait_event_freezable_timeout() for freezable kthreadKevin Hao
2023-12-27net: rename dsa_realloc_skb to skb_ensure_writable_head_tailRadu Pirea (NXP OSS)
2023-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-12-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni
2023-12-21net: check dev->gso_max_size in gso_features_check()Eric Dumazet
2023-12-21net: avoid build bug in skb extension length calculationThomas Weißschuh
2023-12-20net: sched: Make tc-related drop reason more flexible for remaining qdiscsVictor Nogueira
2023-12-20net: sched: Move drop_reason to struct tc_skb_cbVictor Nogueira
2023-12-20rtnetlink: bridge: Enable MDB bulk deletionIdo Schimmel
2023-12-20rtnetlink: bridge: Invoke MDB bulk deletion when neededIdo Schimmel
2023-12-20rtnetlink: bridge: Use a different policy for MDB bulk deleteIdo Schimmel
2023-12-19Revert BPF token-related functionalityAndrii Nakryiko
2023-12-19bpf: Use nla_ok() instead of checking nla_len directlyJakub Kicinski
2023-12-18Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-12-18net: rtnl: use rcu_replace_pointer_rtnl in rtnl_unregister_*Pedro Tammela
2023-12-17skbuff: Optimization of SKB coalescing for page poolLiang Chen
2023-12-17skbuff: Add a function to check if a page belongs to page_poolLiang Chen
2023-12-17page_pool: halve BIAS_MAX for multiple user references of a fragmentLiang Chen
2023-12-15net: Namespace-ify sysctl_optmem_maxEric Dumazet
2023-12-15net: increase optmem_max default valueEric Dumazet
2023-12-15net: Return error from sk_stream_wait_connect() if sk_wait_event() failsShigeru Yoshida
2023-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-12-13net: page_pool: factor out releasing DMA from releasing the pageJakub Kicinski
2023-12-13page_pool: transition to reference count management after page drainingLiang Chen
2023-12-13net: prevent mss overflow in skb_segment()Eric Dumazet
2023-12-13bpf: syzkaller found null ptr deref in unix_bpf proto addJohn Fastabend
2023-12-13xdp: Add VLAN tag hintLarysa Zaremba
2023-12-11Revert "net: rtnetlink: remove local list in __linkwatch_run_queue()"Johannes Berg
2023-12-09io_uring/af_unix: disable sending io_uring over socketsPavel Begunkov
2023-12-08net: sysfs: fix locking in carrier readJohannes Berg
2023-12-08neighbour: Don't let neigh_forced_gc() disable preemption for longJudy Hsiao
2023-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-12-07drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" groupIdo Schimmel
2023-12-07bpf: sockmap, updating the sg structure should also update currJohn Fastabend
2023-12-06net: rtnetlink: remove local list in __linkwatch_run_queue()Johannes Berg
2023-12-06bpf: consistently use BPF token throughout BPF verifier logicAndrii Nakryiko
2023-12-06bpf: take into account BPF token when fetching helper protosAndrii Nakryiko
2023-12-05net: core: synchronize link-watch when carrier is queriedJohannes Berg
2023-12-05net-device: reorganize net_device fast path variablesCoco Li
2023-12-04netdev-genl: Add PID for the NAPI threadAmritha Nambiar
2023-12-04net: Add NAPI IRQ supportAmritha Nambiar
2023-12-04netdev-genl: Add netlink framework functions for napiAmritha Nambiar
2023-12-04netdev-genl: spec: Extend netdev netlink spec in YAML for NAPIAmritha Nambiar
2023-12-04netdev-genl: Add netlink framework functions for queueAmritha Nambiar
2023-12-04net: Add queue and napi associationAmritha Nambiar
2023-12-04netdev-genl: spec: Extend netdev netlink spec in YAML for queueAmritha Nambiar
2023-12-02netns-ipv4: reorganize netns_ipv4 fast path variablesCoco Li
2023-11-30Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski