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
/
Makefile
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-02
net: bridge: stp: don't cache eth dest pointer before skb pull
Nikolay Aleksandrov
1
-2
/
+1
2019-07-02
net: bridge: don't cache ether dest pointer on input
Nikolay Aleksandrov
1
-5
/
+3
2019-07-02
net: bridge: mcast: fix stale ipv6 hdr pointer when handling v6 query
Nikolay Aleksandrov
1
-2
/
+1
2019-07-02
net: bridge: mcast: fix stale nsrcs pointer in igmp3/mld2 report handling
Nikolay Aleksandrov
1
-8
/
+12
2019-07-01
r8152: fix the setting of detecting the linking change for runtime suspend
Hayes Wang
1
-11
/
+27
2019-07-01
net/tls: make sure offload also gets the keys wiped
Jakub Kicinski
3
-3
/
+4
2019-07-01
net/tls: reject offload of TLS 1.3
Jakub Kicinski
1
-0
/
+8
2019-07-01
selftests: add a test case for cls_lower handle overflow
Davide Caratti
1
-0
/
+19
2019-07-01
idr: introduce idr_for_each_entry_continue_ul()
Cong Wang
3
-24
/
+27
2019-07-01
idr: fix overflow case for idr_for_each_entry_ul()
Cong Wang
2
-5
/
+11
2019-07-01
vsock/virtio: fix flush of works during the .remove()
Stefano Garzarella
1
-6
/
+9
2019-07-01
vsock/virtio: stop workers during the .remove()
Stefano Garzarella
1
-1
/
+50
2019-07-01
vsock/virtio: use RCU to avoid use-after-free on the_virtio_vsock
Stefano Garzarella
1
-23
/
+44
2019-07-01
vxlan: do not destroy fdb if register_netdevice() is failed
Taehee Yoo
1
-10
/
+27
2019-07-01
sctp: fix error handling on stream scheduler initialization
Marcelo Ricardo Leitner
1
-1
/
+8
2019-07-01
netrom: fix a memory leak in nr_rx_frame()
Cong Wang
1
-1
/
+2
2019-07-01
ipv4: don't set IPv6 only flags to IPv4 addresses
Matteo Croce
1
-0
/
+8
2019-07-01
net:gue.h:Fix shifting signed 32-bit value by 31 bits problem
Vandana BN
1
-1
/
+1
2019-07-01
net: dst.h: Fix shifting signed 32-bit value by 31 bits problem
Vandana BN
1
-1
/
+1
2019-07-01
Documentation/networking: fix default_ttl typo in mpls-sysctl
Hangbin Liu
1
-1
/
+1
2019-06-30
net: openvswitch: fix csum updates for MPLS actions
John Hurley
1
-4
/
+2
2019-06-30
bnxt_en: Suppress error messages when querying DSCP DCB capabilities.
Michael Chan
1
-1
/
+1
2019-06-30
bnxt_en: Cap the returned MSIX vectors to the RDMA driver.
Michael Chan
1
-1
/
+3
2019-06-30
bnxt_en: Fix statistics context reservation logic for RDMA driver.
Michael Chan
1
-6
/
+11
2019-06-30
bnxt_en: Fix ethtool selftest crash under error conditions.
Michael Chan
1
-3
/
+3
2019-06-30
bnxt_en: Disable bus master during PCI shutdown and driver unload.
Michael Chan
1
-1
/
+2
2019-06-29
net: dsa: mv88e6xxx: wait after reset deactivation
Baruch Siach
1
-0
/
+2
2019-06-29
bnx2x: Prevent ptp_task to be rescheduled indefinitely
Guilherme G. Piccoli
4
-11
/
+34
2019-06-29
igmp: fix memory leak in igmpv3_del_delrec()
Eric Dumazet
1
-6
/
+2
2019-06-29
net: macb: Fix SUBNS increment and increase resolution
Harini Katakam
2
-2
/
+9
2019-06-29
net: macb: Add separate definition for PPM fraction
Harini Katakam
2
-1
/
+4
2019-06-29
packet: Fix undefined behavior in bit shift
Jiunn Chang
1
-1
/
+1
2019-06-29
net: make skb_dst_force return true when dst is refcounted
Florian Westphal
2
-2
/
+9
2019-06-29
sctp: not bind the socket in sctp_connect
Xin Long
1
-21
/
+3
2019-06-28
net: mvpp2: prs: Don't override the sign bit in SRAM parser shift
Maxime Chevallier
1
-1
/
+2
2019-06-28
net: phylink: further documentation clarifications
Russell King
1
-2
/
+9
2019-06-28
net: ethernet: ti: cpsw: Assign OF node to slave devices
Marek Vasut
2
-0
/
+4
2019-06-28
net: dsa: b53: Disable all ports on setup
Benedikt Spranger
1
-2
/
+2
2019-06-28
netfilter: Fix remainder of pseudo-header protocol 0
He Zhe
3
-4
/
+5
2019-06-28
nl80211: Fix undefined behavior in bit shift
Jiunn Chang
1
-1
/
+1
2019-06-27
mt76: usb: fix rx A-MSDU support
Lorenzo Bianconi
2
-9
/
+38
2019-06-27
proc: remove useless d_is_dir() check
Christian Brauner
1
-2
/
+1
2019-06-27
copy_process(): don't use ksys_close() on cleanups
Al Viro
1
-28
/
+18
2019-06-26
af_packet: Block execution of tasks waiting for transmit to complete in AF_PACKET
Neil Horman
2
-3
/
+18
2019-06-26
sctp: change to hold sk after auth shkey is created successfully
Xin Long
1
-4
/
+4
2019-06-26
ipv6: fix neighbour resolution with raw socket
Nicolas Dichtel
1
-1
/
+2
2019-06-26
ipv6: constify rt6_nexthop()
Nicolas Dichtel
5
-7
/
+7
2019-06-26
net: dsa: microchip: Use gpiod_set_value_cansleep()
Marek Vasut
1
-3
/
+3
2019-06-26
net: aquantia: fix vlans not working over bridged network
Dmitry Bogdanov
4
-8
/
+23
2019-06-26
ipv4: reset rt_iif for recirculated mcast/bcast out pkts
Stephen Suryaputra
3
-0
/
+46
[next]