summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2009-05-19can: SJA1000 generic platform bus driverWolfgang Grandegger1-0/+32
2009-05-19can: CAN Network device driver and Netlink interfaceWolfgang Grandegger3-0/+184
2009-05-19net: add tx_packets/tx_bytes/tx_dropped counters in struct netdev_queueEric Dumazet1-0/+3
2009-05-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2-4/+55
2009-05-18mdio: Add XENPAK LASI register definitionsBen Hutchings1-0/+28
2009-05-18mdio: Add 10GBASE-T SNR register definitionBen Hutchings1-0/+7
2009-05-18net: tx scalability works : trans_startEric Dumazet1-0/+11
2009-05-13nl80211: Add RSC configuration for new keysJouni Malinen1-2/+2
2009-05-13nl80211: Add IEEE 802.1X PAE control for station modeJouni Malinen1-0/+9
2009-05-13nl80211: improve station flags handlingJohannes Berg1-1/+20
2009-05-11mac80211: Robust Action frame categories for MFPJouni Malinen1-1/+7
2009-05-11nl80211 : Add support for configuring MFPJouni Malinen1-0/+17
2009-05-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2-1/+32
2009-05-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller3-0/+7
2009-05-07net: Add missing rculist.h include to netdevice.hDavid S. Miller1-0/+1
2009-05-06mac80211: Update SA Query transaction id lengthJouni Malinen1-1/+1
2009-05-06wl12xx: add driverKalle Valo1-0/+31
2009-05-05net: introduce a list of device addresses dev_addr_list (v6)Jiri Pirko2-2/+62
2009-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2-0/+4
2009-05-05netfilter: xt_cluster: fix use of cluster match with 32 nodesPablo Neira Ayuso1-0/+2
2009-05-05netfilter: add missing linux/types.h include to xt_LED.hPatrick McHardy1-0/+2
2009-05-04usbnet: CDC EEM support (v5)Omar Laazimani1-0/+3
2009-05-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-2/+3
2009-05-02virtio: add missing include to virtio_net.hGrant Likely1-0/+1
2009-05-01netfilter: use likely() in xt_info_rdlock_bh()Eric Dumazet1-2/+2
2009-04-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller4-9/+75
2009-04-30ethtool/mdio: Support backplane mode negotiationBen Hutchings2-0/+15
2009-04-30ethtool/mdio: Report MDIO mode support and link partner advertisingBen Hutchings2-3/+6
2009-04-30mdio: Add mdio45_ethtool_spauseparam_an()Ben Hutchings1-0/+3
2009-04-30mii: Add mii_advertise_flowctrl()Ben Hutchings1-0/+16
2009-04-30mii: Simplify mii_resolve_flowctrl_fdx()Ben Hutchings1-12/+6
2009-04-30mdio: Add generic MDIO (clause 45) support functionsBen Hutchings1-0/+66
2009-04-30mdio: Add register definitions for MDIO (clause 45)Ben Hutchings1-0/+237
2009-04-30ethtool: Add port type PORT_OTHERBen Hutchings1-0/+1
2009-04-29netfilter: revised locking for x_tablesStephen Hemminger1-5/+68
2009-04-28net: netif_tx_queue_stopped too expensiveEric Dumazet1-2/+8
2009-04-28net: Avoid extra wakeups of threads blocked in wait_for_packet()Eric Dumazet1-2/+4
2009-04-28sctp: add feature bit for SCTP offload in hardwareJesse Brandeburg1-0/+2
2009-04-28smsc911x: add fifo byteswap support V2Magnus Damm1-0/+10
2009-04-27net: Fix typo in net_device_ops description.Mike Rapoport1-1/+1
2009-04-27gro: Fix COMPLETE checksum handlingHerbert Xu1-0/+7
2009-04-27gro: Fix handling of headers that extend over the tailHerbert Xu1-1/+1
2009-04-27tun: add IFF_TUN_EXCL flag to avoid opening a persistent device.David Woodhouse1-0/+1
2009-04-27net: Rework fs_enet driver to use of_mdio infrastructureGrant Likely1-4/+2
2009-04-27openfirmware: Add OF phylib support codeGrant Likely1-0/+22
2009-04-27phylib: add *_direct() variants of phy_connect and phy_attach functionsGrant Likely1-0/+5
2009-04-27phylib: rework to prepare for OF registration of PHYsGrant Likely1-0/+1
2009-04-27of: add of_parse_phandle() helper for parsing phandle propertiesGrant Likely1-0/+3
2009-04-27snmp: add missing counters for RFC 4293Neil Horman1-2/+8
2009-04-27net: Fix LL_MAX_HEADER for CONFIG_TR_MODULEAdrian Bunk1-1/+1