summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-03-24net: optimize csum_replace2()Eric Dumazet1-2/+21
2014-03-22Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller25-144/+1237
2014-03-22batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2014-03-22batman-adv: improve DAT documentationAntonio Quartulli2-2/+6
2014-03-22batman-adv: improve the TT flags documentationAntonio Quartulli1-4/+24
2014-03-22batman-adv: Send multicast packets to nodes with a WANT_ALL flagLinus Lüssing6-3/+198
2014-03-22batman-adv: Add IPv4 link-local/IPv6-ll-all-nodes multicast supportLinus Lüssing6-8/+156
2014-03-22batman-adv: Modified forwarding behaviour for multicast packetsLinus Lüssing10-26/+275
2014-03-22batman-adv: Announce new capability via multicast TVLVLinus Lüssing7-6/+167
2014-03-22batman-adv: introduce capability initialization bitfieldLinus Lüssing3-9/+11
2014-03-22batman-adv: Multicast Listener Announcements via Translation TableLinus Lüssing8-4/+318
2014-03-22batman-adv: add kerneldoc for dst_hint argumentAntonio Quartulli2-0/+3
2014-03-22batman-adv: call unregister_netdev() to have it handle the locking for usMarek Lindner1-4/+1
2014-03-22batman-adv: fix a few kerneldoc inconsistenciesSimon Wunderlich1-5/+5
2014-03-22batman-adv: prefer ether_addr_copy to memcpyAntonio Quartulli13-71/+70
2014-03-22batman-adv: remove obsolete skb_reset_mac_header() in batadv_bla_tx()Linus Lüssing1-3/+0
2014-03-22batman-adv: use vlan_/eth_hdr() instead of skb->data in interface_tx pathLinus Lüssing5-14/+18
2014-03-22batman-adv: fix coccinelle warningsFengguang Wu1-1/+1
2014-03-21Merge branch 'ptp-next'David S. Miller21-20/+509
2014-03-21dp83640: let the periodic pin from the module parameter be a default.Richard Cochran1-6/+13
2014-03-21dp83640: let external input pins from the module parameters be defaults.Richard Cochran1-1/+4
2014-03-21dp83640: implement programmable pin functions.Richard Cochran1-0/+52
2014-03-21dp83640: correct the periodic output frequencyRichard Cochran1-5/+6
2014-03-21dp83640: trivial fixesRichard Cochran1-3/+3
2014-03-21ptp: drivers: set the number of programmable pins.Richard Cochran12-0/+12
2014-03-21ptp: expose the programmable pins via sysfsRichard Cochran3-0/+138
2014-03-21ptp: add the pin GET/SETFUNC ioctls to the testptp program.Richard Cochran1-3/+55
2014-03-21ptp: introduce programmable pins.Richard Cochran5-2/+226
2014-03-20Merge branch 'bcmgenet-next'David S. Miller2-14/+10
2014-03-20net: bcmgenet: manipulate netdev_queue directlyFlorian Fainelli1-4/+8
2014-03-20net: bcmgenet: remove bogus tx queue checksFlorian Fainelli1-8/+0
2014-03-20net: bcmgenet: add skb_tx_timestamp callFlorian Fainelli1-0/+2
2014-03-20net: bcmgenet: remove unused spinlock memberFlorian Fainelli2-2/+0
2014-03-20Merge branch 'sh_eth-next'David S. Miller1-54/+31
2014-03-20sh_eth: Remove goto statements that jump straight to a returnLaurent Pinchart1-21/+9
2014-03-20sh_eth: Register MDIO bus before registering the network deviceLaurent Pinchart1-11/+9
2014-03-20sh_eth: Simplify MDIO bus initialization and releaseLaurent Pinchart1-19/+11
2014-03-20sh_eth: Use the platform device as the MDIO bus parentLaurent Pinchart1-1/+1
2014-03-20sh_eth: Use the platform device for memory allocationLaurent Pinchart1-4/+3
2014-03-20ieee802154: dgram: cleanup set of broadcast panidAlexander Aring1-1/+1
2014-03-20af_ieee802154: fix check on broadcast addressAlexander Aring1-1/+1
2014-03-20of_mdio: Allow the DT to specify the phy ID and avoid autoprobingJason Gunthorpe1-1/+22
2014-03-20dt: Document a compatible entry for MDIO ethernet PhysJason Gunthorpe1-1/+9
2014-03-20Merge branch 'cdc-next'David S. Miller3-0/+30
2014-03-20net: cdc_ncm: respect operator preferred MTU reported by MBIMBen Chan2-0/+18
2014-03-20USB: cdc: add MBIM extended functional descriptor structureBen Chan1-0/+12
2014-03-20Merge branch 'mlx4-next'David S. Miller12-114/+676
2014-03-20net/mlx4: Adapt num_vfs/probed_vf params for single port VFMatan Barak1-13/+34
2014-03-20net/mlx4: Adapt code for N-Port VFMatan Barak12-79/+417
2014-03-20net/mlx4: Add utils for N-Port VFsMatan Barak3-0/+135