summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* can: j1939: recvmsg(): allow MSG_CMSG_COMPAT flagOliver Hartkopp2023-05-151-1/+1
* can: isotp: recvmsg(): allow MSG_CMSG_COMPAT flagOliver Hartkopp2023-05-151-1/+1
* tipc: check the bearer min mtu properly when setting it by netlinkXin Long2023-05-151-2/+2
* tipc: do not update mtu if msg_max is too small in mtu negotiationXin Long2023-05-151-3/+6
* tipc: add tipc_bearer_min_mtu to calculate min mtuXin Long2023-05-153-2/+19
* net: nsh: Use correct mac_offset to unwind gso skb in nsh_gso_segment()Dong Chenchen2023-05-151-5/+3
* erspan: get the proto with the md version for collect_mdXin Long2023-05-131-5/+8
* tcp: fix possible sk_priority leak in tcp_v4_send_reset()Eric Dumazet2023-05-121-2/+3
* vsock: avoid to close connected socket after the timeoutZhuang Shengen2023-05-121-1/+1
* ipv6: remove nexthop_fib6_nh_bh()Eric Dumazet2023-05-111-8/+8
* devlink: change per-devlink netdev notifier to static oneJiri Pirko2023-05-113-13/+9
* Merge tag 'nf-23-05-10' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski2023-05-103-6/+12
|\
| * netfilter: conntrack: fix possible bug_on with enable_hooks=1Florian Westphal2023-05-102-3/+6
| * netfilter: nf_tables: always release netdev hooks from notifierFlorian Westphal2023-05-101-3/+6
* | af_unix: Fix data races around sk->sk_shutdown.Kuniyuki Iwashima2023-05-101-8/+12
* | af_unix: Fix a data race of sk->sk_receive_queue->qlen.Kuniyuki Iwashima2023-05-101-1/+1
* | net: datagram: fix data-races in datagram_poll()Eric Dumazet2023-05-101-5/+10
* | tcp: add annotations around sk->sk_shutdown accessesEric Dumazet2023-05-103-9/+11
* | net: add vlan_get_protocol_and_depth() helperEric Dumazet2023-05-103-6/+4
* | net: deal with most data-races in sk_wait_event()Eric Dumazet2023-05-108-19/+22
* | net: annotate sk->sk_err write from do_recvmmsg()Eric Dumazet2023-05-101-1/+1
* | netlink: annotate accesses to nlk->cb_runningEric Dumazet2023-05-101-4/+4
|/
* net: skb_partial_csum_set() fix against transport header magic valueEric Dumazet2023-05-071-2/+2
* Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-05-0520-49/+100
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextJakub Kicinski2023-05-051-0/+2
| |\
| | * 9p: Remove INET dependencyJason Andryuk2023-05-041-0/+2
| * | net/sched: flower: fix error handler on replaceVlad Buslov2023-05-051-1/+2
| * | Revert "net/sched: flower: Fix wrong handle assignment during filter change"Vlad Buslov2023-05-051-1/+1
| * | net/sched: flower: fix filter idr initializationVlad Buslov2023-05-051-3/+3
| * | netfilter: nf_tables: fix ct untracked match breakageFlorian Westphal2023-05-031-4/+10
| * | af_packet: Don't send zero-byte data in packet_sendmsg_spkt().Kuniyuki Iwashima2023-05-031-1/+1
| * | ethtool: Fix uninitialized number of lanesIdo Schimmel2023-05-031-1/+1
| * | netfilter: nf_tables: deactivate anonymous set from preparation phasePablo Neira Ayuso2023-05-034-3/+15
| * | netfilter: nf_tables: hit ENOENT on unexisting chain/flowtable update with mi...Pablo Neira Ayuso2023-05-031-12/+17
| * | rxrpc: Fix timeout of a call that hasn't yet been granted a channelDavid Howells2023-05-014-1/+13
| * | rxrpc: Make it so that a waiting process can be abortedDavid Howells2023-05-011-2/+5
| * | rxrpc: Fix hard call timeout unitsDavid Howells2023-05-011-1/+1
| * | net/sched: act_mirred: Add carrier checkVictor Nogueira2023-05-011-1/+1
| * | net: ipv6: fix skb hash for some RST packetsAntoine Tenart2023-04-281-1/+1
| * | sit: update dev->needed_headroom in ipip6_tunnel_bind_dev()Cong Wang2023-04-281-3/+5
| * | net/sched: cls_api: remove block_cb from driver_list before freeingVlad Buslov2023-04-281-0/+1
| * | tcp: fix skb_copy_ubufs() vs BIG TCPEric Dumazet2023-04-281-6/+14
| * | net/ncsi: clear Tx enable mode when handling a Config required AENCosmo Chou2023-04-281-0/+1
| * | net/sched: act_pedit: free pedit keys on bail from offset checkPedro Tammela2023-04-271-1/+3
| * | net/sched: flower: Fix wrong handle assignment during filter changeIvan Vecera2023-04-271-1/+1
| * | rxrpc: Fix potential data race in rxrpc_wait_to_be_connected()David Howells2023-04-271-8/+4
| |/
* | Merge tag '9p-6.4-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-05-041-4/+4
|\ \
| * | 9p: Add additional debug flags and open modesEric Van Hensbergen2023-03-271-4/+4
* | | Merge tag 'nfsd-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2023-04-296-69/+243
|\ \ \
| * | | SUNRPC: Support TLS handshake in the server-side TCP socket codeChuck Lever2023-04-273-6/+111