aboutsummaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2023-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni4-1/+8
2023-12-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni1-0/+2
2023-12-21net: check dev->gso_max_size in gso_features_check()Eric Dumazet1-0/+3
2023-12-21net: avoid build bug in skb extension length calculationThomas Weißschuh1-0/+2
2023-12-20net: sched: Make tc-related drop reason more flexible for remaining qdiscsVictor Nogueira1-2/+5
2023-12-20net: sched: Move drop_reason to struct tc_skb_cbVictor Nogueira1-2/+2
2023-12-20rtnetlink: bridge: Enable MDB bulk deletionIdo Schimmel1-1/+2
2023-12-20rtnetlink: bridge: Invoke MDB bulk deletion when neededIdo Schimmel1-0/+8
2023-12-20rtnetlink: bridge: Use a different policy for MDB bulk deleteIdo Schimmel1-2/+49
2023-12-19Revert BPF token-related functionalityAndrii Nakryiko1-18/+18
2023-12-19bpf: Use nla_ok() instead of checking nla_len directlyJakub Kicinski1-1/+1
2023-12-18Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-18/+51
2023-12-18net: rtnl: use rcu_replace_pointer_rtnl in rtnl_unregister_*Pedro Tammela1-9/+3
2023-12-17skbuff: Optimization of SKB coalescing for page poolLiang Chen1-12/+40
2023-12-17skbuff: Add a function to check if a page belongs to page_poolLiang Chen1-1/+6
2023-12-17page_pool: halve BIAS_MAX for multiple user references of a fragmentLiang Chen1-1/+1
2023-12-15net: Namespace-ify sysctl_optmem_maxEric Dumazet5-21/+23
2023-12-15net: increase optmem_max default valueEric Dumazet1-2/+4
2023-12-15net: Return error from sk_stream_wait_connect() if sk_wait_event() failsShigeru Yoshida1-1/+1
2023-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-2/+16
2023-12-13net: page_pool: factor out releasing DMA from releasing the pageJakub Kicinski1-9/+16
2023-12-13page_pool: transition to reference count management after page drainingLiang Chen1-6/+6
2023-12-13net: prevent mss overflow in skb_segment()Eric Dumazet1-1/+2
2023-12-13bpf: syzkaller found null ptr deref in unix_bpf proto addJohn Fastabend1-0/+2
2023-12-13xdp: Add VLAN tag hintLarysa Zaremba1-0/+33
2023-12-11Revert "net: rtnetlink: remove local list in __linkwatch_run_queue()"Johannes Berg1-3/+12
2023-12-09io_uring/af_unix: disable sending io_uring over socketsPavel Begunkov1-0/+6
2023-12-08net: sysfs: fix locking in carrier readJohannes Berg1-2/+7
2023-12-08neighbour: Don't let neigh_forced_gc() disable preemption for longJudy Hsiao1-1/+8
2023-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+22
2023-12-07drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" groupIdo Schimmel1-1/+3
2023-12-07bpf: sockmap, updating the sg structure should also update currJohn Fastabend1-0/+19
2023-12-06net: rtnetlink: remove local list in __linkwatch_run_queue()Johannes Berg1-9/+4
2023-12-06bpf: consistently use BPF token throughout BPF verifier logicAndrii Nakryiko1-2/+2
2023-12-06bpf: take into account BPF token when fetching helper protosAndrii Nakryiko1-16/+16
2023-12-05net: core: synchronize link-watch when carrier is queriedJohannes Berg5-4/+17
2023-12-05net-device: reorganize net_device fast path variablesCoco Li1-0/+56
2023-12-04netdev-genl: Add PID for the NAPI threadAmritha Nambiar1-0/+7
2023-12-04net: Add NAPI IRQ supportAmritha Nambiar2-0/+5
2023-12-04netdev-genl: Add netlink framework functions for napiAmritha Nambiar3-4/+122
2023-12-04netdev-genl: spec: Extend netdev netlink spec in YAML for NAPIAmritha Nambiar3-0/+36
2023-12-04netdev-genl: Add netlink framework functions for queueAmritha Nambiar1-3/+184
2023-12-04net: Add queue and napi associationAmritha Nambiar1-0/+37
2023-12-04netdev-genl: spec: Extend netdev netlink spec in YAML for queueAmritha Nambiar3-0/+39
2023-12-02netns-ipv4: reorganize netns_ipv4 fast path variablesCoco Li1-0/+45
2023-11-30Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-1/+12
2023-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2023-11-30net: page_pool: fix general protection fault in page_pool_unlistEric Dumazet1-1/+3
2023-11-29tcp: Don't pass cookie to __cookie_v[46]_check().Kuniyuki Iwashima1-11/+4
2023-11-30bpf, sockmap: af_unix stream sockets need to hold ref for pair sockJohn Fastabend1-0/+2