summaryrefslogtreecommitdiff
path: root/ring_tx.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-31ring: setup frame structure for v2/v3 in a generic wayDaniel Borkmann1-2/+3
2013-05-31ring: move duplicate/generic code parts from rx/tx into ring.cDaniel Borkmann1-35/+8
2013-05-30ring: setup_{rx,tx}_ring_layout: use bool for jumbo_supportDaniel Borkmann1-1/+1
2013-05-30ring: prepare setup_rx_ring_layout for support in v2/v3Daniel Borkmann1-3/+1
2013-05-30ring: set_sockopt_tpacket: rename to set_sockopt_tpacket_v2Daniel Borkmann1-1/+1
2013-03-28ring: purge timer before we unmap tx ring buffersDaniel Borkmann1-1/+1
2013-03-19ring: first unmap, then destroy ring bufferDaniel Borkmann1-4/+3
2013-03-16ring: check return value of setsockoptDaniel Borkmann1-2/+7
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+136
fff439c54f37fc363b1d365183fa61af43585c (diff)
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Pull i2c fixes from Wolfram Sang: "Mostly driver bugfixes, but also a few cleanups which are nice to have out of the way" * 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux: i2c: rk3x: Restore clock settings at resume time i2c: Spelling s/acknowedge/acknowledge/ i2c: designware: save the preset value of DW_IC_SDA_HOLD Documentation: i2c: slave-interface: add note for driver development i2c: mux: demux-pinctrl: run properly with multiple instances i2c: bcm-kona: fix inconsistent indenting i2c: rcar: use proper device with dma_mapping_error i2c: sh_mobile: use proper device with dma_mapping_error i2c: mux: demux-pinctrl: invalidate properly when switching fails
Diffstat (limited to 'Documentation/i2c/fault-codes')