summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-12-15x86/cfi,bpf: Fix bpf_struct_ops CFIPeter Zijlstra
2023-12-15cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe
2023-12-15Bluetooth: af_bluetooth: Fix Use-After-Free in bt_sock_recvmsgHyunwoo Kim
2023-12-15Bluetooth: Add more enc key size checkAlex Lu
2023-12-15Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LEXiao Yao
2023-12-15Bluetooth: L2CAP: Send reject on command corrupted requestFrédéric Danis
2023-12-15Bluetooth: hci_event: shut up a false-positive warningArnd Bergmann
2023-12-15Bluetooth: hci_event: Fix not checking if HCI_OP_INQUIRY has been sentLuiz Augusto von Dentz
2023-12-15Bluetooth: Fix not notifying when connection encryption changesLuiz Augusto von Dentz
2023-12-15netlink: specs: mptcp: rename the MPTCP path management specJakub Kicinski
2023-12-15net/rose: fix races in rose_kill_by_device()Eric Dumazet
2023-12-15net: Namespace-ify sysctl_optmem_maxEric Dumazet
2023-12-15net: increase optmem_max default valueEric Dumazet
2023-12-15net: sched: ife: fix potential use-after-freeEric Dumazet
2023-12-15net: Return error from sk_stream_wait_connect() if sk_wait_event() failsShigeru Yoshida
2023-12-15virtio/vsock: send credit update during setting SO_RCVLOWATArseniy Krasnov
2023-12-15virtio/vsock: fix logic which reduces credit update messagesArseniy Krasnov
2023-12-15ipmr: support IP_PKTINFO on cache report IGMP msgLeone Fernando
2023-12-15mac802154: Avoid new associations while disassociatingMiquel Raynal
2023-12-15ieee802154: Avoid confusing changes after associatingMiquel Raynal
2023-12-15mac802154: Only allow PAN controllers to process association requestsMiquel Raynal
2023-12-15mac802154: Use the PAN coordinator parameter when stamping packetsMiquel Raynal
2023-12-15mac80254: Provide real PAN coordinator info in beaconsMiquel Raynal
2023-12-14Merge tag 'wireless-2023-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski
2023-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-12-14bpf: xfrm: Add bpf_xdp_get_xfrm_state() kfuncDaniel Xu
2023-12-14wifi: mac80211: sta_info.c: fix sentence grammarRandy Dunlap
2023-12-14wifi: mac80211: rx.c: fix sentence grammarRandy Dunlap
2023-12-14wifi: cfg80211: sort certificates in buildJohannes Berg
2023-12-14appletalk: Fix Use-After-Free in atalk_ioctlHyunwoo Kim
2023-12-14wifi: cfg80211: fix certs build to not depend on file orderJohannes Berg
2023-12-13net: ethtool: add support for symmetric-xor RSS hashAhmed Zaki
2023-12-13net: ethtool: get rid of get/set_rxfh_context functionsAhmed Zaki
2023-12-13net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki
2023-12-13net: page_pool: factor out releasing DMA from releasing the pageJakub Kicinski
2023-12-13page_pool: transition to reference count management after page drainingLiang Chen
2023-12-13sctp: support MSG_ERRQUEUE flag in recvmsg()Eric Dumazet
2023-12-13net: prevent mss overflow in skb_segment()Eric Dumazet
2023-12-13ethtool: add SET for TCP_DATA_SPLIT ringparamAlexander Lobakin
2023-12-13vsock/virtio: Fix unsigned integer wrap around in virtio_transport_has_space()Nikolay Kuratov
2023-12-13net/sched: act_api: skip idr replace on bound actionsPedro Tammela
2023-12-13net/sched: act_api: rely on rcu in tcf_idr_check_allocPedro Tammela
2023-12-13bpf: syzkaller found null ptr deref in unix_bpf proto addJohn Fastabend
2023-12-13xdp: Add VLAN tag hintLarysa Zaremba
2023-12-13xsk: add functions to fill control bufferMaciej Fijalkowski
2023-12-13Revert "tcp: disable tcp_autocorking for socket when TCP_NODELAY flag is set"Jakub Kicinski
2023-12-13tcp: disable tcp_autocorking for socket when TCP_NODELAY flag is setSalvatore Dipietro
2023-12-12net: Remove acked SYN flag from packet in the transmit queue correctlyDong Chenchen
2023-12-13net: 9p: avoid freeing uninit memory in p9pdu_vreadfFedor Pchelkin
2023-12-12Merge branch 'vfs.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/...Jens Axboe