summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-02-26ipv6: anycast: complete RCU handling of struct ifacaddr6Eric Dumazet
2024-02-26dpll: rely on rcu for netdev_dpll_pin()Eric Dumazet
2024-02-26ipv6: fix potential "struct net" leak in inet6_rtm_getaddr()Eric Dumazet
2024-02-26rtnetlink: provide RCU protection to rtnl_fill_prop_list()Eric Dumazet
2024-02-26rtnetlink: make rtnl_fill_link_ifmap() RCU readyEric Dumazet
2024-02-26inet: switch inet_dump_fib() to RCU protectionEric Dumazet
2024-02-26inet: allow ip_valid_fib_dump_req() to be called with RTNL or RCUEric Dumazet
2024-02-26ipv6: switch inet6_dump_ifinfo() to RCU protectionEric Dumazet
2024-02-26rtnetlink: add RTNL_FLAG_DUMP_UNLOCKED flagEric Dumazet
2024-02-26rtnetlink: change nlk->cb_mutex roleEric Dumazet
2024-02-26netlink: hold nlk->cb_mutex longer in __netlink_dump_start()Eric Dumazet
2024-02-26netlink: fix netlink_diag_dump() return valueEric Dumazet
2024-02-26ipv6: use xarray iterator to implement inet6_dump_ifinfo()Eric Dumazet
2024-02-26ipv6: prepare inet6_fill_ifinfo() for RCU protectionEric Dumazet
2024-02-26ipv6: prepare inet6_fill_ifla6_attrs() for RCUEric Dumazet
2024-02-26rtnetlink: prepare nla_put_iflink() to run under RCUEric Dumazet
2024-02-26xfrm: Avoid clang fortify warning in copy_to_user_tmpl()Nathan Chancellor
2024-02-23net: mpls: error out if inner headers are not setFlorian Westphal
2024-02-23net: ethtool: avoid rebuilds on UTS_RELEASE changeJann Horn
2024-02-23wifi: mac80211: only call drv_sta_rc_update for uploaded stationsFelix Fietkau
2024-02-22net: mctp: take ownership of skb in mctp_local_outputJeremy Kerr
2024-02-22net: ip_tunnel: prevent perpetual headroom growthFlorian Westphal
2024-02-22Merge tag 'nf-next-24-02-21' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2024-02-22ipv6/sit: Do not allocate stats in the driverBreno Leitao
2024-02-22netlink: Fix kernel-infoleak-after-free in __skb_datagram_iterRyosuke Yasuoka
2024-02-22net/af_iucv: fix virtual vs physical address confusionAlexander Gordeev
2024-02-22treewide: update LLVM Bugzilla linksNathan Chancellor
2024-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-22Merge tag 'wireless-next-2024-02-22' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2024-02-22net: mctp: tests: Add a test for proper tag creation on local outputJeremy Kerr
2024-02-22net: mctp: tests: Test that outgoing skbs have flow data populatedJeremy Kerr
2024-02-22net: mctp: copy skb ext data when fragmentingJeremy Kerr
2024-02-22net: mctp: tests: Add MCTP net isolation testsJeremy Kerr
2024-02-22net: mctp: tests: Add netid argument to __mctp_route_test_initJeremy Kerr
2024-02-22net: mctp: provide a more specific tag allocation ioctlJeremy Kerr
2024-02-22net: mctp: separate key correlation across netsJeremy Kerr
2024-02-22net: mctp: tests: create test skbs with the correct net and deviceJeremy Kerr
2024-02-22net: mctp: make key lookups match the ANY address on either local or peerJeremy Kerr
2024-02-22net: mctp: Add some detail on the key allocation implementationJeremy Kerr
2024-02-22net: mctp: avoid confusion over local/peer dest/source addressesJeremy Kerr
2024-02-22l2tp: pass correct message length to ip6_append_dataTom Parkin
2024-02-22Merge tag 'nf-24-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2024-02-22Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni
2024-02-22Fix write to cloned skb in ipv6_hop_ioam()Justin Iurman
2024-02-22phonet/pep: fix racy skb_queue_empty() useRémi Denis-Courmont
2024-02-22phonet: take correct lock to peek at the RX queueRémi Denis-Courmont
2024-02-21net/sched: flower: Add lock protection when remove filter handleJianbo Liu
2024-02-21devlink: fix port dump cmd typeJiri Pirko
2024-02-21udp: add local "peek offset enabled" flagPaolo Abeni
2024-02-21net: mctp: put sock on tag allocation failureJeremy Kerr