aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-08net/sched: flower: Take verbose flag into account when logging error messagesIdo Schimmel1-6/+6
2022-04-08net/sched: matchall: Take verbose flag into account when logging error messagesIdo Schimmel1-10/+7
2022-04-08netfilter: nf_log_syslog: Consolidate entry checksPhil Sutter1-8/+10
2022-04-08netfilter: nf_log_syslog: Don't ignore unknown protocolsPhil Sutter1-0/+31
2022-04-08netfilter: nf_log_syslog: Merge MAC header dumpersPhil Sutter1-66/+25
2022-04-08flow_dissector: fix false-positive __read_overflow2_field() warningJakub Kicinski1-1/+1
2022-04-08net/sched: flower: fix parsing of ethertype following VLAN headerVlad Buslov2-5/+14
2022-04-08tls: hw: rx: use return value of tls_device_decrypted() to carry statusJakub Kicinski2-8/+4
2022-04-08tls: rx: refactor decrypt_skb_update()Jakub Kicinski1-33/+33
2022-04-08tls: rx: don't issue wake ups when data is decryptedJakub Kicinski1-2/+0
2022-04-08tls: rx: replace 'back' with 'offset'Jakub Kicinski1-5/+4
2022-04-08tls: rx: use a define for tag lengthJakub Kicinski1-2/+2
2022-04-08tls: rx: init decrypted status in tls_read_size()Jakub Kicinski1-4/+1
2022-04-08tls: rx: don't store the decryption status in socket contextJakub Kicinski2-5/+8
2022-04-08tls: rx: don't store the record type in socket contextJakub Kicinski1-21/+17
2022-04-08tls: rx: drop pointless else after gotoJakub Kicinski1-2/+1
2022-04-08tls: rx: jump to a more appropriate labelJakub Kicinski1-3/+4
2022-04-08netfilter: cttimeout: inc/dec module refcount per object, not per use refcountFlorian Westphal1-9/+5
2022-04-08netfilter: conntrack: split inner loop of list dumping to own functionFlorian Westphal1-25/+43
2022-04-08netfilter: ecache: move to separate structureFlorian Westphal1-9/+10
2022-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski20-47/+210
2022-04-07net: mpls: fix memdup.cocci warningGONG, Ruiqi1-2/+1
2022-04-07net: ethernet: set default assignment identifier to NET_NAME_ENUMIan Wienand1-1/+1
2022-04-07tcp: Add tracepoint for tcp_set_ca_statePing Gan1-0/+12
2022-04-07net-core: rx_otherhost_dropped to core_statsJeffrey Ji3-0/+3
2022-04-07net: extract a few internals from netdevice.hJakub Kicinski10-0/+106
2022-04-07net: unexport a handful of dev_* functionsJakub Kicinski1-6/+0
2022-04-07xsk: Fix l2fwd for copy mode + busy poll comboMaciej Fijalkowski1-1/+1
2022-04-07SUNRPC: Move the call to xprt_send_pagedata() out of xprt_sock_sendmsg()Trond Myklebust3-11/+19
2022-04-07SUNRPC: svc_tcp_sendmsg() should handle errors from xdr_alloc_bvec()Trond Myklebust1-1/+3
2022-04-07SUNRPC: Handle allocation failure in rpc_new_task()Trond Myklebust2-0/+12
2022-04-07SUNRPC: Handle low memory situations in call_status()Trond Myklebust1-0/+5
2022-04-07SUNRPC: Handle ENOMEM in call_transmit_status()Trond Myklebust1-0/+2
2022-04-07SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()Trond Myklebust2-9/+14
2022-04-06ipv6: fix locking issues with loops over idev->addr_listNiels Dossche1-6/+24
2022-04-06Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-4/+13
2022-04-06tcp: add accessors to read/set tp->snd_cwndEric Dumazet25-187/+192
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe2-3/+3
2022-04-06SUNRPC: Fix NFSD's request deferral on RDMA transportsChuck Lever2-1/+4
2022-04-06net: netfilter: Reports ct direction in CT lookup helpers for XDP and TC-BPFLorenzo Bianconi1-7/+15
2022-04-06bpf: Support dual-stack sockets in bpf_tcp_check_syncookieMaxim Mikityanskiy1-4/+13
2022-04-06ip6_tunnel: Remove duplicate assignmentsHongbin Wang1-2/+0
2022-04-06net: ipv6mr: fix unused variable warning with CONFIG_IPV6_PIMSM_V2=nFlorian Westphal1-1/+1
2022-04-06net: ethernet: mtk_eth_soc: implement flow offloading to WED devicesFelix Fietkau1-0/+4
2022-04-06rxrpc: fix a race in rxrpc_exit_net()Eric Dumazet1-1/+1
2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp34-65/+54
2022-04-06net: openvswitch: fix leak of nested actionsIlya Maximets1-5/+90
2022-04-05net: openvswitch: don't send internal clone attribute to the userspace.Ilya Maximets2-2/+4
2022-04-05net: ensure net_todo_list is processed quicklyJohannes Berg2-1/+34
2022-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski7-8/+8