aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_minisocks.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-15net: dsa: mv88e6xxx: describe PHY page and SerDesVivien Didelot2-17/+105
2016-08-15net: dsa: mv88e6xxx: abstract PHY opsVivien Didelot2-51/+81
2016-08-15net: dsa: mv88e6xxx: rework Global2 SMI PHY accessVivien Didelot2-56/+90
2016-08-15net: dsa: mv88e6xxx: describe Multi-chip registersVivien Didelot2-16/+26
2016-08-15net: dsa: mv88e6xxx: rename _mv88e6xxx_waitVivien Didelot1-30/+33
2016-08-15net: mediatek: remove unnecessary platform_set_drvdata()Wei Yongjun1-1/+0
2016-08-15net: thunderx: Remove unnecessary pci_set_drvdata()Wei Yongjun1-2/+0
2016-08-15net: ena: Fix error return code in ena_device_init()Wei Yongjun1-0/+1
2016-08-15net: ena: Remove unnecessary pci_set_drvdata()Wei Yongjun1-3/+0
2016-08-15net: phy: Fix return value check in xgmiitorgmii_probe()Wei Yongjun1-1/+1
2016-08-15net: hns: mdio->irq is an array, so no need to check if it is nullColin Ian King1-2/+1
2016-08-15switchdev: Put export declaration in the right placeOr Gerlitz1-1/+1
2016-08-15qed*: Add and modify some printsYuval Mintz6-24/+53
2016-08-15qed*: Trivial modificationsYuval Mintz6-46/+28
2016-08-15qed*: Semantic changesYuval Mintz13-640/+404
2016-08-15fjes: Delete owner assignmentMarkus Elfring1-1/+0
2016-08-15pptp: Refactor the struct and macros of PPTP codesGao Feng3-35/+24
2016-08-14net: dsa: b53: remove .owner and .bus fields for driverWei Yongjun1-2/+0
2016-08-14net: macb: add missing free_netdev() on error in macb_probe()Wei Yongjun1-1/+1
2016-08-14qed: Fix possible memory leak in qed_dcbnl_get_ieee_pfc()Wei Yongjun1-0/+1
2016-08-14cxgb4/cxgb4vf: Add set VF mac address supportHariprasad Shenai6-7/+151
2016-08-14cxgb4: Add control net_device for configuring PCIe VFHariprasad Shenai1-18/+103
2016-08-14net: make net namespace sysctls belong to container's ownerDmitry Torokhov3-9/+29
2016-08-14proc: make proc entries inherit ownership from parentDmitry Torokhov2-0/+15
2016-08-14netns: do not call pernet ops for not yet set up init_net namespaceDmitry Torokhov1-4/+17
2016-08-13net: phy: initialize rc to zero to avoid returning garbage valueColin Ian King1-1/+1
2016-08-13net: bfin_mac: Fix a few spelling fixesLABBE Corentin1-4/+4
2016-08-13net: wireless: realtek: rtlwifi: usb: don't print error when allocating urb failsWolfram Sang1-7/+1
2016-08-13net: wireless: marvell: mwifiex: usb: don't print error when allocating urb failsWolfram Sang1-15/+4
2016-08-13net: wireless: marvell: libertas_tf: if_usb: don't print error when allocating urb failsWolfram Sang1-9/+3
2016-08-13net: wireless: intersil: orinoco: orinoco_usb: don't print error when allocating urb failsWolfram Sang1-3/+1
2016-08-13net: wireless: broadcom: brcm80211: brcmfmac: usb: don't print error when allocating urb failsWolfram Sang1-6/+2
2016-08-13net: wireless: ath: ar5523: ar5523: don't print error when allocating urb failsWolfram Sang1-7/+2
2016-08-13net: wimax: i2400m: usb-notif: don't print error when allocating urb failsWolfram Sang1-1/+0
2016-08-13net: usb: usbnet: don't print error when allocating urb failsWolfram Sang1-4/+1
2016-08-13net: usb: lan78xx: don't print error when allocating urb failsWolfram Sang1-3/+1
2016-08-13net: usb: hso: don't print error when allocating urb failsWolfram Sang1-15/+5
2016-08-13net: can: usb: usb_8dev: don't print error when allocating urb failsWolfram Sang1-4/+1
2016-08-13net: can: usb: peak_usb: pcan_usb_core: don't print error when allocating urb failsWolfram Sang1-5/+1
2016-08-13net: can: usb: kvaser_usb: don't print error when allocating urb failsWolfram Sang1-6/+1
2016-08-13net: can: usb: gs_usb: don't print error when allocating urb failsWolfram Sang1-7/+2
2016-08-13net: can: usb: esd_usb2: don't print error when allocating urb failsWolfram Sang1-3/+0
2016-08-13net: can: usb: ems_usb: don't print error when allocating urb failsWolfram Sang1-7/+2
2016-08-13net: fix up a few missing hashtable.h conflict resolutionsJiri Kosina3-7/+7
2016-08-13net: thunderx: Don't set RX_PACKET_DIS while initializingSunil Goutham1-11/+7
2016-08-13net: thunderx: Use netdev_rss_key_fill() helperSunil Goutham1-7/+1
2016-08-13net: thunderx: Configure tunnelling protocol parsingZyta Szpak2-0/+34
2016-08-13net: thunderx: Use napi_consume_skb for bulk freeSunil Goutham1-3/+5
2016-08-13net: thunderx: Don't set mac address for secondary Qset VFsSunil Goutham1-1/+1
2016-08-13net: thunderx: Reset RXQ HW stats when interface is brought downJerin Jacob3-0/+87