summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Merge tag 'linux-can-fixes-for-5.17-20220209' of git://git.kernel.org/pub/scm...David S. Miller2022-02-091-7/+22
| | |\ \
| | | * | can: isotp: fix error path in isotp_sendmsg() to unlock wait queueOliver Hartkopp2022-02-091-6/+9
| | | * | can: isotp: fix potential CAN frame reception race in isotp_rcv()Oliver Hartkopp2022-02-091-1/+13
| | * | | ax25: fix NPD bug in ax25_disconnectDuoming Zhou2022-02-091-1/+1
| | |/ /
| | * | ipmr,ip6mr: acquire RTNL before calling ip[6]mr_free_table() on failure pathEric Dumazet2022-02-092-0/+4
| | * | net/smc: use GFP_ATOMIC allocation in smc_pnet_add_eth()Eric Dumazet2022-02-071-1/+1
| | * | net/smc: fix ref_tracker issue in smc_pnet_add()Eric Dumazet2022-02-061-3/+5
| | * | tcp: take care of mixed splice()/sendmsg(MSG_ZEROCOPY) caseEric Dumazet2022-02-051-14/+19
| | * | netfilter: ctnetlink: disable helper autoassignFlorian Westphal2022-02-041-1/+2
| | * | netfilter: conntrack: re-init state for retransmitted syn-ackFlorian Westphal2022-02-041-0/+12
| | * | netfilter: conntrack: move synack init code to helperFlorian Westphal2022-02-041-18/+29
| | * | netfilter: nft_payload: don't allow th access for fragmentsFlorian Westphal2022-02-042-5/+6
| | * | netfilter: conntrack: don't refresh sctp entries in closed stateFlorian Westphal2022-02-041-0/+9
| * | | tipc: improve size validations for received domain recordsJon Maloy2022-02-102-2/+9
| * | | Merge tag 'nfs-for-5.17-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2022-02-083-2/+13
| |\ \ \
| | * | | SUNRPC: lock against ->sock changing during sysfs readNeilBrown2022-02-082-2/+10
| | * | | xprtrdma: fix pointer derefs in error cases of rpcrdma_ep_createDan Aloni2022-02-081-0/+3
| * | | | Merge tag 'ceph-for-5.17-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds2022-02-044-70/+245
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | libceph: optionally use bounce buffer on recv path in crc modeIlya Dryomov2022-02-024-20/+103
| | * | | libceph: make recv path in secure mode work the same as send pathIlya Dryomov2022-02-021-62/+154
| | |/ /
* | | | net/switchdev: use struct_size over open coded arithmeticMinghao Chi (CGEL ZTE)2022-02-101-1/+1
* | | | ipv4: Reject again rules with high DSCP valuesGuillaume Nault2022-02-101-0/+5
* | | | net: make net->dev_unreg_count atomicEric Dumazet2022-02-102-8/+5
* | | | net: ping6: support setting socket options via cmsgJakub Kicinski2022-02-101-4/+9
* | | | net: ping6: support packet timestampingJakub Kicinski2022-02-101-0/+1
* | | | net: ping6: remove a pr_debug() statementJakub Kicinski2022-02-101-2/+0
* | | | Merge tag 'ieee802154-for-davem-2022-02-10' of git://git.kernel.org/pub/scm/l...David S. Miller2022-02-101-2/+2
|\ \ \ \
| * | | | net: ieee802154: Use the IEEE802154_MAX_PAGE define when relevantMiquel Raynal2022-01-281-2/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski2022-02-1022-438/+413
|\ \ \ \ \
| * | | | | netfilter: ctnetlink: use dump structure instead of raw argsFlorian Westphal2022-02-091-12/+24
| * | | | | nfqueue: enable to set skb->priorityNicolas Dichtel2022-02-091-0/+8
| * | | | | netfilter: nft_cmp: optimize comparison for 16-bytesPablo Neira Ayuso2022-02-092-2/+116
| * | | | | netfilter: cttimeout: use option structureFlorian Westphal2022-02-092-22/+20
| * | | | | netfilter: ecache: don't use nf_conn spinlockFlorian Westphal2022-02-091-12/+13
| * | | | | netfilter: nft_compat: suppress comment matchFlorian Westphal2022-02-041-0/+9
| * | | | | netfilter: exthdr: add support for tcp option removalFlorian Westphal2022-02-041-1/+95
| * | | | | netfilter: conntrack: pptp: use single option structureFlorian Westphal2022-02-042-56/+28
| * | | | | netfilter: conntrack: remove extension register apiFlorian Westphal2022-02-0412-238/+7
| * | | | | netfilter: conntrack: handle ->destroy hook via nat_ops insteadFlorian Westphal2022-02-043-33/+15
| * | | | | netfilter: conntrack: move extension sizes into coreFlorian Westphal2022-02-0412-57/+76
| * | | | | netfilter: conntrack: make all extensions 8-byte alignnedFlorian Westphal2022-02-0411-11/+1
| * | | | | netfilter: nfqueue: enable to get skb->priorityNicolas Dichtel2022-02-041-0/+5
| * | | | | netfilter: conntrack: mark UDP zero checksum as CHECKSUM_UNNECESSARYKevin Mitchell2022-02-041-1/+3
* | | | | | tcp: Don't acquire inet_listen_hashbucket::lock with disabled BH.Sebastian Andrzej Siewior2022-02-102-25/+33
* | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-02-107-32/+50
|\ \ \ \ \ \
| * | | | | | bpf: Make remote_port field in struct bpf_sk_lookup 16-bit wideJakub Sitnicki2022-02-092-3/+4
| * | | | | | bpf: test_run: Fix overflow in bpf_test_finish frags parsingStanislav Fomichev2022-02-081-2/+3
| * | | | | | bpf: test_run: Fix overflow in xdp frags parsingStanislav Fomichev2022-02-081-2/+2
| * | | | | | bpf: test_run: Fix OOB access in bpf_prog_test_run_xdpLorenzo Bianconi2022-02-031-0/+5
| * | | | | | bpf: Make dst_port field in struct bpf_sock 16-bit wideJakub Sitnicki2022-01-311-1/+9