index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-14
ipv6: use GFP_ATOMIC in rt6_probe()
Eric Dumazet
1
-1
/
+1
2021-12-14
xsk: Do not sleep in poll() when need_wakeup set
Magnus Karlsson
1
-2
/
+2
2021-12-14
Revert "pktgen: use min() to make code cleaner"
David S. Miller
1
-2
/
+3
2021-12-14
rds: memory leak in __rds_conn_create()
Hangyu Hua
1
-0
/
+1
2021-12-14
pktgen: use min() to make code cleaner
Changcheng Deng
1
-3
/
+2
2021-12-14
Merge tag 'mac80211-for-net-2021-12-14' of git://git.kernel.org/pub/scm/linux...
David S. Miller
10
-36
/
+90
2021-12-14
net: dsa: make tagging protocols connect to individual switches from a tree
Vladimir Oltean
5
-110
/
+107
2021-12-14
net: dsa: tag_sja1105: fix zeroization of ds->priv on tag proto disconnect
Vladimir Oltean
1
-1
/
+1
2021-12-14
ethtool: fix null-ptr-deref on ref tracker
Jakub Kicinski
1
-2
/
+4
2021-12-14
net: dev: Change the order of the arguments for the contended condition.
Sebastian Andrzej Siewior
1
-1
/
+1
2021-12-14
flow_offload: return EOPNOTSUPP for the unsupported mpls action type
Baowen Zheng
1
-0
/
+1
2021-12-14
net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEX
Hangbin Liu
1
-1
/
+1
2021-12-14
mac80211: do drv_reconfig_complete() before restarting all
Johannes Berg
1
-7
/
+7
2021-12-14
mac80211: mark TX-during-stop for TX in in_reconfig
Johannes Berg
1
-1
/
+4
2021-12-14
mac80211: update channel context before station state
Mordechay Goodstein
1
-6
/
+9
2021-12-14
mac80211: Fix the size used for building probe request
Ilan Peer
1
-1
/
+1
2021-12-14
mac80211: fix lookup when adding AddBA extension element
Johannes Berg
1
-2
/
+3
2021-12-14
mac80211: validate extended element ID is present
Johannes Berg
1
-1
/
+6
2021-12-14
cfg80211: Acquire wiphy mutex on regulatory work
Ilan Peer
1
-1
/
+6
2021-12-14
mac80211: agg-tx: don't schedule_and_wake_txq() under sta->lock
Johannes Berg
1
-2
/
+8
2021-12-14
nl80211: remove reload flag from regulatory_request
Finn Behrens
1
-4
/
+2
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
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 na...
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 sect...
Vladimir Oltean
1
-30
/
+79
2021-12-12
Revert "net: dsa: move sja1110_process_meta_tstamp inside the tagging protoco...
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-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
[prev]
[next]