index
:
hverkuil/media_tree.git
alt-ctrls
array_mod
audio
cec-s-conn
cubie
cubox
cx18
delbuf
delbufs
deprecate
dp-mst-cec
dp-mst-cec2
drop-count
dw-hdmi-cec
enc-dec-cmd
extron
firefly
firefly2
fixes-v6.6a
fixes-v6.6b
fixes-v6.6c
fixes-v6.6d
for-6.4m
for-v6.6a
for-v6.6l
for-v6.6o
for-v6.7a
for-v6.7b
for-v6.7c
for-v6.7d
for-v6.7e
for-v6.7f
for-v6.7g
for-v6.7h
for-v6.7i
for-v6.7j
for-v6.7k
for-v6.7l
for-v6.7m
for-v6.7o
for-v6.7p
for-v6.8a
for-v6.8b
for-v6.8c
for-v6.8d
for-v6.8e
for-v6.8f
for-v6.8g
for-v6.8h
for-v6.8j
for-v6.8k
for-v6.8l
fract-ctrl
fraction_bits
hdcp
hdmi-dbg
imx8mm
infoframe
m2m-deinterlace
m2m-writing
master
mc-props
mc-props2
mod-descr
omap-bridge-cec
outreachy
outreachy-vivid
overlay
pr
pr-test
pr-v6.6a
pr-v6.6b
quirk
ro-reqs
rpi3
rpi4
saa7146
saa7146-clean
sailus
sama5d3
sdrout
sdrout-old
split-m2m
subdev-kref
tc358840
tda998x
tegrav8
test
tmp
tmp2
uvc
uvccomp
vb1a
vb2-cpu-access
vb2wr
vc4
vicodec-stateless
media_tree.git development repository
Hans Verkuil
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
firewire
/
net.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-05-12
firewire: net: fix NULL derefencing in fwnet_probe()
Daeseok Youn
1
-2
/
+2
2014-02-28
firewire: net: fix use after free
Stefan Richter
1
-3
/
+3
2013-06-09
firewire: introduce fw_driver.probe and .remove methods
Stefan Richter
1
-26
/
+24
2013-05-09
Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-6
/
+1
2013-04-28
firewire: remove unnecessary alloc/OOM messages
Stefan Richter
1
-6
/
+1
2013-03-28
net: add ETH_P_802_3_MIN
Simon Horman
1
-1
/
+1
2013-03-26
firewire net, ipv6: IPv6 over Firewire (RFC3146) support.
YOSHIFUJI Hideaki / 吉藤英明
1
-5
/
+74
2013-03-26
firewire net, ipv4 arp: Extend hardware address and remove driver-level packe...
YOSHIFUJI Hideaki / 吉藤英明
1
-127
/
+26
2013-03-26
firewire net: Ignore spd and max_payload advertised by ARP.
YOSHIFUJI Hideaki / 吉藤英明
1
-16
/
+0
2013-03-26
firewire net: Allocate address handler before registering net_device.
YOSHIFUJI Hideaki / 吉藤英明
1
-12
/
+10
2013-03-26
firewire net: Send L2 multicast via GASP.
YOSHIFUJI Hideaki / 吉藤英明
1
-5
/
+7
2013-03-26
firewire net: Accept IPv4 and ARP only.
YOSHIFUJI Hideaki / 吉藤英明
1
-2
/
+19
2013-03-13
firewire net: Release broadcast/fifo resources on ifdown.
YOSHIFUJI Hideaki
1
-4
/
+4
2013-03-13
firewire net: Introduce fwnet_broadcast_stop() to destroy broadcast resources.
YOSHIFUJI Hideaki
1
-32
/
+36
2013-03-13
firewire net: Allocate dev->broadcast_rcv_buffer_ptrs early.
YOSHIFUJI Hideaki
1
-12
/
+12
2013-03-13
firewire net: Fix leakage of kmap for broadcast receive buffer.
YOSHIFUJI Hideaki
1
-0
/
+7
2013-03-13
firewire net: Omit checking dev->broadcast_rcv_context in fwnet_broadcast_sta...
YOSHIFUJI Hideaki
1
-31
/
+26
2013-03-13
firewire net: Clear dev->broadcast_rcv_context and dev->broadcast_state after...
YOSHIFUJI Hideaki
1
-0
/
+3
2013-03-13
firewire net: Fix memory leakage in fwnet_remove().
YOSHIFUJI Hideaki
1
-0
/
+2
2013-03-13
firewire net: Check dev->broadcast_state inside fwnet_broadcast_start().
YOSHIFUJI Hideaki
1
-5
/
+7
2013-03-13
firewire net: Setup broadcast and local fifo independently.
YOSHIFUJI Hideaki
1
-7
/
+8
2013-03-13
firewire net: Introduce fwnet_fifo_{start, stop}() helpers.
YOSHIFUJI Hideaki
1
-16
/
+35
2013-03-13
firewire net: No need to reset dev->local_fifo after failure of fw_core_add_a...
YOSHIFUJI Hideaki
1
-1
/
+1
2013-01-20
firewire net: Use LL_RESERVED_SPACE(), HH_DATA_OFF().
YOSHIFUJI Hideaki / 吉藤英明
1
-6
/
+6
2013-01-20
firewire net: Ensure checksumming in upper layer.
YOSHIFUJI Hideaki / 吉藤英明
1
-1
/
+1
2012-12-03
firewire: net: remove unused variable in fwnet_receive_broadcast()
Wei Yongjun
1
-2
/
+0
2012-12-02
firewire: net: Fix handling of fragmented multicast/broadcast packets.
Stephan Gatzka
1
-4
/
+9
2012-02-22
firewire: net: use dev_printk API
Stefan Richter
1
-20
/
+21
2012-02-22
firewire: net: identify to driver core as "firewire_net", not "net"
Stefan Richter
1
-1
/
+1
2011-10-09
firewire: net: Use posted writes
Stephan Gatzka
1
-7
/
+2
2011-10-09
firewire: use clamp and min3 macros
Stefan Richter
1
-5
/
+1
2011-07-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...
Linus Torvalds
1
-2
/
+3
2011-07-13
net: Push protocol type directly down to header_ops->cache()
David S. Miller
1
-3
/
+3
2011-06-02
firewire: net: replacing deprecated __attribute__((packed)) with __packed
August Lilleaas
1
-2
/
+3
2011-05-10
firewire: optimize iso queueing by setting wake only after the last packet
Clemens Ladisch
1
-1
/
+3
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-01-21
firewire: net: invalidate ARP entries of removed nodes
Maxim Levitsky
1
-1
/
+8
2010-12-19
firewire: net: set carrier state at ifup
Stefan Richter
1
-15
/
+21
2010-12-19
firewire: net: add carrier detection
Maxim Levitsky
1
-0
/
+17
2010-12-13
firewire: net: ratelimit error messages
Maxim Levitsky
1
-4
/
+12
2010-11-17
firewire: net: throttle TX queue before running out of tlabels
Stefan Richter
1
-24
/
+35
2010-11-17
firewire: net: replace lists by counters
Stefan Richter
1
-47
/
+26
2010-11-17
firewire: net: fix memory leaks
Stefan Richter
1
-4
/
+31
2010-11-17
firewire: net: count stats.tx_packets and stats.tx_bytes
Stefan Richter
1
-3
/
+6
2010-09-09
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-13
/
+15
2010-08-19
firewire: net: fix unicast reception RCODE in failure paths
Stefan Richter
1
-13
/
+15
2010-08-17
ethtool: Provide a default implementation of ethtool_ops::get_drvinfo
Ben Hutchings
1
-13
/
+0
2010-08-02
Merge firewire branches to be released post v2.6.35
Stefan Richter
1
-2
/
+2
2010-06-20
firewire: remove an unused function argument
Stefan Richter
1
-2
/
+2
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
[next]
Privacy Policy