summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net-device: move xdp_prog to net_device_read_rxEric Dumazet2024-01-031-1/+1
* fib: remove unnecessary input parameters in fib_default_rule_addZhengchao Shao2024-01-031-2/+1
* net-device: move gso_partial_features to net_device_read_txEric Dumazet2024-01-021-1/+2
* net: phy: Introduce ethernet link topology representationMaxime Chevallier2024-01-011-0/+3
* genetlink: Use internal flags for multicast groupsIdo Schimmel2023-12-291-1/+1
* net: pktgen: Use wait_event_freezable_timeout() for freezable kthreadKevin Hao2023-12-271-4/+2
* net: rename dsa_realloc_skb to skb_ensure_writable_head_tailRadu Pirea (NXP OSS)2023-12-271-0/+25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-12-214-1/+8
|\
| * Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni2023-12-211-0/+2
| |\
| | * bpf: syzkaller found null ptr deref in unix_bpf proto addJohn Fastabend2023-12-131-0/+2
| * | net: check dev->gso_max_size in gso_features_check()Eric Dumazet2023-12-211-0/+3
| * | net: avoid build bug in skb extension length calculationThomas Weißschuh2023-12-211-0/+2
| * | net: Return error from sk_stream_wait_connect() if sk_wait_event() failsShigeru Yoshida2023-12-151-1/+1
* | | net: sched: Make tc-related drop reason more flexible for remaining qdiscsVictor Nogueira2023-12-201-2/+5
* | | net: sched: Move drop_reason to struct tc_skb_cbVictor Nogueira2023-12-201-2/+2
* | | rtnetlink: bridge: Enable MDB bulk deletionIdo Schimmel2023-12-201-1/+2
* | | rtnetlink: bridge: Invoke MDB bulk deletion when neededIdo Schimmel2023-12-201-0/+8
* | | rtnetlink: bridge: Use a different policy for MDB bulk deleteIdo Schimmel2023-12-201-2/+49
* | | Revert BPF token-related functionalityAndrii Nakryiko2023-12-191-18/+18
* | | bpf: Use nla_ok() instead of checking nla_len directlyJakub Kicinski2023-12-191-1/+1
* | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-12-182-18/+51
|\ \ \
| * | | xdp: Add VLAN tag hintLarysa Zaremba2023-12-131-0/+33
| * | | bpf: consistently use BPF token throughout BPF verifier logicAndrii Nakryiko2023-12-061-2/+2
| * | | bpf: take into account BPF token when fetching helper protosAndrii Nakryiko2023-12-061-16/+16
* | | | net: rtnl: use rcu_replace_pointer_rtnl in rtnl_unregister_*Pedro Tammela2023-12-181-9/+3
* | | | skbuff: Optimization of SKB coalescing for page poolLiang Chen2023-12-171-12/+40
* | | | skbuff: Add a function to check if a page belongs to page_poolLiang Chen2023-12-171-1/+6
* | | | page_pool: halve BIAS_MAX for multiple user references of a fragmentLiang Chen2023-12-171-1/+1
* | | | net: Namespace-ify sysctl_optmem_maxEric Dumazet2023-12-155-21/+23
* | | | net: increase optmem_max default valueEric Dumazet2023-12-151-2/+4
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-143-2/+16
|\ \ \ \ | | |/ / | |/| |
| * | | net: prevent mss overflow in skb_segment()Eric Dumazet2023-12-131-1/+2
| | |/ | |/|
| * | io_uring/af_unix: disable sending io_uring over socketsPavel Begunkov2023-12-091-0/+6
| * | neighbour: Don't let neigh_forced_gc() disable preemption for longJudy Hsiao2023-12-081-1/+8
* | | net: page_pool: factor out releasing DMA from releasing the pageJakub Kicinski2023-12-131-9/+16
* | | page_pool: transition to reference count management after page drainingLiang Chen2023-12-131-6/+6
* | | Revert "net: rtnetlink: remove local list in __linkwatch_run_queue()"Johannes Berg2023-12-111-3/+12
* | | net: sysfs: fix locking in carrier readJohannes Berg2023-12-081-2/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-072-1/+22
|\| |
| * | drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" groupIdo Schimmel2023-12-071-1/+3
| * | bpf: sockmap, updating the sg structure should also update currJohn Fastabend2023-12-071-0/+19
* | | net: rtnetlink: remove local list in __linkwatch_run_queue()Johannes Berg2023-12-061-9/+4
* | | net: core: synchronize link-watch when carrier is queriedJohannes Berg2023-12-055-4/+17
* | | net-device: reorganize net_device fast path variablesCoco Li2023-12-051-0/+56
* | | netdev-genl: Add PID for the NAPI threadAmritha Nambiar2023-12-041-0/+7
* | | net: Add NAPI IRQ supportAmritha Nambiar2023-12-042-0/+5
* | | netdev-genl: Add netlink framework functions for napiAmritha Nambiar2023-12-043-4/+122
* | | netdev-genl: spec: Extend netdev netlink spec in YAML for NAPIAmritha Nambiar2023-12-043-0/+36
* | | netdev-genl: Add netlink framework functions for queueAmritha Nambiar2023-12-041-3/+184
* | | net: Add queue and napi associationAmritha Nambiar2023-12-041-0/+37