summaryrefslogtreecommitdiff
path: root/sock.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-30sock: Avoid setting negative socket memory valuesTobias Klauser1-1/+1
2015-07-30sock: Don't panic() when sysctl_set_int failsTobias Klauser1-1/+2
2015-07-20sock: Use sysctl helpers to access /proc/sys/ paramsVadim Kochan1-32/+9
2015-06-18sock: Add dgram socket creation.Daniel Borkmann1-0/+21
2015-05-06sock: Fix capturing extra packets from other devVadim Kochan1-10/+1
2015-01-11sock: Add cause message in case of errorVadim Kochan1-9/+9
2014-09-09sock: Error out if setting of the system socket memory failsTobias Klauser1-1/+2
2013-12-12trafgen: take advantage of PACKET_QDISC_BYPASS sock optionJesper Dangaard Brouer1-0/+18
2013-12-11trafgen: speedup TX only path by avoiding kernel packet_rcv() callJesper Dangaard Brouer1-0/+10
2013-06-14sock: Check return value of setsockopt() in set_tcp_nodelay()Tobias Klauser1-2/+5
2013-06-04sock: add socket management functionsDaniel Borkmann1-0/+176
d missing entries for documentation files/dirs docs: 00-INDEX: consolidate process/ and admin-guide/ description scripts: add a script to check if Documentation/00-INDEX is sane Docs: change sh -> awk in REPORTING-BUGS Documentation/core-api/device_link: Add initial documentation core-api: remove an unexpected unident ppc/idle: Add documentation for powersave=off Doc: Correct typo, "Introdution" => "Introduction" Documentation/atomic_ops.txt: convert to ReST markup Documentation/local_ops.txt: convert to ReST markup Documentation/assoc_array.txt: convert to ReST markup docs-rst: parse-headers.pl: cleanup the documentation docs-rst: fix media cleandocs target docs-rst: media/Makefile: reorganize the rules docs-rst: media: build SVG from graphviz files docs-rst: replace bayer.png by a SVG image ...
Diffstat (limited to 'Documentation/ABI/testing/sysfs-block-rssd')