summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2024-02-13net: add rcu safety to rtnl_prop_list_size()Eric Dumazet2-7/+10
2024-02-12net-device: move lstats in net_device_read_txrxEric Dumazet1-1/+2
2024-02-02net: Fix from address in memcpy_to_iter_csum()Michael Lass1-1/+1
2024-01-25xdp: reflect tail increase for MEM_TYPE_XSK_BUFF_POOLMaciej Fijalkowski1-0/+2
2024-01-25xsk: fix usage of multi-buffer BPF helpers for ZC XDPMaciej Fijalkowski1-6/+36
2024-01-22net: fix removing a namespace with conflicting altnamesJakub Kicinski2-0/+12
2024-01-21udp: fix busy pollingEric Dumazet1-2/+9
2024-01-20tcp: make sure init the accept_queue's spinlocks onceZhengchao Shao1-3/+0
2024-01-19Merge tag 'net-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-7/+7
2024-01-12Revert "net: rtnetlink: Enslave device before bringing it up"Nicolas Dichtel1-7/+7
2024-01-12Merge tag 'for-6.8/io_uring-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds23-129/+1355
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+6
2024-01-08Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-1/+1
2024-01-07fib: rules: remove repeated assignment in fib_nl2ruleZhengchao Shao1-1/+0
2024-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+10
2024-01-05Revert "Introduce PHY listing and link_topology tracking"Jakub Kicinski1-3/+0
2024-01-04net: Implement missing SO_TIMESTAMPING_NEW cmsg supportThomas Lange1-0/+1
2024-01-04net-device: move xdp_prog to net_device_read_rxEric Dumazet1-1/+1
2024-01-04fib: remove unnecessary input parameters in fib_default_rule_addZhengchao Shao1-2/+1
2024-01-02net: Implement missing getsockopt(SO_TIMESTAMPING_NEW)Jörn-Thorben Hinz1-2/+9
2024-01-02net-device: move gso_partial_features to net_device_read_txEric Dumazet1-1/+2
2024-01-01net: phy: Introduce ethernet link topology representationMaxime Chevallier1-0/+3
2023-12-29skbuff: use mempool KASAN hooksAndrey Konovalov1-4/+6
2023-12-29kasan: rename and document kasan_(un)poison_object_dataAndrey Konovalov1-4/+4
2023-12-29genetlink: Use internal flags for multicast groupsIdo Schimmel1-1/+1
2023-12-27net: pktgen: Use wait_event_freezable_timeout() for freezable kthreadKevin Hao1-4/+2
2023-12-27net: rename dsa_realloc_skb to skb_ensure_writable_head_tailRadu Pirea (NXP OSS)1-0/+25
2023-12-22Merge 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-19io_uring/unix: drop usage of io_uring socketJens Axboe1-1/+1
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-19Merge 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-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-2/+16
2023-12-14net: page_pool: factor out releasing DMA from releasing the pageJakub Kicinski1-9/+16