index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
2024-08-05
udp: constify 'struct net' parameter of socket lookups
Eric Dumazet
2024-08-05
inet: constify 'struct net' parameter of various lookup helpers
Eric Dumazet
2024-08-05
inet: constify inet_sk_bound_dev_eq() net parameter
Eric Dumazet
2024-08-05
net: skbuff: sprinkle more __GFP_NOWARN on ingress allocs
Jakub Kicinski
2024-08-03
net: Initialise net.core sysctl defaults in preinit_net().
Kuniyuki Iwashima
2024-08-03
net: Slim down setup_net().
Kuniyuki Iwashima
2024-08-03
net: Call preinit_net() without pernet_ops_rwsem.
Kuniyuki Iwashima
2024-08-03
net: Initialise net->passive once in preinit_net().
Kuniyuki Iwashima
2024-08-03
net: Don't register pernet_operations if only one of id or size is specified.
Kuniyuki Iwashima
2024-08-03
l2tp: Don't assign net->gen->ptr[] for pppol2tp_net_ops.
Kuniyuki Iwashima
2024-08-02
rxrpc: Remove unused function declarations
Yue Haibing
2024-08-02
net: core: annotate socks of struct sock_reuseport with __counted_by
Dmitry Antipov
2024-08-02
tipc: guard against string buffer overrun
Simon Horman
2024-08-02
vsock/virtio: add SIOCOUTQ support for all virtio based transports
Luigi Leonardi
2024-08-02
vsock: add support for SIOCOUTQ ioctl
Luigi Leonardi
2024-08-01
net: mctp: Consistent peer address handling in ioctl tag allocation
John Wang
2024-08-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-08-01
Merge tag 'net-6.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2024-08-01
ethtool: Don't check for NULL info in prepare_data callbacks
Simon Horman
2024-08-01
RDS: IB: Remove unused declarations
Yue Haibing
2024-08-01
mptcp: fix duplicate data handling
Paolo Abeni
2024-08-01
mptcp: fix bad RCVPRUNED mib accounting
Paolo Abeni
2024-08-01
Merge tag 'nf-24-07-31' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Paolo Abeni
2024-08-01
ipv6: fix ndisc_is_useropt() handling for PIO
Maciej Żenczykowski
2024-07-31
netfilter: iptables: Fix potential null-ptr-deref in ip6table_nat_table_init().
Kuniyuki Iwashima
2024-07-31
netfilter: iptables: Fix null-ptr-deref in iptable_nat_table_init().
Kuniyuki Iwashima
2024-07-31
Add support for PIO p flag
Patrick Rohr
2024-07-31
net/smc: remove unused input parameters in smcr_new_buf_create
Zhengchao Shao
2024-07-31
net/smc: remove redundant code in smc_connect_check_aclc
Zhengchao Shao
2024-07-31
net/smc: remove the fallback in __smc_connect
Zhengchao Shao
2024-07-31
net/smc: remove unreferenced header in smc_loopback.h file
Zhengchao Shao
2024-07-31
l2tp: use pre_exit pernet hook to avoid rcu_barrier
James Chapman
2024-07-31
l2tp: cleanup eth/ppp pseudowire setup code
James Chapman
2024-07-31
l2tp: add idr consistency check in session_register
James Chapman
2024-07-31
l2tp: use rcu list add/del when updating lists
James Chapman
2024-07-31
l2tp: prevent possible tunnel refcount underflow
James Chapman
2024-07-31
l2tp: refactor ppp socket/session relationship
James Chapman
2024-07-31
l2tp: free sessions using rcu
James Chapman
2024-07-31
l2tp: delete sessions using work queue
James Chapman
2024-07-31
l2tp: simplify tunnel and socket cleanup
James Chapman
2024-07-31
l2tp: remove unused tunnel magic field
James Chapman
2024-07-31
l2tp: don't set sk_user_data in tunnel socket
James Chapman
2024-07-31
l2tp: don't use tunnel socket sk_user_data in ppp procfs output
James Chapman
2024-07-31
l2tp: have l2tp_ip_destroy_sock use ip_flush_pending_frames
James Chapman
2024-07-31
ipv4: export ip_flush_pending_frames
James Chapman
2024-07-31
l2tp: lookup tunnel from socket without using sk_user_data
James Chapman
2024-07-30
net/tcp: Expand goo.gl link
Dr. David Alan Gilbert
2024-07-30
net: drop bad gso csum_start and offset in virtio_net_hdr
Willem de Bruijn
2024-07-30
net/iucv: fix use after free in iucv_sock_close()
Alexandra Winter
2024-07-30
net/smc: prevent UAF in inet_create()
D. Wythe
[next]