index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
2022-04-13
tls: rx: return the already-copied data on crypto error
Jakub Kicinski
2022-04-13
tls: rx: treat process_rx_list() errors as transient
Jakub Kicinski
2022-04-13
tls: rx: assume crypto always calls our callback
Jakub Kicinski
2022-04-13
tls: rx: don't handle TLS 1.3 in the async crypto callback
Jakub Kicinski
2022-04-13
tls: rx: move counting TlsDecryptErrors for sync
Jakub Kicinski
2022-04-13
tls: rx: reuse leave_on_list label for psock
Jakub Kicinski
2022-04-13
tls: rx: consistently use unlocked accessors for rx_list
Jakub Kicinski
2022-04-12
fou: Remove XRFM from NET_FOU Kconfig
Coco Li
2022-04-12
page_pool: Add recycle stats to page_pool_put_page_bulk
Lorenzo Bianconi
2022-04-12
net: remove noblock parameter from recvmsg() entities
Oliver Hartkopp
2022-04-12
net: bridge: add support for host l2 mdb entries
Joachim Wiberg
2022-04-11
net: bridge: offload BR_HAIRPIN_MODE, BR_ISOLATED, BR_MULTICAST_TO_UNICAST
Arınç ÜNAL
2022-04-11
ipv4: Use dscp_t in struct fib_entry_notifier_info
Guillaume Nault
2022-04-11
ipv4: Use dscp_t in struct fib_rt_info
Guillaume Nault
2022-04-11
mptcp: listen diag dump support
Florian Westphal
2022-04-11
mptcp: remove locking in mptcp_diag_fill_info
Florian Westphal
2022-04-11
mptcp: diag: switch to context structure
Florian Westphal
2022-04-11
mptcp: add pm_nl_pernet helpers
Geliang Tang
2022-04-11
mptcp: reset the packet scheduler on PRIO change
Paolo Abeni
2022-04-11
mptcp: reset the packet scheduler on incoming MP_PRIO
Paolo Abeni
2022-04-11
mptcp: optimize release_cb for the common case
Paolo Abeni
2022-04-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next
David S. Miller
2022-04-11
netfilter: nft_fib: reverse path filter for policy-based routing on iif
Pablo Neira Ayuso
2022-04-11
net: icmp: add skb drop reasons to icmp protocol
Menglong Dong
2022-04-11
net: icmp: introduce __ping_queue_rcv_skb() to report drop reasons
Menglong Dong
2022-04-11
net: skb: rename SKB_DROP_REASON_PTYPE_ABSENT
Menglong Dong
2022-04-11
net: sock: introduce sock_queue_rcv_skb_reason()
Menglong Dong
2022-04-10
tls: rx: jump out for cases which need to leave skb on list
Jakub Kicinski
2022-04-10
tls: rx: clear ctx->recv_pkt earlier
Jakub Kicinski
2022-04-10
tls: rx: inline consuming the skb at the end of the loop
Jakub Kicinski
2022-04-10
tls: rx: pull most of zc check out of the loop
Jakub Kicinski
2022-04-10
tls: rx: don't track the async count
Jakub Kicinski
2022-04-10
tls: rx: don't handle async in tls_sw_advance_skb()
Jakub Kicinski
2022-04-10
tls: rx: factor out writing ContentType to cmsg
Jakub Kicinski
2022-04-10
tls: rx: simplify async wait
Jakub Kicinski
2022-04-10
tls: rx: wrap decryption arguments in a structure
Jakub Kicinski
2022-04-10
tls: rx: don't report text length from the bowels of decrypt
Jakub Kicinski
2022-04-10
tls: rx: drop unnecessary arguments from tls_setup_from_iter()
Jakub Kicinski
2022-04-09
netfilter: bitwise: improve error goto labels
Jeremy Sowden
2022-04-09
netfilter: bitwise: replace hard-coded size with `sizeof` expression
Jeremy Sowden
2022-04-08
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-04-08
net/sched: flower: Avoid overwriting error messages
Ido Schimmel
2022-04-08
net/sched: matchall: Avoid overwriting error messages
Ido Schimmel
2022-04-08
net/sched: cls_api: Add extack message for unsupported action offload
Ido Schimmel
2022-04-08
net/sched: act_vlan: Add extack message for offload failure
Ido Schimmel
2022-04-08
net/sched: act_tunnel_key: Add extack message for offload failure
Ido Schimmel
2022-04-08
net/sched: act_skbedit: Add extack messages for offload failure
Ido Schimmel
2022-04-08
net/sched: act_police: Add extack messages for offload failure
Ido Schimmel
2022-04-08
net/sched: act_pedit: Add extack message for offload failure
Ido Schimmel
2022-04-08
net/sched: act_mpls: Add extack messages for offload failure
Ido Schimmel
[next]