aboutsummaryrefslogtreecommitdiffstats
path: root/net/9p (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-09hyperv: Add netpoll supportRichard Weinberger1-0/+11
2014-07-09arc_emac: Remove unused pointer to net_device from arc_emac_privTobias Klauser2-3/+0
2014-07-09arc_emac: Use net_device_stats from struct net_deviceTobias Klauser2-7/+5
2014-07-09ipconfig: move ic_dev_xid under IPCONFIG_BOOTPFabian Frederick1-2/+1
2014-07-09Bluetooth: Don't send ERTM configuration option when disabledMarcel Holtmann1-0/+3
2014-07-09Bluetooth: Fix setting HCI_CONNECTABLE from ioctl codeJohan Hedberg3-0/+23
2014-07-09Bluetooth: Add white list lookup for incoming connection requestsJohan Hedberg1-4/+12
2014-07-09Bluetooth: Enable page scan also if there are white list entriesJohan Hedberg1-2/+4
2014-07-09Bluetooth: Refactor connection request handlingJohan Hedberg1-52/+60
2014-07-09Bluetooth: Fix incorrectly setting HCI_CONNECTABLEJohan Hedberg1-0/+8
2014-07-09Bluetooth: Update page scan when necessary for Add/Remove DeviceJohan Hedberg1-0/+34
2014-07-09Bluetooth: Introduce a whitelist for BR/EDR devicesJohan Hedberg3-2/+74
2014-07-09Bluetooth: Unify helpers for bdaddr_list manipulationsJohan Hedberg6-96/+36
2014-07-09Bluetooth: Fix enabling Authenticated Payload Timeout Expired eventMarcel Holtmann2-1/+2
2014-07-08net: phy: export phy_suspend and phy_resumeFlorian Fainelli1-0/+2
2014-07-08net: fec: consolidate hwtstamp implementationRussell King1-18/+19
2014-07-08net: fec: remove useless status check in tx reap pathRussell King1-3/+0
2014-07-08net: fec: add support for dumping transmit ring on timeoutRussell King1-0/+23
2014-07-08net: fec: reorder ethtool ops to match order in struct declarationRussell King1-7/+5
2014-07-08net: fec: clear receive interrupts before processing a packetRussell King1-0/+2
2014-07-08net: fec: replace delayed work with standard workRussell King2-26/+16
2014-07-08net: fec: better implementation of iMX6 ERR006358 quirkRussell King2-27/+4
2014-07-08netpoll: fix use after freedavid decotigny1-1/+2
2014-07-08xen-netback: Adding debugfs "io_ring_qX" filesZoltan Kiss4-2/+200
2014-07-08net: provide stubs for ip6_set_txhash and ip6_make_flowlabelFlorian Fainelli1-0/+10
2014-07-08net: fec: clean up duplex mode handlingRussell King1-12/+12
2014-07-08net: fec: quiesce packet processing when taking link down in fec_enet_adjust_link()Russell King1-0/+4
2014-07-08net: fec: quiesce packet processing before changing featuresRussell King1-9/+16
2014-07-08net: fec: quiesce packet processing before stopping device in fec_set_features()Russell King1-1/+1
2014-07-08net: fec: quiesce packet processing before stopping device in fec_suspend()Russell King1-7/+9
2014-07-08net: fec: remove inappropriate calls around fec_restart()Russell King1-20/+6
2014-07-08net: fec: move calls to quiesce/resume packet processing out of fec_restart()Russell King1-19/+45
2014-07-08net: fec: only restart or stop the device if it is present and runningRussell King1-5/+14
2014-07-08net: fec: ensure fec_enet_close() copes with resume failureRussell King1-2/+2
2014-07-08net: fec: improve safety of suspend/resume/transmit timeout pathsRussell King1-0/+7
2014-07-08net/mlx4_en: Fix mac_hash database inconsistencyNoa Osherovich2-10/+15
2014-07-08net/mlx4_en: Do not count LLC/SNAP in MTU calculationYishai Hadas2-3/+1
2014-07-08net/mlx4_en: Do not disable vlan filter during promiscuous modeEugenia Emantayev1-10/+0
2014-07-08net/mlx4: Verify port number in __mlx4_unregister_macEugenia Emantayev1-2/+8
2014-07-08net/mlx4_en: Run loopback test only when port is upEugenia Emantayev1-1/+2
2014-07-08net/mlx4_en: Fix set port ratelimit for 40GEEugenia Emantayev3-10/+28
2014-07-08bridge: export knowledge about the presence of IGMP/MLD queriersLinus Lüssing2-0/+43
2014-07-08bridge: adding stubs for multicast exportsLinus Lüssing1-0/+14
2014-07-08tipc: fix a memleak when sending dataErik Hugne1-1/+4
2014-07-08defxx: Fix issues with debug printk callsMaciej W. Rozycki2-12/+11
2014-07-08defxx: Add missing DMA synchronisation callsMaciej W. Rozycki1-4/+16
2014-07-08defxx: Handle DMA mapping errorsMaciej W. Rozycki1-26/+58
2014-07-08defxx: Use netdev_alloc_skb consistentlyMaciej W. Rozycki1-2/+6
2014-07-08defxx: Discard DMA maps on buffer deallocationMaciej W. Rozycki1-1/+6
2014-07-08defxx: Correct the receive DMA map sizeMaciej W. Rozycki1-3/+3