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
/
scripts
/
bloat-o-meter
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-04
rxrpc: Fix rxrpc_recvmsg tracepoint
David Howells
1
-1
/
+1
2019-10-04
qmi_wwan: add support for Cinterion CLS8 devices
Reinhard Speyerer
1
-0
/
+1
2019-10-03
tcp: fix slab-out-of-bounds in tcp_zerocopy_receive()
Eric Dumazet
1
-4
/
+2
2019-10-03
lib: textsearch: fix escapes in example code
Randy Dunlap
1
-2
/
+2
2019-10-03
udp: only do GSO if # of segs > 1
Josh Hunt
3
-20
/
+18
2019-10-03
udp: fix gso_segs calculations
Josh Hunt
2
-1
/
+3
2019-10-03
ipv6: drop incoming packets having a v4mapped source address
Eric Dumazet
1
-0
/
+10
2019-10-02
net: stmmac: Avoid deadlock on suspend/resume
Thierry Reding
1
-4
/
+6
2019-10-02
net: hisilicon: Fix usage of uninitialized variable in function mdio_sc_cfg_reg_write()
Yizhuo
1
-1
/
+5
2019-10-02
ptp_qoriq: Initialize the registers' spinlock before calling ptp_qoriq_settime
Vladimir Oltean
1
-1
/
+2
2019-10-02
net: dsa: sja1105: Fix sleeping while atomic in .port_hwtstamp_set
Vladimir Oltean
3
-10
/
+25
2019-10-02
net: dsa: sja1105: Initialize the meta_lock
Vladimir Oltean
1
-0
/
+1
2019-10-02
net/rds: Fix error handling in rds_ib_add_one()
Dotan Barak
1
-3
/
+3
2019-10-02
net: dsa: rtl8366: Check VLAN ID and not ports
Linus Walleij
1
-4
/
+7
2019-10-02
mlx5: avoid 64-bit division in dr_icm_pool_mr_create()
Michal Kubecek
1
-1
/
+2
2019-10-02
tipc: fix unlimited bundling of small messages
Tuong Lien
2
-15
/
+19
2019-10-01
xen-netfront: do not use ~0U as error return value for xennet_fill_frags()
Dongli Zhang
1
-8
/
+9
2019-10-01
ipv6: Handle race in addrconf_dad_work
David Ahern
1
-5
/
+6
2019-10-01
tcp: adjust rto_base in retransmits_timed_out()
Eric Dumazet
1
-2
/
+7
2019-10-01
vsock: Fix a lockdep warning in __vsock_release()
Dexuan Cui
3
-6
/
+14
2019-10-01
hso: fix NULL-deref on tty open
Johan Hovold
1
-4
/
+8
2019-10-01
net: ag71xx: fix mdio subnode support
Oleksij Rempel
1
-2
/
+4
2019-10-01
net: stmmac: xgmac: Fix RSS writing wrong keys
Jose Abreu
1
-2
/
+3
2019-10-01
net: stmmac: xgmac: Fix RSS not writing all Keys to HW
Jose Abreu
1
-1
/
+1
2019-10-01
net: stmmac: xgmac: Disable the Timestamp interrupt by default
Jose Abreu
1
-1
/
+1
2019-10-01
net: stmmac: Do not stop PHY if WoL is enabled
Jose Abreu
1
-6
/
+12
2019-10-01
net: stmmac: Correctly take timestamp for PTPv2
Jose Abreu
1
-0
/
+1
2019-10-01
net: stmmac: dwmac4: Always update the MAC Hash Filter
Jose Abreu
1
-6
/
+7
2019-10-01
net: stmmac: selftests: Always use max DMA size in Jumbo Test
Jose Abreu
1
-4
/
+0
2019-10-01
net: stmmac: xgmac: Detect Hash Table size dinamically
Jose Abreu
2
-0
/
+2
2019-10-01
net: stmmac: xgmac: Not all Unicast addresses may be available
Jose Abreu
1
-1
/
+1
2019-10-01
devlink: Fix error handling in param and info_get dumpit cb
Vasundhara Volam
1
-3
/
+3
2019-10-01
net: dsa: rtl8366rb: add missing of_node_put after calling of_get_child_by_name
Wen Yang
1
-6
/
+10
2019-10-01
net: mscc: ocelot: add missing of_node_put after calling of_get_child_by_name
Wen Yang
1
-6
/
+8
2019-10-01
net: sched: cbs: Avoid division by zero when calculating the port rate
Vladimir Oltean
1
-1
/
+1
2019-10-01
net: sched: taprio: Avoid division by zero on invalid link speed
Vladimir Oltean
1
-1
/
+1
2019-10-01
netfilter: nft_connlimit: disable bh on garbage collection
Pablo Neira Ayuso
1
-1
/
+6
2019-10-01
netfilter: drop bridge nf reset from nf_reset
Florian Westphal
31
-45
/
+40
2019-10-01
ionic: select CONFIG_NET_DEVLINK
Arnd Bergmann
1
-0
/
+1
2019-10-01
docs: networking: Add title caret and missing doc
Adam Zerella
2
-1
/
+2
2019-10-01
net: socionext: netsec: always grab descriptor lock
Lorenzo Bianconi
1
-23
/
+7
2019-10-01
mac80211: keep BHs disabled while calling drv_tx_wake_queue()
Johannes Berg
1
-5
/
+8
2019-10-01
mac80211: fix txq null pointer dereference
Miaoqing Pan
1
-2
/
+9
2019-10-01
nl80211: fix null pointer dereference
Miaoqing Pan
1
-0
/
+3
2019-10-01
cfg80211: initialize on-stack chandefs
Johannes Berg
3
-3
/
+5
2019-10-01
cfg80211: validate SSID/MBSSID element ordering assumption
Johannes Berg
1
-1
/
+6
2019-10-01
nl80211: validate beacon head
Johannes Berg
1
-2
/
+35
2019-09-30
net: sched: taprio: Fix potential integer overflow in taprio_set_picos_per_byte
Vladimir Oltean
1
-2
/
+1
2019-09-30
net: dsa: sja1105: Prevent leaking memory
Navid Emamdoost
1
-2
/
+4
2019-09-30
net: dsa: sja1105: Ensure PTP time for rxtstamp reconstruction is not in the past
Vladimir Oltean
1
-2
/
+2
[next]