summaryrefslogtreecommitdiffstats
path: root/lib (unfollow)
Commit message (Expand)AuthorFilesLines
2012-06-28batman-adv: Prefix main local static functions with batadv_Sven Eckelmann1-37/+39
2012-06-28batman-adv: Prefix vis local static functions with batadv_Sven Eckelmann1-98/+103
2012-06-28batman-adv: Prefix unicast local static functions with batadv_Sven Eckelmann1-13/+16
2012-06-28ipv4: Kill early demux method return value.David S. Miller4-38/+27
2012-06-28xfrm_user: Propagate netlink error codes properly.David S. Miller2-196/+208
2012-06-28phy: Fix warning in get_phy_device().David S. Miller1-2/+2
2012-06-28virtio_net: allow to change mac when iface is runningJiri Pirko1-4/+5
2012-06-28netdev/phy: Add driver for Broadcom BCM87XX 10G Ethernet PHYsDavid Daney4-0/+273
2012-06-28netdev/phy/of: Add more methods for binding PHY devices to drivers.David Daney2-0/+13
2012-06-28netdev/phy/of: Handle IEEE802.3 clause 45 Ethernet PHYs in of_mdiobus_register()David Daney2-5/+23
2012-06-28netdev/phy: Handle IEEE802.3 clause 45 Ethernet PHYsDavid Daney4-11/+116
2012-06-28net: fec: add phy-reset-duration for device tree probeShawn Guo2-1/+11
2012-06-28net: fec: phy-reset-gpios is optionalShawn Guo1-1/+1
2012-06-28net: fec: use managed function devm_gpio_request_oneShawn Guo1-1/+2
2012-06-28net: fec: enable regulator for fec phyShawn Guo1-0/+13
2012-06-28net: fec: reset phy after pinctrl setupShawn Guo1-2/+2
2012-06-28bnx2: Add missing netif_tx_disable() in bnx2_close()Michael Chan1-2/+3
2012-06-28bnx2: Add "fall through" commentsMichael Chan1-0/+4
2012-06-28cnic: Handle RAMROD_CMD_ID_CLOSE error.Eddie Wai2-2/+11
2012-06-28cnic: Remove uio mem[0].Michael Chan1-4/+1
2012-06-28cnic: Read bnx2x function number from internal registerEddie Wai1-1/+7
2012-06-28cnic: Fix occasional NULL pointer dereference during reboot.Michael Chan1-2/+7
2012-06-28Revert "ipv4: tcp: dont cache unconfirmed intput dst"David S. Miller9-20/+15
2012-06-28net: added support for 40GbE link.parav.pandit@emulex.com2-12/+14
2012-06-28net: skb_free_datagram_locked() doesnt drop all packetsEric Dumazet4-11/+15
2012-06-28netlink: Get rid of obsolete rtnetlink macrosThomas Graf3-142/+8
2012-06-28decnet: Do not use RTA_PUT() macrosThomas Graf2-51/+79
2012-06-28ip6mr: Do not use RTA_PUT() macrosThomas Graf1-2/+3
2012-06-28ipmr: Do not use RTA_PUT() macrosThomas Graf1-14/+14
2012-06-28inet_diag: Do not use RTA_PUT() macrosThomas Graf1-59/+53
2012-06-28sock_diag: Do not use RTA_PUT() macrosThomas Graf1-9/+3
2012-06-28unix_diag: Do not use RTA_PUT() macrosThomas Graf1-47/+33
2012-06-28ipv4: tcp: dont cache unconfirmed intput dstEric Dumazet9-15/+20
2012-06-27be2net: Fix to trim skb for padded vlan packets to workaround an ASIC BugSomnath Kotur2-14/+47
2012-06-27net: sh_eth: add support for set_ringparam/get_ringparamYoshihiro Shimoda2-33/+112
2012-06-27net: sh_eth: fix up the buffer pointersYoshihiro Shimoda1-7/+24
2012-06-27net: sh_eth: remove unnecessary members/definitionsYoshihiro Shimoda2-75/+1
2012-06-27net: sh_eth: remove unnecessary functionYoshihiro Shimoda2-23/+0
2012-06-27bnx2x: Change bnx2x_tests_str_arr to static charMerav Sicron1-1/+1
2012-06-27bnx2x, bnx2fc, bnx2i, cnic: Add statistics support and FCoE capabilities adve...Barak Witkowski13-139/+420
2012-06-276lowpan: double unlock on an error pathDan Carpenter1-1/+1
2012-06-27netlink: Delete NLMSG_PUT and NLMSG_NEW.David S. Miller1-8/+0
2012-06-27pkt_sched: sch_api: Move away from NLMSG_NEW().David S. Miller1-10/+14
2012-06-27pkt_sched: cls_api: Move away from NLMSG_NEW().David S. Miller1-5/+7
2012-06-27decnet: dn_table: Move away from NLMSG_NEW().David S. Miller1-5/+6
2012-06-27decnet: dn_route: Move away from NLMSG_NEW().David S. Miller1-5/+7
2012-06-27audit: netlink: Move away from NLMSG_NEW().David S. Miller1-10/+13
2012-06-27infiniband: netlink: Move away from NLMSG_NEW().David S. Miller1-4/+6
2012-06-27selinux: netlink: Move away from NLMSG_PUT().David S. Miller1-4/+7
2012-06-27unix_diag: Move away from NLMSG_PUT().David S. Miller1-11/+13