aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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-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-06ipv6: fix locking issues with loops over idev->addr_listNiels Dossche
2022-04-06Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-04-06tcp: add accessors to read/set tp->snd_cwndEric Dumazet
2022-04-06net: netfilter: Reports ct direction in CT lookup helpers for XDP and TC-BPFLorenzo Bianconi
2022-04-06bpf: Support dual-stack sockets in bpf_tcp_check_syncookieMaxim Mikityanskiy
2022-04-06ip6_tunnel: Remove duplicate assignmentsHongbin Wang
2022-04-06net: ipv6mr: fix unused variable warning with CONFIG_IPV6_PIMSM_V2=nFlorian Westphal
2022-04-06net: ethernet: mtk_eth_soc: implement flow offloading to WED devicesFelix Fietkau
2022-04-06rxrpc: fix a race in rxrpc_exit_net()Eric Dumazet
2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp
2022-04-06net: openvswitch: fix leak of nested actionsIlya Maximets
2022-04-05net: openvswitch: don't send internal clone attribute to the userspace.Ilya Maximets
2022-04-05net: ensure net_todo_list is processed quicklyJohannes Berg
2022-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski
2022-04-05ipv6: Fix stats accounting in ip6_pkt_dropDavid Ahern
2022-04-05netfilter: nf_tables: replace unnecessary use of list_for_each_entry_continue()Jakob Koschel
2022-04-05netfilter: nf_tables: memcg accounting for dynamically allocated objectsVasily Averin
2022-04-05sctp: count singleton chunks in assoc user statsJamie Bainbridge
2022-04-01net: ipv4: fix route with nexthop object delete warningNikolay Aleksandrov
2022-04-01mctp: Use output netdev to allocate skb headroomMatt Johnston
2022-04-01mctp: Fix check for dev_hard_header() resultMatt Johnston
2022-04-01Revert "net: dsa: stop updating master MTU from master.c"Vladimir Oltean
2022-04-01skbuff: fix coalescing for page_pool fragment recyclingJean-Philippe Brucker
2022-04-01net/tls: fix slab-out-of-bounds bug in decrypt_internalZiyang Xuan
2022-03-31Merge tag 'net-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds