index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-sqlite.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-29
net/mlx5e: Fix ethtool self test: link speed
Aya Levin
1
-12
/
+3
2019-10-29
net/mlx5e: Fix handling of compressed CQEs in case of low NAPI budget
Maxim Mikityanskiy
1
-1
/
+4
2019-10-29
net/mlx5e: Don't store direct pointer to action's tunnel info
Vlad Buslov
1
-7
/
+27
2019-10-29
net/mlx5: Fix NULL pointer dereference in extended destination
Eli Britstein
1
-1
/
+2
2019-10-29
net/mlx5: Fix rtable reference leak
Parav Pandit
1
-3
/
+9
2019-10-29
net/mlx5e: Only skip encap flows update when encap init failed
Vlad Buslov
1
-2
/
+2
2019-10-29
net/mlx5e: Replace kfree with kvfree when free vhca stats
Maor Gottlieb
1
-2
/
+2
2019-10-29
net/mlx5e: Remove incorrect match criteria assignment line
Dmytro Linkin
1
-1
/
+0
2019-10-29
net/mlx5e: Determine source port properly for vlan push action
Dmytro Linkin
1
-6
/
+16
2019-10-29
net/mlx5: Fix flow counter list auto bits struct
Roi Dayan
1
-2
/
+1
2019-10-29
wimax: i2400: Fix memory leak in i2400m_op_rfkill_sw_toggle
Navid Emamdoost
1
-1
/
+1
2019-10-29
net: hisilicon: Fix "Trying to free already-free IRQ"
Jiangfeng Xiao
1
-1
/
+0
2019-10-29
fjes: Handle workqueue allocation failure
Will Deacon
1
-1
/
+14
2019-10-28
net: usb: lan78xx: Disable interrupts before calling generic_handle_irq()
Daniel Wagner
1
-1
/
+4
2019-10-28
net: dsa: sja1105: improve NET_DSA_SJA1105_TAS dependency
Arnd Bergmann
1
-2
/
+2
2019-10-28
net: ethernet: ftgmac100: Fix DMA coherency issue with SW checksum
Benjamin Herrenschmidt
1
-13
/
+12
2019-10-28
net: fix sk_page_frag() recursion from memory reclaim
Tejun Heo
2
-3
/
+31
2019-10-28
udp: fix data-race in udp_set_dev_scratch()
Eric Dumazet
1
-4
/
+15
2019-10-28
net: dpaa2: Use the correct style for SPDX License Identifier
Nishad Kamdar
3
-3
/
+3
2019-10-28
net: add READ_ONCE() annotation in __skb_wait_for_more_packets()
Eric Dumazet
1
-1
/
+1
2019-10-28
net: use skb_queue_empty_lockless() in busy poll contexts
Eric Dumazet
6
-6
/
+6
2019-10-28
net: use skb_queue_empty_lockless() in poll() handlers
Eric Dumazet
14
-22
/
+22
2019-10-28
udp: use skb_queue_empty_lockless()
Eric Dumazet
1
-3
/
+3
2019-10-28
net: add skb_queue_empty_lockless()
Eric Dumazet
1
-9
/
+24
2019-10-26
selftests: fib_tests: add more tests for metric update
Paolo Abeni
1
-0
/
+21
2019-10-26
ipv4: fix route update on metric change.
Paolo Abeni
1
-1
/
+1
2019-10-26
net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol()
zhanglin
1
-1
/
+3
2019-10-25
cxgb4: request the TX CIDX updates to status page
Raju Rangoju
1
-6
/
+2
2019-10-25
netns: fix GFP flags in rtnl_net_notifyid()
Guillaume Nault
5
-26
/
+29
2019-10-25
net: ethernet: Use the correct style for SPDX License Identifier
Nishad Kamdar
1
-1
/
+1
2019-10-25
net/smc: keep vlan_id for SMC-R in smc_listen_work()
Ursula Braun
1
-1
/
+1
2019-10-25
net/smc: fix closing of fallback SMC sockets
Ursula Braun
1
-0
/
+7
2019-10-25
net: hwbm: if CONFIG_NET_HWBM unset, make stub functions static
Ben Dooks (Codethink)
1
-3
/
+7
2019-10-25
net: mvneta: make stub functions static inline
Ben Dooks (Codethink)
1
-12
/
+20
2019-10-25
net: sch_generic: Use pfifo_fast as fallback scheduler for CAN hardware
Vincent Prince
1
-0
/
+2
2019-10-24
virt_wifi: fix refcnt leak in module exit routine
Taehee Yoo
1
-2
/
+52
2019-10-24
net: remove unnecessary variables and callback
Taehee Yoo
15
-92
/
+10
2019-10-24
vxlan: add adjacent link to limit depth level
Taehee Yoo
2
-10
/
+44
2019-10-24
net: core: add ignore flag to netdev_adjacent structure
Taehee Yoo
2
-21
/
+219
2019-10-24
macsec: fix refcnt leak in module exit routine
Taehee Yoo
1
-4
/
+0
2019-10-24
team: fix nested locking lockdep warning
Taehee Yoo
2
-3
/
+14
2019-10-24
bonding: use dynamic lockdep key instead of subclass
Taehee Yoo
2
-3
/
+8
2019-10-24
bonding: fix unexpected IFF_BONDING bit unset
Taehee Yoo
1
-2
/
+4
2019-10-24
net: core: add generic lockdep keys
Taehee Yoo
25
-356
/
+63
2019-10-24
net: core: limit nested device depth
Taehee Yoo
2
-45
/
+231
2019-10-24
keys: Fix memory leak in copy_net_ns
Takeshi Misawa
1
-0
/
+1
2019-10-24
netfilter: nft_payload: fix missing check for matching length in offloads
wenxu
1
-0
/
+38
2019-10-24
ipvs: move old_secure_tcp into struct netns_ipvs
Eric Dumazet
2
-8
/
+8
2019-10-24
ipvs: don't ignore errors in case refcounting ip_vs module fails
Davide Caratti
5
-17
/
+28
2019-10-23
net: phy: smsc: LAN8740: add PHY_RST_AFTER_CLK_EN flag
Martin Fuzzey
1
-0
/
+1
[next]