开源镜像站
帮助
下载
动态
GitHub
index
:
linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
Linux kernel latest source
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-04-13
net: ipv6: add skb drop reasons to ip6_protocol_deliver_rcu()
Menglong Dong
2022-04-13
net: ipv6: add skb drop reasons to ip6_rcv_core()
Menglong Dong
2022-04-13
net: ipv6: add skb drop reasons to TLV parse
Menglong Dong
2022-04-13
net: ipv6: remove redundant statistics in ipv6_hop_jumbo()
Menglong Dong
2022-04-13
net: icmp: introduce function icmpv6_param_prob_reason()
Menglong Dong
2022-04-13
net: ip: add skb drop reasons to ip forwarding
Menglong Dong
2022-04-13
net: ipv6: add skb drop reasons to ip6_pkt_drop()
Menglong Dong
2022-04-13
net: ipv4: add skb drop reasons to ip_error()
Menglong Dong
2022-04-13
skb: add some helpers for skb drop reasons
Menglong Dong
2022-04-13
Merge branch 'octeon_ep-driver'
David S. Miller
2022-04-13
octeon_ep: add ethtool support for Octeon PCI Endpoint NIC
Veerasenareddy Burru
2022-04-13
octeon_ep: add Tx/Rx processing and interrupt support
Veerasenareddy Burru
2022-04-13
octeon_ep: add support for ndo ops
Veerasenareddy Burru
2022-04-13
octeon_ep: add Tx/Rx ring resource setup and cleanup
Veerasenareddy Burru
2022-04-13
octeon_ep: Add mailbox for control commands
Veerasenareddy Burru
2022-04-13
octeon_ep: add hardware configuration APIs
Veerasenareddy Burru
2022-04-13
octeon_ep: Add driver framework and device initialization
Veerasenareddy Burru
2022-04-13
Merge branch 'br-flush-filtering'
David S. Miller
2022-04-13
net: bridge: fdb: add support for flush filtering based on ifindex and vlan
Nikolay Aleksandrov
2022-04-13
net: bridge: fdb: add support for flush filtering based on ndm flags and state
Nikolay Aleksandrov
2022-04-13
net: rtnetlink: add ndm flags and state mask attributes
Nikolay Aleksandrov
2022-04-13
net: bridge: fdb: add support for fine-grained flushing
Nikolay Aleksandrov
2022-04-13
net: bridge: fdb: add ndo_fdb_del_bulk
Nikolay Aleksandrov
2022-04-13
net: rtnetlink: add NLM_F_BULK support to rtnl_fdb_del
Nikolay Aleksandrov
2022-04-13
net: add ndo_fdb_del_bulk
Nikolay Aleksandrov
2022-04-13
net: rtnetlink: add bulk delete support flag
Nikolay Aleksandrov
2022-04-13
net: netlink: add NLM_F_BULK delete request modifier
Nikolay Aleksandrov
2022-04-13
net: rtnetlink: use BIT for flag values
Nikolay Aleksandrov
2022-04-13
net: rtnetlink: add helper to extract msg type's kind
Nikolay Aleksandrov
2022-04-13
net: rtnetlink: add msg kind names
Nikolay Aleksandrov
2022-04-13
Merge branch 'net-ti-storm-prevention-support'
David S. Miller
2022-04-13
net: ethernet: ti: cpsw_new: enable bc/mc storm prevention support
Grygorii Strashko
2022-04-13
net: ethernet: ti: am65-cpsw: enable bc/mc storm prevention support
Grygorii Strashko
2022-04-13
drivers: net: cpsw: ale: add broadcast/multicast rate limit support
Grygorii Strashko
2022-04-13
net: phylink: remove phylink_helper_basex_speed()
Russell King (Oracle)
2022-04-13
net: ethernet: mtk_eth_soc: use after free in __mtk_ppe_check_skb()
Dan Carpenter
2022-04-13
net: ethernet: ti: am65-cpsw-nuss: using pm_runtime_resume_and_get instead of...
Minghao Chi
2022-04-13
NFC: NULL out the dev->rfkill to prevent UAF
Lin Ma
2022-04-13
ipv6: exthdrs: use swap() instead of open coding it
Guo Zhengkui
2022-04-13
selftests: net: fib_rule_tests: add support to select a test to run
Alaa Mohamed
2022-04-13
net: ethernet: mtk_eth_soc: use standard property for cci-control-port
Lorenzo Bianconi
2022-04-13
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
David S. Miller
2022-04-13
Merge branch 'tls-rx-refactor-part-3'
David S. Miller
2022-04-13
tls: rx: only copy IV from the packet for TLS 1.2
Jakub Kicinski
2022-04-13
tls: rx: use MAX_IV_SIZE for allocations
Jakub Kicinski
2022-04-13
tls: rx: use async as an in-out argument
Jakub Kicinski
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
[next]