index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-14
mac80211: send ADDBA requests using the tid/queue of the aggregation session
Felix Fietkau
1
-1
/
+1
2021-12-13
mptcp: never allow the PM to close a listener subflow
Paolo Abeni
1
-0
/
+3
2021-12-13
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-1
/
+2
2021-12-13
bpf: Let bpf_warn_invalid_xdp_action() report more info
Paolo Abeni
2
-4
/
+4
2021-12-13
bpf: Do not WARN in bpf_warn_invalid_xdp_action()
Paolo Abeni
1
-3
/
+3
2021-12-13
SUNRPC: Remove low signal-to-noise tracepoints
Chuck Lever
1
-4
/
+2
2021-12-13
lockd: use svc_set_num_threads() for thread start and stop
NeilBrown
1
-2
/
+1
2021-12-13
SUNRPC: always treat sv_nrpools==1 as "not pooled"
NeilBrown
1
-25
/
+29
2021-12-13
SUNRPC: move the pool_map definitions (back) into svc.c
NeilBrown
1
-6
/
+25
2021-12-13
SUNRPC: discard svo_setup and rename svc_set_num_threads_sync()
NeilBrown
1
-47
/
+2
2021-12-13
SUNRPC: use sv_lock to protect updates to sv_nrthreads.
NeilBrown
1
-2
/
+7
2021-12-13
SUNRPC: stop using ->sv_nrthreads as a refcount
NeilBrown
1
-11
/
+11
2021-12-13
SUNRPC/NFSD: clean up get/put functions.
NeilBrown
1
-14
/
+5
2021-12-13
exit: Rename module_put_and_exit to module_put_and_kthread_exit
Eric W. Biederman
3
-3
/
+3
2021-12-13
net: dev: Always serialize on Qdisc::busylock in __dev_xmit_skb() on PREEMPT_RT.
Sebastian Andrzej Siewior
1
-1
/
+5
2021-12-13
net: Enable max_dgram_qlen unix sysctl to be configurable by non-init user namespaces
Joanne Koong
1
-4
/
+0
2021-12-13
tipc: discard MSG_CRYPTO msgs when key_exchange_enabled is not set
Xin Long
1
-1
/
+2
2021-12-13
net/sched: sch_ets: don't remove idle classes from the round-robin list
Davide Caratti
1
-2
/
+2
2021-12-12
net: dsa: tag_sja1105: split sja1105_tagger_data into private and public sections
Vladimir Oltean
1
-30
/
+79
2021-12-12
Revert "net: dsa: move sja1110_process_meta_tstamp inside the tagging protocol driver"
Vladimir Oltean
1
-43
/
+7
2021-12-12
net: dsa: tag_sja1105: convert to tagger-owned data
Vladimir Oltean
1
-17
/
+73
2021-12-12
net: dsa: sja1105: make dp->priv point directly to sja1105_tagger_data
Vladimir Oltean
1
-23
/
+25
2021-12-12
net: dsa: sja1105: bring deferred xmit implementation in line with ocelot-8021q
Vladimir Oltean
1
-4
/
+17
2021-12-12
net: dsa: tag_ocelot: convert to tagger-owned data
Vladimir Oltean
1
-3
/
+70
2021-12-12
net: dsa: introduce tagger-owned storage for private and shared data
Vladimir Oltean
3
-4
/
+84
2021-12-12
net: Enable neighbor sysctls that is save for userns root
xu xin
1
-4
/
+0
2021-12-10
inet_diag: fix kernel-infoleak for UDP sockets
Eric Dumazet
1
-3
/
+1
2021-12-10
phonet: refcount leak in pep_sock_accep
Hangyu Hua
1
-0
/
+1
2021-12-10
sock: Use sock_owned_by_user_nocheck() instead of sk_lock.owned.
Kuniyuki Iwashima
2
-3
/
+3
2021-12-10
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2
-9
/
+8
2021-12-10
xfrm: add net device refcount tracker to struct xfrm_state_offload
Eric Dumazet
1
-1
/
+2
2021-12-10
sch_cake: do not call cake_destroy() from cake_init()
Eric Dumazet
1
-5
/
+1
2021-12-10
l2tp: add netns refcount tracker to l2tp_dfs_seq_data
Eric Dumazet
1
-4
/
+5
2021-12-10
net: add netns refcount tracker to struct sock
Eric Dumazet
1
-3
/
+3
2021-12-10
net: add networking namespace refcount tracker
Eric Dumazet
2
-0
/
+12
2021-12-10
batman-adv: remove unneeded variable in batadv_nc_init
Minghao Chi
1
-6
/
+2
2021-12-09
net: x25: drop harmless check of !more
Jean Sacren
1
-1
/
+1
2021-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
17
-36
/
+62
2021-12-09
xfrm: use net device refcount tracker helpers
Eric Dumazet
2
-3
/
+3
2021-12-09
net: dsa: mark DSA phylink as legacy_pre_march2020
Russell King (Oracle)
1
-0
/
+7
2021-12-09
net/sched: fq_pie: prevent dismantle issue
Eric Dumazet
1
-0
/
+1
2021-12-09
seg6: fix the iif in the IPv6 socket control block
Andrea Mayer
1
-0
/
+8
2021-12-09
nfc: fix potential NULL pointer deref in nfc_genl_dump_ses_done
Krzysztof Kozlowski
1
-2
/
+4
2021-12-09
nfc: fix segfault in nfc_genl_dump_devices_done
Tadeusz Struk
1
-2
/
+4
2021-12-09
udp: using datalen to cap max gso segments
Jianguo Wu
1
-1
/
+1
2021-12-09
xfrm: fix a small bug in xfrm_sa_len()
Eric Dumazet
1
-1
/
+1
2021-12-08
net-sysfs: warn if new queue objects are being created during device unregistration
Antoine Tenart
1
-0
/
+7
2021-12-08
net-sysfs: update the queue counts in the unregistration path
Antoine Tenart
1
-0
/
+3
2021-12-08
net, neigh: clear whole pneigh_entry at alloc time
Eric Dumazet
1
-2
/
+1
2021-12-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
Jakub Kicinski
6
-12
/
+15
[prev]
[next]