summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-04-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-04-08net/sched: fix initialization order when updating chain 0 headMarcelo Ricardo Leitner
2022-04-08sctp: use the correct skb for security_sctp_assoc_requestXin Long
2022-04-08Merge tag 'nfs-for-5.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2022-04-08net/sched: flower: Avoid overwriting error messagesIdo Schimmel
2022-04-08net/sched: matchall: Avoid overwriting error messagesIdo Schimmel
2022-04-08net/sched: cls_api: Add extack message for unsupported action offloadIdo Schimmel
2022-04-08net/sched: act_vlan: Add extack message for offload failureIdo Schimmel
2022-04-08net/sched: act_tunnel_key: Add extack message for offload failureIdo Schimmel
2022-04-08net/sched: act_skbedit: Add extack messages for offload failureIdo Schimmel
2022-04-08net/sched: act_police: Add extack messages for offload failureIdo Schimmel
2022-04-08net/sched: act_pedit: Add extack message for offload failureIdo Schimmel
2022-04-08net/sched: act_mpls: Add extack messages for offload failureIdo Schimmel
2022-04-08net/sched: act_mirred: Add extack message for offload failureIdo Schimmel
2022-04-08net/sched: act_gact: Add extack messages for offload failureIdo Schimmel
2022-04-08net/sched: act_api: Add extack to offload_act_setup() callbackIdo Schimmel
2022-04-08net/sched: flower: Take verbose flag into account when logging error messagesIdo Schimmel
2022-04-08net/sched: matchall: Take verbose flag into account when logging error messagesIdo Schimmel
2022-04-08netfilter: nf_log_syslog: Consolidate entry checksPhil Sutter
2022-04-08netfilter: nf_log_syslog: Don't ignore unknown protocolsPhil Sutter
2022-04-08netfilter: nf_log_syslog: Merge MAC header dumpersPhil Sutter
2022-04-08flow_dissector: fix false-positive __read_overflow2_field() warningJakub Kicinski
2022-04-08net/sched: flower: fix parsing of ethertype following VLAN headerVlad Buslov
2022-04-08tls: hw: rx: use return value of tls_device_decrypted() to carry statusJakub Kicinski
2022-04-08tls: rx: refactor decrypt_skb_update()Jakub Kicinski
2022-04-08tls: rx: don't issue wake ups when data is decryptedJakub Kicinski
2022-04-08tls: rx: replace 'back' with 'offset'Jakub Kicinski
2022-04-08tls: rx: use a define for tag lengthJakub Kicinski
2022-04-08tls: rx: init decrypted status in tls_read_size()Jakub Kicinski
2022-04-08tls: rx: don't store the decryption status in socket contextJakub Kicinski
2022-04-08tls: rx: don't store the record type in socket contextJakub Kicinski
2022-04-08tls: rx: drop pointless else after gotoJakub Kicinski
2022-04-08tls: rx: jump to a more appropriate labelJakub Kicinski
2022-04-08netfilter: cttimeout: inc/dec module refcount per object, not per use refcountFlorian Westphal
2022-04-08netfilter: conntrack: split inner loop of list dumping to own functionFlorian Westphal
2022-04-08netfilter: ecache: move to separate structureFlorian Westphal
2022-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-04-07net: mpls: fix memdup.cocci warningGONG, Ruiqi
2022-04-07net: ethernet: set default assignment identifier to NET_NAME_ENUMIan Wienand
2022-04-07tcp: Add tracepoint for tcp_set_ca_statePing Gan
2022-04-07net-core: rx_otherhost_dropped to core_statsJeffrey Ji
2022-04-07net: extract a few internals from netdevice.hJakub Kicinski
2022-04-07net: unexport a handful of dev_* functionsJakub Kicinski
2022-04-07xsk: Fix l2fwd for copy mode + busy poll comboMaciej Fijalkowski
2022-04-07SUNRPC: Move the call to xprt_send_pagedata() out of xprt_sock_sendmsg()Trond Myklebust
2022-04-07SUNRPC: svc_tcp_sendmsg() should handle errors from xdr_alloc_bvec()Trond Myklebust
2022-04-07SUNRPC: Handle allocation failure in rpc_new_task()Trond Myklebust
2022-04-07SUNRPC: Handle low memory situations in call_status()Trond Myklebust
2022-04-07SUNRPC: Handle ENOMEM in call_transmit_status()Trond Myklebust
2022-04-07SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()Trond Myklebust