aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-12-13Revert "tcp: disable tcp_autocorking for socket when TCP_NODELAY flag is set"Jakub Kicinski1-1/+1
2023-12-13tcp: disable tcp_autocorking for socket when TCP_NODELAY flag is setSalvatore Dipietro1-1/+1
2023-12-12net: Remove acked SYN flag from packet in the transmit queue correctlyDong Chenchen1-0/+6
2023-12-13net: 9p: avoid freeing uninit memory in p9pdu_vreadfFedor Pchelkin1-4/+13
2023-12-12Merge branch 'vfs.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/...Jens Axboe2-2/+2
2023-12-12file: stop exposing receive_fd_user()Christian Brauner2-2/+2
2023-12-12net/rose: Fix Use-After-Free in rose_ioctlHyunwoo Kim1-1/+3
2023-12-12atm: Fix Use-After-Free in do_vcc_ioctlHyunwoo Kim1-2/+5
2023-12-12net: dns_resolver: the module is called dns_resolver, not dnsresolverAhelenia ZiemiaƄska1-1/+1
2023-12-12wifi: mac80211: drop spurious WARN_ON() in ieee80211_ibss_csa_beacon()Dmitry Antipov1-1/+1
2023-12-12wifi: mac80211: don't set ESS capab bit in assoc requestJohannes Berg1-1/+12
2023-12-12wifi: cfg80211: consume both probe response and beacon IEsBenjamin Berg1-1/+3
2023-12-12wifi: cfg80211: generate an ML element for per-STA profilesBenjamin Berg1-0/+31
2023-12-12wifi: cfg80211: Replace ENOTSUPP with EOPNOTSUPPAndrei Otcheretianski2-6/+6
2023-12-12wifi: mac80211: Replace ENOTSUPP with EOPNOTSUPPAndrei Otcheretianski7-21/+21
2023-12-12wifi: mac80211: add a flag to disallow puncturingJohannes Berg2-2/+11
2023-12-12wifi: cfg80211: Add support for setting TID to link mappingIlan Peer3-0/+75
2023-12-12wifi: cfg80211: add BSS usage reportingJohannes Berg3-28/+102
2023-12-12wifi: nl80211: Extend del pmksa support for SAE and OWE securityVinayak Yadawad1-27/+67
2023-12-12wifi: mac80211: cleanup airtime arithmetic with ieee80211_sta_keep_active()Dmitry Antipov4-14/+12
2023-12-12wifi: mac80211: Add support for WBRF featuresEvan Quan5-0/+115
2023-12-12wifi: cfg80211: expose nl80211_chan_width_to_mhz for wide sharingEvan Quan1-1/+2
2023-12-12wifi: mac80211: mesh_plink: fix matches_local logicJohannes Berg1-5/+5
2023-12-12wifi: mac80211: mesh: check element parsing succeededJohannes Berg1-2/+4
2023-12-12wifi: mac80211: check defragmentation succeededJohannes Berg1-1/+3
2023-12-12wifi: mac80211: don't re-add debugfs during reconfigJohannes Berg1-1/+5
2023-12-12net: rfkill: gpio: set GPIO directionRouven Czerwinski1-0/+8
2023-12-12wifi: mac80211: check if the existing link config remains unchangedEdward Adam Davis1-2/+2
2023-12-12wifi: cfg80211: Add my certificateChen-Yu Tsai1-0/+87
2023-12-11net/sched: cls_api: conditional notification of eventsPedro Tammela1-0/+12
2023-12-11net/sched: cls_api: remove 'unicast' argument from delete notificationPedro Tammela1-17/+9
2023-12-11net/sched: act_api: conditional notification of eventsPedro Tammela1-23/+75
2023-12-11net/sched: act_api: don't open code max()Pedro Tammela1-6/+3
2023-12-11ipv6: annotate data-races around np->ucast_oifEric Dumazet7-40/+34
2023-12-11ipv6: annotate data-races around np->mcast_oifEric Dumazet11-49/+51
2023-12-11Revert "net: rtnetlink: remove local list in __linkwatch_run_queue()"Johannes Berg1-3/+12
2023-12-11net/sched: act_ct: Take per-cb reference to tcf_ct_flow_tableVlad Buslov1-6/+28
2023-12-11Merge 6.7-rc5 into tty-nextGreg Kroah-Hartman60-225/+654
2023-12-09io_uring/af_unix: disable sending io_uring over socketsPavel Begunkov1-0/+6
2023-12-08tcp: fix tcp_disordered_ack() vs usec TS resolutionEric Dumazet1-2/+20
2023-12-08net: sysfs: fix locking in carrier readJohannes Berg1-2/+7
2023-12-08Merge tag 'io_uring-6.7-2023-12-08' of git://git.kernel.dk/linuxLinus Torvalds1-0/+6
2023-12-08Use READ/WRITE_ONCE() for IP local_port_range.David Laight4-50/+34
2023-12-08tty: make tty_operations::send_xchar accept u8 charJiri Slaby (SUSE)1-1/+1
2023-12-08ethtool: Implement ethtool_puts()[email protected]1-0/+7
2023-12-08net: ipv6: support reporting otherwise unknown prefix flags in RTM_NEWPREFIXMaciej ƻenczykowski1-5/+1
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 Kicinski28-76/+153
2023-12-07calipso: fix memory leak in netlbl_calipso_add_pass()Gavrilov Ilia1-23/+26
2023-12-07vsock/virtio: fix "comparison of distinct pointer types lacks a cast" warningStefano Garzarella1-2/+1