summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-07net: pds_core: Fix possible double free in error handling pathYongzhi Liu1-8/+4
2024-03-07Merge tag 'nf-24-03-07' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni3-6/+16
2024-03-07Merge branch 'netrom-fix-all-the-data-races-around-sysctls'Paolo Abeni6-18/+19
2024-03-07netrom: Fix data-races around sysctl_net_busy_readJason Xing2-4/+4
2024-03-07netrom: Fix a data-race around sysctl_netrom_link_fails_countJason Xing1-1/+1
2024-03-07netrom: Fix a data-race around sysctl_netrom_routing_controlJason Xing1-1/+1
2024-03-07netrom: Fix a data-race around sysctl_netrom_transport_no_activity_timeoutJason Xing1-1/+1
2024-03-07netrom: Fix a data-race around sysctl_netrom_transport_requested_window_sizeJason Xing1-1/+1
2024-03-07netrom: Fix a data-race around sysctl_netrom_transport_busy_delayJason Xing1-1/+1
2024-03-07netrom: Fix a data-race around sysctl_netrom_transport_acknowledge_delayJason Xing1-1/+1
2024-03-07netrom: Fix a data-race around sysctl_netrom_transport_maximum_triesJason Xing1-1/+1
2024-03-07netrom: Fix a data-race around sysctl_netrom_transport_timeoutJason Xing1-1/+1
2024-03-07netrom: Fix data-races around sysctl_netrom_network_ttl_initialiserJason Xing3-4/+5
2024-03-07netrom: Fix a data-race around sysctl_netrom_obsolescence_count_initialiserJason Xing1-1/+1
2024-03-07netrom: Fix a data-race around sysctl_netrom_default_path_qualityJason Xing1-1/+1
2024-03-07Merge tag 'ipsec-2024-03-06' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski4-4/+13
2024-03-07ethtool: remove ethtool_eee_use_linkmodesHeiner Kallweit2-6/+0
2024-03-07mlxbf_gige: add support to display pause frame countersDavid Thompson2-0/+66
2024-03-07net: phy: qca807x: fix compilation when CONFIG_GPIOLIB is not setRobert Marko1-16/+16
2024-03-07net: geneve: Remove generic .ndo_get_stats64Breno Leitao1-1/+0
2024-03-07net: geneve: Leverage core stats allocatorBreno Leitao1-9/+2
2024-03-07net: gtp: Move net_device assigned in setupBreno Leitao1-10/+2
2024-03-07net: gtp: Remove generic .ndo_get_stats64Breno Leitao1-1/+0
2024-03-07net: gtp: Leverage core stats allocatorBreno Leitao1-5/+1
2024-03-07net: macsec: Leverage core stats allocatorBreno Leitao1-8/+2
2024-03-07dt-bindings: net: renesas,etheravb: Add support for R-Car V4MThanh Quan1-0/+1
2024-03-07sr9800: Add check for usbnet_get_endpointsChen Ni1-1/+3
2024-03-07selftests/harness: Fix TEST_F()'s vfork handlingMickaël Salaün2-23/+27
2024-03-07Merge branch 'mptcp-some-clean-up-patches'Jakub Kicinski8-69/+73
2024-03-07mptcp: drop lookup_by_id in lookup_addrGeliang Tang1-7/+5
2024-03-07mptcp: set error messages for set_flagsGeliang Tang2-3/+12
2024-03-07mptcp: update set_flags interfacesGeliang Tang4-52/+58
2024-03-07mptcp: drop duplicate header inclusionsGeliang Tang6-9/+0
2024-03-07Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski5-4/+77
2024-03-07netfilter: nf_conntrack_h323: Add protection for bmp length out of rangeLena Wang1-0/+4
2024-03-07netfilter: nf_tables: mark set as dead when unbinding anonymous set with timeoutPablo Neira Ayuso1-0/+1
2024-03-07netfilter: nft_ct: fix l3num expectations with inet pseudo familyFlorian Westphal1-6/+5
2024-03-07netfilter: nf_tables: reject constant set with timeoutPablo Neira Ayuso1-0/+3
2024-03-07netfilter: nf_tables: disallow anonymous set with timeout flagPablo Neira Ayuso1-0/+3
2024-03-06Merge tag 'vfs-6.8-release.fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-55/+64
2024-03-06Merge tag 'arm-fixes-6.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds16-77/+35
2024-03-06Merge tag 'v6.8-p6' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2-19/+19
2024-03-06inet: Add getsockopt support for IP_ROUTER_ALERT and IPV6_ROUTER_ALERTJuntong Deng3-3/+17
2024-03-06Merge branch 'ynl-small-recv'David S. Miller2-7/+42
2024-03-06tools: ynl: add --dbg-small-recv for easier kernel testingJakub Kicinski1-1/+6
2024-03-06tools: ynl: support debug printing messagesJakub Kicinski1-0/+15
2024-03-06tools: ynl: allow setting recv() sizeJakub Kicinski1-3/+18
2024-03-06tools: ynl: move the new line in NlMsg __repr__Jakub Kicinski1-3/+3
2024-03-06Merge branch 'tools-ynl-make-clean'David S. Miller4-8/+9
2024-03-06tools: ynl: remove __pycache__ during cleanJakub Kicinski1-0/+1