index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-22
pktgen: use cpus_read_lock() in pg_net_init()
Eric Dumazet
1
-1
/
+3
2024-08-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+0
2024-08-22
bpf: Unmask upper DSCP bits in bpf_fib_lookup() helper
Ido Schimmel
1
-1
/
+2
2024-08-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
3
-12
/
+21
2024-08-22
bpf: Use kmemdup_array instead of kmemdup for multiple allocation
Yu Jiaoliang
1
-2
/
+2
2024-08-21
netpoll: do not export netpoll_poll_[disable|enable]()
Eric Dumazet
1
-2
/
+0
2024-08-20
softirq: Remove unused 'action' parameter from action callback
Caleb Sander Mateos
1
-2
/
+2
2024-08-20
net: add copy from skb_seq_state to buffer function
Christian Hopps
1
-0
/
+35
2024-08-19
net: remove redundant check in skb_shift()
Zhang Changzhong
1
-2
/
+1
2024-08-19
netfilter: nfnetlink_queue: unbreak SCTP traffic
Antonio Ojea
1
-0
/
+1
2024-08-15
netdev: Add missing __percpu qualifier to a cast
Uros Bizjak
1
-1
/
+1
2024-08-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-9
/
+17
2024-08-13
bpf: switch maps to CLASS(fd, ...)
Al Viro
1
-17
/
+6
2024-08-13
Merge remote-tracking branch 'vfs/stable-struct_fd'
Andrii Nakryiko
1
-3
/
+3
2024-08-13
net: netpoll: extract core of netpoll_cleanup
Breno Leitao
1
-3
/
+9
2024-08-12
introduce fd_file(), convert all accessors to it.
Al Viro
1
-3
/
+3
2024-08-09
net: Make USO depend on CSUM offload
Jakub Sitnicki
1
-9
/
+17
2024-08-08
bpf/bpf_get,set_sockopt: add option to set TCP-BPF sock ops flags
Alan Maguire
1
-0
/
+16
2024-08-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2024-08-06
net: linkwatch: use system_unbound_wq
Eric Dumazet
1
-2
/
+2
2024-08-05
net: skbuff: sprinkle more __GFP_NOWARN on ingress allocs
Jakub Kicinski
1
-6
/
+9
2024-08-03
net: Initialise net.core sysctl defaults in preinit_net().
Kuniyuki Iwashima
1
-26
/
+11
2024-08-03
net: Slim down setup_net().
Kuniyuki Iwashima
1
-15
/
+16
2024-08-03
net: Call preinit_net() without pernet_ops_rwsem.
Kuniyuki Iwashima
1
-1
/
+2
2024-08-03
net: Initialise net->passive once in preinit_net().
Kuniyuki Iwashima
1
-2
/
+1
2024-08-03
net: Don't register pernet_operations if only one of id or size is specified.
Kuniyuki Iwashima
1
-4
/
+8
2024-08-02
net: core: annotate socks of struct sock_reuseport with __counted_by
Dmitry Antipov
1
-3
/
+2
2024-07-29
bpf: Fail verification for sign-extension of packet data/data_end/data_meta
Yonghong Song
1
-5
/
+16
2024-07-29
rtnetlink: Don't ignore IFLA_TARGET_NETNSID when ifname is specified in rtnl_...
Kuniyuki Iwashima
1
-1
/
+1
2024-07-29
tun: Add missing bpf_net_ctx_clear() in do_xdp_generic()
Jeongjun Park
1
-0
/
+1
2024-07-25
Merge tag 'net-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-4
/
+11
2024-07-25
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-4
/
+11
2024-07-25
bpf: Fix a segment issue when downgrading gso_size
Fred Li
1
-4
/
+11
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
2
-19
/
+19
2024-07-18
net: flow_dissector: use DEBUG_NET_WARN_ON_ONCE
Pablo Neira Ayuso
1
-1
/
+1
2024-07-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+1
2024-07-15
flow_dissector: set encapsulation control flags for non-IP
Asbjørn Sloth Tønnesen
1
-0
/
+4
2024-07-15
flow_dissector: cleanup FLOW_DISSECTOR_KEY_ENC_FLAGS
Asbjørn Sloth Tønnesen
1
-15
/
+1
2024-07-15
flow_dissector: set encapsulated control flags from tun_flags
Asbjørn Sloth Tønnesen
1
-0
/
+9
2024-07-15
flow_dissector: prepare for encapsulated control flags
Asbjørn Sloth Tønnesen
1
-9
/
+12
2024-07-15
Merge branch 'net-make-timestamping-selectable'
Jakub Kicinski
2
-7
/
+6
2024-07-15
net: Change the API of PHY default timestamp to MAC
Kory Maincent
2
-7
/
+6
2024-07-14
xdp: fix invalid wait context of page_pool_destroy()
Taehee Yoo
1
-3
/
+1
2024-07-12
Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
1
-1
/
+2
2024-07-12
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-1
/
+0
2024-07-11
netdevice: define and allocate &net_device _properly_
Alexander Lobakin
2
-25
/
+7
2024-07-11
net: reduce rtnetlink_rcv_msg() stack usage
Eric Dumazet
1
-6
/
+12
2024-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-2
/
+4
2024-07-10
page_pool: use __cacheline_group_{begin, end}_aligned()
Alexander Lobakin
1
-1
/
+2
2024-07-10
bpf: Remove tst_run from lwt_seg6local_prog_ops.
Sebastian Andrzej Siewior
1
-1
/
+0
[prev]
[next]