开源镜像站
帮助
下载
动态
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
path:
root
/
net
Age
Commit message (
Expand
)
Author
2025-01-09
netdev: define NETDEV_INTERNAL
Jakub Kicinski
2025-01-09
net: make sure we retain NAPI ordering on netdev->napi_list
Jakub Kicinski
2025-01-09
net: hsr: remove synchronize_rcu() from hsr_add_port()
Eric Dumazet
2025-01-09
net: no longer reset transport_header in __netif_receive_skb_core()
Eric Dumazet
2025-01-09
netlink: add IPv6 anycast join/leave notifications
Yuyang Huang
2025-01-07
net: dsa: no longer call ds->ops->get_mac_eee()
Russell King (Oracle)
2025-01-07
net: Hold rtnl_net_lock() in (un)?register_netdevice_notifier_dev_net().
Kuniyuki Iwashima
2025-01-07
net: Hold rtnl_net_lock() in (un)?register_netdevice_notifier_net().
Kuniyuki Iwashima
2025-01-07
net: Hold __rtnl_net_lock() in (un)?register_netdevice_notifier().
Kuniyuki Iwashima
2025-01-07
net: watchdog: rename __dev_watchdog_up() and dev_watchdog_down()
Eric Dumazet
2025-01-07
bridge: Make br_is_nd_neigh_msg() accept pointer to "const struct sk_buff"
Ted Chen
2025-01-07
dev: Hold per-netns RTNL in (un)?register_netdev().
Kuniyuki Iwashima
2025-01-07
rtnetlink: Add rtnl_net_lock_killable().
Kuniyuki Iwashima
2025-01-06
net: hsr: remove one synchronize_rcu() from hsr_del_port()
Eric Dumazet
2025-01-06
ax25: rcu protect dev->ax25_ptr
Eric Dumazet
2025-01-06
sctp: Prepare sctp_v4_get_dst() to dscp_t conversion.
Guillaume Nault
2025-01-04
Merge tag 'ieee802154-for-net-next-2025-01-03' of git://git.kernel.org/pub/sc...
Jakub Kicinski
2025-01-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-01-03
Merge tag 'net-6.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2025-01-02
mptcp: prevent excessive coalescing on receive
Paolo Abeni
2025-01-02
mptcp: don't always assume copied data in mptcp_cleanup_rbuf()
Paolo Abeni
2025-01-02
mptcp: fix recvbuffer adjust on sleeping rcvmsg
Paolo Abeni
2025-01-02
ila: serialize calls to nf_register_net_hooks()
Eric Dumazet
2025-01-02
af_packet: fix vlan_get_protocol_dgram() vs MSG_PEEK
Eric Dumazet
2025-01-02
af_packet: fix vlan_get_tci() vs MSG_PEEK
Eric Dumazet
2025-01-02
ipv4: remove useless arg
Yu Tian
2025-01-02
net: restrict SO_REUSEPORT to inet sockets
Eric Dumazet
2025-01-02
net: reenable NETIF_F_IPV6_CSUM offload for BIG TCP packets
Willem de Bruijn
2025-01-02
devlink: Improve the port attributes description
Parav Pandit
2024-12-30
mptcp: fix TCP options overflow.
Paolo Abeni
2024-12-30
net: mac802154: Remove unused ieee802154_mlme_tx_one
Dr. David Alan Gilbert
2024-12-27
net: llc: reset skb->transport_header
Antonio Pastor
2024-12-23
net: ethtool: Fix suspicious rcu_dereference usage
Kory Maincent
2024-12-23
netlink: correct nlmsg size for multicast notifications
Yuyang Huang
2024-12-23
net: bridge: add skb drop reasons to the most common drop points
Radu Rendec
2024-12-23
net/sctp: Prevent autoclose integer overflow in sctp_association_init()
Nikolay Kuratov
2024-12-23
netrom: check buffer length before accessing it
Ilya Shchipletsov
2024-12-23
net: Fix netns for ip_tunnel_init_flow()
Xiao Liang
2024-12-23
net: fix memory leak in tcp_conn_request()
Wang Liang
2024-12-23
udp: Deal with race between UDP socket address change and rehash
Stefano Brivio
2024-12-21
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
2024-12-21
Merge tag 'ceph-for-6.13-rc4' of https://github.com/ceph/ceph-client
Linus Torvalds
2024-12-20
bpf: Check negative offsets in __bpf_skb_min_len()
Cong Wang
2024-12-20
tcp_bpf: Fix copied value in tcp_bpf_sendmsg
Levi Zim
2024-12-20
skmsg: Return copied bytes in sk_msg_memcopy_from_iter
Levi Zim
2024-12-20
l2tp: Use inet_sk_init_flowi4() in l2tp_ip_sendmsg().
Guillaume Nault
2024-12-20
ipv4: Use inet_sk_init_flowi4() in __ip_queue_xmit().
Guillaume Nault
2024-12-20
ipv4: Use inet_sk_init_flowi4() in inet_csk_rebuild_route().
Guillaume Nault
2024-12-20
ipv4: Use inet_sk_init_flowi4() in ip4_datagram_release_cb().
Guillaume Nault
2024-12-20
ipv4: Define inet_sk_init_flowi4() and use it in inet_sk_rebuild_header().
Guillaume Nault
[next]