summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-11-08can: isotp: isotp_sendmsg(): fix TX state detection and wait behaviorOliver Hartkopp
2023-11-08can: isotp: isotp_bind(): do not validate unused address informationOliver Hartkopp
2023-11-08can: isotp: add local echo tx processing and tx without FCOliver Hartkopp
2023-11-08can: isotp: handle wait_event_interruptible() return valuesOliver Hartkopp
2023-11-08can: isotp: check CAN address family in isotp_bind()Oliver Hartkopp
2023-11-08can: isotp: isotp_bind(): return -EINVAL on incorrect CAN ID formattingOliver Hartkopp
2023-11-08can: isotp: set max PDU size to 64 kByteOliver Hartkopp
2023-11-08netfilter: nfnetlink_log: silence bogus compiler warningFlorian Westphal
2023-11-08net: sched: cls_u32: Fix allocation size in u32_init()Gustavo A. R. Silva
2023-11-08tcp: fix wrong RTO timeout when received SACK renegingFred Chen
2023-11-08neighbour: fix various data-racesEric Dumazet
2023-11-08vsock/virtio: initialize the_virtio_vsock before using VQsAlexandru Matei
2023-11-08vsock/virtio: add support for device suspend/resumeStefano Garzarella
2023-11-08vsock/virtio: factor our the code to initialize and delete VQsStefano Garzarella
2023-11-08mptcp: more conservative check for zero probesPaolo Abeni
2023-11-08tcp: cleanup tcp_remove_empty_skb() useEric Dumazet
2023-11-08tcp: remove dead code from tcp_sendmsg_locked()Eric Dumazet
2023-10-25xfrm6: fix inet6_dev refcount underflow problemZhang Changzhong
2023-10-25Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX nameKees Cook
2023-10-25Bluetooth: hci_sock: fix slab oob read in create_monitor_eventEdward AD
2023-10-25net: fix ifname in netlink ntf during netns moveJakub Kicinski
2023-10-25net: move from strlcpy with unused retval to strscpyWolfram Sang
2023-10-25net: introduce a function to check if a netdev name is in useAntoine Tenart
2023-10-25Bluetooth: hci_event: Fix using memcmp when comparing keysLuiz Augusto von Dentz
2023-10-25ipv4/fib: send notify when delete source address routesHangbin Liu
2023-10-25wifi: cfg80211: avoid leaking stack data into traceBenjamin Berg
2023-10-25wifi: mac80211: allow transmitting EAPOL frames with tainted keyWen Gong
2023-10-25wifi: cfg80211: Fix 6GHz scan configurationIlan Peer
2023-10-25Bluetooth: hci_core: Fix build warningsLuiz Augusto von Dentz
2023-10-25Bluetooth: Avoid redundant authenticationYing Hsu
2023-10-25mctp: perform route lookups under a RCU read-side lockJeremy Kerr
2023-10-25mctp: Allow local delivery to the null EIDJeremy Kerr
2023-10-25net: pktgen: Fix interface flags printingGavrilov Ilia
2023-10-25netfilter: nf_tables: revert do not remove elements if set backend implements...Pablo Neira Ayuso
2023-10-25netfilter: nf_tables: do not remove elements if set backend implements .abortPablo Neira Ayuso
2023-10-25netfilter: nft_set_rbtree: .deactivate fails if element has expiredPablo Neira Ayuso
2023-10-25net/sched: sch_hfsc: upgrade 'rt' to 'sc' when it becomes a inner curvePedro Tammela
2023-10-25ipv4: fib: annotate races around nh->nh_saddr_genid and nh->nh_saddrEric Dumazet
2023-10-25tcp: tsq: relax tcp_small_queue_check() when rtx queue contains a single skbEric Dumazet
2023-10-25tcp: fix excessive TLP and RACK timeouts from HZ roundingNeal Cardwell
2023-10-25net: rfkill: gpio: prevent value glitch during probeJosua Mayer
2023-10-25net: ipv6: fix return value check in esp_remove_trailerMa Ke
2023-10-25net: ipv4: fix return value check in esp_remove_trailerMa Ke
2023-10-25xfrm: interface: use DEV_STATS_INC()Eric Dumazet
2023-10-25xfrm: fix a data-race in xfrm_gen_index()Eric Dumazet
2023-10-25netfilter: nft_payload: fix wrong mac header matchingFlorian Westphal
2023-10-25tcp: check mptcp-level constraints for backlog coalescingPaolo Abeni
2023-10-25nfc: nci: fix possible NULL pointer dereference in send_acknowledge()Krzysztof Kozlowski
2023-10-25Bluetooth: avoid memcmp() out of bounds warningArnd Bergmann
2023-10-25Bluetooth: hci_event: Fix coding styleLuiz Augusto von Dentz