index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-28
Revert "net: set proper memcg for net_init hooks allocations"
Shakeel Butt
1
-7
/
+0
2022-09-09
net: core: fix flow symmetric hash
Ludovic Cintrat
1
-3
/
+2
2022-09-07
net: skb: export skb drop reaons to user by TRACE_DEFINE_ENUM
Menglong Dong
3
-23
/
+6
2022-09-02
tcp: TX zerocopy should not sense pfmemalloc status
Eric Dumazet
1
-1
/
+1
2022-08-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-2
/
+2
2022-08-24
net: Fix a data-race around netdev_unregister_timeout_secs.
Kuniyuki Iwashima
1
-1
/
+1
2022-08-24
net: Fix a data-race around netdev_budget_usecs.
Kuniyuki Iwashima
1
-1
/
+1
2022-08-24
net: Fix a data-race around netdev_budget.
Kuniyuki Iwashima
1
-1
/
+1
2022-08-24
net: Fix a data-race around sysctl_net_busy_read.
Kuniyuki Iwashima
1
-1
/
+1
2022-08-24
net: Fix a data-race around sysctl_tstamp_allow_data.
Kuniyuki Iwashima
1
-1
/
+1
2022-08-24
net: Fix data-races around sysctl_optmem_max.
Kuniyuki Iwashima
3
-9
/
+13
2022-08-24
net: Fix data-races around netdev_tstamp_prequeue.
Kuniyuki Iwashima
1
-4
/
+4
2022-08-24
net: Fix data-races around netdev_max_backlog.
Kuniyuki Iwashima
2
-3
/
+3
2022-08-24
net: Fix data-races around weight_p and dev_weight_[rt]x_bias.
Kuniyuki Iwashima
2
-7
/
+10
2022-08-24
net: Fix data-races around sysctl_[rw]mem_(max|default).
Kuniyuki Iwashima
2
-6
/
+6
2022-08-24
net/core/skbuff: Check the return value of skb_copy_bits()
lily
1
-3
/
+2
2022-08-24
net: neigh: don't call kfree_skb() under spin_lock_irqsave()
Yang Yingliang
1
-3
/
+9
2022-08-18
tcp: handle pure FIN case correctly
Cong Wang
1
-2
/
+3
2022-08-17
skmsg: Fix wrong last sg check in sk_msg_recvmsg()
Liu Jian
1
-2
/
+2
2022-08-16
net: sched: fix misuse of qcpu->backlog in gnet_stats_add_queue_cpu
Zhengchao Shao
1
-1
/
+1
2022-08-15
net: rtnetlink: fix module reference count leak issue in rtnetlink_rcv_msg
Zhengchao Shao
1
-0
/
+1
2022-08-15
neighbour: make proxy_queue.qlen limit per-device
Alexander Mikhalitsyn
1
-3
/
+22
2022-08-15
neigh: fix possible DoS due to net iface start/stop loop
Denis V. Lunev
1
-8
/
+17
2022-08-11
Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
5
-7
/
+38
2022-08-10
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
2
-3
/
+29
2022-08-10
net: fix refcount bug in sk_psock_get (2)
Hawkins Jiawei
1
-1
/
+3
2022-08-10
bpf: Check the validity of max_rdwr_access for sock local storage map iterator
Hou Tao
1
-1
/
+1
2022-08-10
bpf: Acquire map uref in .init_seq_private for sock{map,hash} iterator
Hou Tao
1
-1
/
+19
2022-08-10
bpf: Acquire map uref in .init_seq_private for sock local storage map iterator
Hou Tao
1
-1
/
+9
2022-08-10
devlink: Fix use-after-free after a failed reload
Ido Schimmel
1
-2
/
+2
2022-08-08
Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-4
/
+2
2022-08-08
iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()
Al Viro
2
-4
/
+2
2022-08-08
net: bpf: Use the protocol's set_rcvlowat behavior if there is one
Gao Feng
1
-1
/
+4
2022-08-05
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-1
/
+8
2022-08-03
Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
23
-832
/
+1434
2022-08-01
net: devlink: Fix missing mutex_unlock() call
Ammar Faizi
1
-2
/
+4
2022-08-01
net: devlink: enable parallel ops on netlink interface
Jiri Pirko
1
-0
/
+1
2022-08-01
net: devlink: remove devlink_mutex
Jiri Pirko
1
-76
/
+4
2022-08-01
net: devlink: convert reload command to take implicit devlink->lock
Jiri Pirko
1
-13
/
+5
2022-08-01
net: devlink: introduce "unregistering" mark and use it during devlinks itera...
Jiri Pirko
1
-0
/
+11
2022-07-29
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-1
/
+2
2022-07-28
devlink: Hold the instance lock in health callbacks
Moshe Shemesh
1
-16
/
+14
2022-07-28
net: devlink: remove region snapshots list dependency on devlink->lock
Jiri Pirko
1
-12
/
+29
2022-07-28
net: devlink: remove region snapshot ID tracking dependency on devlink->lock
Jiri Pirko
1
-31
/
+33
2022-07-28
devlink: introduce framework for selftests
Vikas Gupta
1
-0
/
+216
2022-07-28
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Paolo Abeni
2
-7
/
+53
2022-07-27
net: devlink: remove redundant net_eq() check from sb_pool_get_dumpit()
Jiri Pirko
1
-2
/
+1
2022-07-26
net: devlink: introduce nested devlink entity for line card
Jiri Pirko
1
-0
/
+42
2022-07-26
net: devlink: move net check into devlinks_xa_for_each_registered_get()
Jiri Pirko
1
-96
/
+39
2022-07-26
net: devlink: make sure that devlink_try_get() works with valid pointer durin...
Jiri Pirko
1
-91
/
+80
[next]