index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: rtnetlink: add ndm flags and state mask attributes
Nikolay Aleksandrov
2022-04-13
1
-0
/
+2
*
net: bridge: fdb: add support for fine-grained flushing
Nikolay Aleksandrov
2022-04-13
4
-12
/
+54
*
net: bridge: fdb: add ndo_fdb_del_bulk
Nikolay Aleksandrov
2022-04-13
3
-0
/
+27
*
net: rtnetlink: add NLM_F_BULK support to rtnl_fdb_del
Nikolay Aleksandrov
2022-04-13
1
-19
/
+48
*
net: rtnetlink: add bulk delete support flag
Nikolay Aleksandrov
2022-04-13
1
-0
/
+8
*
net: rtnetlink: add helper to extract msg type's kind
Nikolay Aleksandrov
2022-04-13
1
-1
/
+1
*
net: rtnetlink: add msg kind names
Nikolay Aleksandrov
2022-04-13
1
-3
/
+3
*
NFC: NULL out the dev->rfkill to prevent UAF
Lin Ma
2022-04-13
1
-0
/
+1
*
ipv6: exthdrs: use swap() instead of open coding it
Guo Zhengkui
2022-04-13
1
-4
/
+1
*
tls: rx: only copy IV from the packet for TLS 1.2
Jakub Kicinski
2022-04-13
1
-10
/
+10
*
tls: rx: use MAX_IV_SIZE for allocations
Jakub Kicinski
2022-04-13
1
-1
/
+1
*
tls: rx: use async as an in-out argument
Jakub Kicinski
2022-04-13
1
-15
/
+16
*
tls: rx: return the already-copied data on crypto error
Jakub Kicinski
2022-04-13
1
-6
/
+10
*
tls: rx: treat process_rx_list() errors as transient
Jakub Kicinski
2022-04-13
1
-12
/
+8
*
tls: rx: assume crypto always calls our callback
Jakub Kicinski
2022-04-13
1
-3
/
+0
*
tls: rx: don't handle TLS 1.3 in the async crypto callback
Jakub Kicinski
2022-04-13
1
-10
/
+5
*
tls: rx: move counting TlsDecryptErrors for sync
Jakub Kicinski
2022-04-13
1
-2
/
+2
*
tls: rx: reuse leave_on_list label for psock
Jakub Kicinski
2022-04-13
1
-8
/
+4
*
tls: rx: consistently use unlocked accessors for rx_list
Jakub Kicinski
2022-04-13
1
-5
/
+5
*
fou: Remove XRFM from NET_FOU Kconfig
Coco Li
2022-04-12
2
-2
/
+0
*
page_pool: Add recycle stats to page_pool_put_page_bulk
Lorenzo Bianconi
2022-04-12
1
-2
/
+13
*
net: remove noblock parameter from recvmsg() entities
Oliver Hartkopp
2022-04-12
29
-99
/
+71
*
net: bridge: add support for host l2 mdb entries
Joachim Wiberg
2022-04-12
1
-5
/
+7
*
net: bridge: offload BR_HAIRPIN_MODE, BR_ISOLATED, BR_MULTICAST_TO_UNICAST
Arınç ÜNAL
2022-04-12
1
-1
/
+2
*
ipv4: Use dscp_t in struct fib_entry_notifier_info
Guillaume Nault
2022-04-12
1
-2
/
+2
*
ipv4: Use dscp_t in struct fib_rt_info
Guillaume Nault
2022-04-12
3
-7
/
+7
*
mptcp: listen diag dump support
Florian Westphal
2022-04-11
1
-0
/
+91
*
mptcp: remove locking in mptcp_diag_fill_info
Florian Westphal
2022-04-11
1
-6
/
+0
*
mptcp: diag: switch to context structure
Florian Westphal
2022-04-11
1
-3
/
+11
*
mptcp: add pm_nl_pernet helpers
Geliang Tang
2022-04-11
1
-17
/
+24
*
mptcp: reset the packet scheduler on PRIO change
Paolo Abeni
2022-04-11
1
-0
/
+2
*
mptcp: reset the packet scheduler on incoming MP_PRIO
Paolo Abeni
2022-04-11
3
-4
/
+18
*
mptcp: optimize release_cb for the common case
Paolo Abeni
2022-04-11
1
-7
/
+9
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next
David S. Miller
2022-04-11
9
-125
/
+143
|
\
|
*
netfilter: nft_fib: reverse path filter for policy-based routing on iif
Pablo Neira Ayuso
2022-04-11
3
-0
/
+12
|
*
netfilter: bitwise: improve error goto labels
Jeremy Sowden
2022-04-09
1
-5
/
+6
|
*
netfilter: bitwise: replace hard-coded size with `sizeof` expression
Jeremy Sowden
2022-04-09
1
-1
/
+1
|
*
netfilter: nf_log_syslog: Consolidate entry checks
Phil Sutter
2022-04-08
1
-8
/
+10
|
*
netfilter: nf_log_syslog: Don't ignore unknown protocols
Phil Sutter
2022-04-08
1
-0
/
+31
|
*
netfilter: nf_log_syslog: Merge MAC header dumpers
Phil Sutter
2022-04-08
1
-66
/
+25
|
*
netfilter: cttimeout: inc/dec module refcount per object, not per use refcount
Florian Westphal
2022-04-08
1
-9
/
+5
|
*
netfilter: conntrack: split inner loop of list dumping to own function
Florian Westphal
2022-04-08
1
-25
/
+43
|
*
netfilter: ecache: move to separate structure
Florian Westphal
2022-04-08
1
-9
/
+10
|
*
netfilter: nf_tables: replace unnecessary use of list_for_each_entry_continue()
Jakob Koschel
2022-04-05
1
-4
/
+2
*
|
net: icmp: add skb drop reasons to icmp protocol
Menglong Dong
2022-04-11
3
-46
/
+67
*
|
net: icmp: introduce __ping_queue_rcv_skb() to report drop reasons
Menglong Dong
2022-04-11
1
-5
/
+13
*
|
net: skb: rename SKB_DROP_REASON_PTYPE_ABSENT
Menglong Dong
2022-04-11
1
-5
/
+3
*
|
net: sock: introduce sock_queue_rcv_skb_reason()
Menglong Dong
2022-04-11
1
-6
/
+24
*
|
tls: rx: jump out for cases which need to leave skb on list
Jakub Kicinski
2022-04-10
1
-21
/
+22
*
|
tls: rx: clear ctx->recv_pkt earlier
Jakub Kicinski
2022-04-10
1
-9
/
+7
[next]