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
nups from Thomas Gleixner: "This series does a tree wide cleanup of types related to timers/timekeeping. - Get rid of cycles_t and use a plain u64. The type is not really helpful and caused more confusion than clarity - Get rid of the ktime union. The union has become useless as we use the scalar nanoseconds storage unconditionally now. The 32bit timespec alike storage got removed due to the Y2038 limitations some time ago. That leaves the odd union access around for no reason. Clean it up. Both changes have been done with coccinelle and a small amount of manual mopping up" * 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: ktime: Get rid of ktime_equal() ktime: Cleanup ktime_set() usage ktime: Get rid of the union clocksource: Use a plain u64 instead of cycle_t
Diffstat (limited to 'drivers/usb/host/xhci-tegra.c')