summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2024-01-04Merge tag 'net-6.7-rc9' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-37/+100
2024-01-04net: Implement missing SO_TIMESTAMPING_NEW cmsg supportThomas Lange-0/+1
2024-01-03Merge tag 'nf-24-01-03' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski-2/+3
2024-01-03net/smc: fix invalid link access in dumping SMC-R connectionsWen Gu-2/+1
2024-01-03net: Save and restore msg_namelen in sock_sendmsgMarc Dionne-0/+2
2024-01-03netfilter: nft_immediate: drop chain reference counter on errorPablo Neira Ayuso-1/+1
2024-01-03netfilter: nf_nat: fix action not being set for all ct statesBrad Cowie-1/+2
2024-01-02mptcp: prevent tcp diag from closing listener subflowsPaolo Abeni-0/+13
2024-01-02Revert "net: ipv6/addrconf: clamp preferred_lft to the minimum required"Alex Henrie-13/+5
2024-01-02net: Implement missing getsockopt(SO_TIMESTAMPING_NEW)Jörn-Thorben Hinz-2/+9
2024-01-01net: qrtr: ns: Return 0 if server port is not presentSarannya S-1/+3
2024-01-01net/tcp_sigpool: Use kref_get_unless_zero()Dmitry Safonov-3/+2
2024-01-01net: sched: em_text: fix possible memory leak in em_text_destroy()Hangyu Hua-1/+3
2023-12-29Merge tag 'nf-23-12-20' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...David S. Miller-2/+2
2023-12-27Merge tag 'wireless-2023-12-19' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller-8/+15
2023-12-26keys, dns: Fix missing size check of V1 server-list headerEdward Adam Davis-10/+9
2023-12-25nfc: Do not send datagram if socket state isn't LLCP_BOUNDSiddh Raman Pant-0/+5
2023-12-25nfc: llcp_core: Hold a ref to llcp_local->dev when holding a ref to llcp_localSiddh Raman Pant-3/+36
2023-12-22Merge tag '9p-for-6.7-rc7' of https://github.com/martinetd/linuxLinus Torvalds-4/+13
2023-12-21Merge tag 'afs-fixes-20231221' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+9
2023-12-21Merge tag 'net-6.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-110/+269
2023-12-21keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiryDavid Howells-1/+9
2023-12-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni-0/+2
2023-12-21net: check dev->gso_max_size in gso_features_check()Eric Dumazet-0/+3
2023-12-21net/ipv6: Revert remove expired routes with a separated list of routesDavid Ahern-52/+9
2023-12-21net: avoid build bug in skb extension length calculationThomas Weißschuh-0/+2
2023-12-20Merge tag 'nfsd-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds-3/+2
2023-12-20netfilter: nf_tables: skip set commit for deleted/destroyed setsPablo Neira Ayuso-1/+1
2023-12-20Merge tag 'for-net-2023-12-15' of git://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller-23/+67
2023-12-20netfilter: nf_tables: set transport offset from mac header for netdev/egressPablo Neira Ayuso-1/+1
2023-12-19net: check vlan filter feature in vlan_vids_add_by_dev() and vlan_vids_del_by...Liu Jian-1/+8
2023-12-19wifi: mac80211: add/remove driver debugfs entries as appropriateBenjamin Berg-6/+13
2023-12-19wifi: mac80211: do not re-add debugfs entries during resumeBenjamin Berg-3/+3
2023-12-18SUNRPC: Revert 5f7fc5d69f6e92ec0b38774c387f5cf7812c5806Chuck Lever-3/+2
2023-12-17mptcp: fill in missing MODULE_DESCRIPTION()Matthieu Baerts-0/+2
2023-12-17mptcp: fix inconsistent state on fastopen racePaolo Abeni-17/+26
2023-12-15cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe-3/+0
2023-12-15Bluetooth: af_bluetooth: Fix Use-After-Free in bt_sock_recvmsgHyunwoo Kim-1/+6
2023-12-15Bluetooth: Add more enc key size checkAlex Lu-1/+15
2023-12-15Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LEXiao Yao-7/+25
2023-12-15Bluetooth: L2CAP: Send reject on command corrupted requestFrédéric Danis-6/+15
2023-12-15Bluetooth: hci_event: shut up a false-positive warningArnd Bergmann-0/+3
2023-12-15Bluetooth: hci_event: Fix not checking if HCI_OP_INQUIRY has been sentLuiz Augusto von Dentz-1/+2
2023-12-15Bluetooth: Fix not notifying when connection encryption changesLuiz Augusto von Dentz-7/+1
2023-12-15net/rose: fix races in rose_kill_by_device()Eric Dumazet-5/+34
2023-12-15net: sched: ife: fix potential use-after-freeEric Dumazet-0/+1
2023-12-15net: Return error from sk_stream_wait_connect() if sk_wait_event() failsShigeru Yoshida-1/+1
2023-12-14Merge tag 'wireless-2023-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski-11/+114
2023-12-14appletalk: Fix Use-After-Free in atalk_ioctlHyunwoo Kim-5/+4
2023-12-14wifi: cfg80211: fix certs build to not depend on file orderJohannes Berg-1/+1