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
'>diff)
usbnet: pegasus: Use net_device_stats from struct net_devicends-private-remove
Instead of using a private copy of struct net_device_stats in struct pegasus, use stats from struct net_device. Also remove the now unnecessary .ndo_get_stats function. Cc: Petko Manolov <petkan@nucleusys.com> Cc: linux-usb@vger.kernel.org Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'Documentation/devicetree/bindings/pinctrl/fsl,imx6q-pinctrl.txt')