aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller4-9/+75
2009-04-29ethtool/mdio: Support backplane mode negotiationBen Hutchings2-0/+15
2009-04-29ethtool/mdio: Report MDIO mode support and link partner advertisingBen Hutchings2-3/+6
2009-04-29mdio: Add mdio45_ethtool_spauseparam_an()Ben Hutchings1-0/+3
2009-04-29mii: Add mii_advertise_flowctrl()Ben Hutchings1-0/+16
2009-04-29mii: Simplify mii_resolve_flowctrl_fdx()Ben Hutchings1-12/+6
2009-04-29mdio: Add generic MDIO (clause 45) support functionsBen Hutchings1-0/+66
2009-04-29mdio: Add register definitions for MDIO (clause 45)Ben Hutchings1-0/+237
2009-04-29ethtool: Add port type PORT_OTHERBen Hutchings1-0/+1
2009-04-28netfilter: 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
2009-04-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller1-0/+1
2009-04-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller5-20/+166
2009-04-24netfilter: nf_ct_dccp: add missing role attributes for DCCPPablo Neira Ayuso1-0/+1
2009-04-23af_iucv: add sockopt() to enable/disable use of IPRM_DATA msgsHendrik Brueckner1-0/+1
2009-04-22nl80211: Add event for authentication/association timeoutJouni Malinen1-2/+11
2009-04-22nl80211: allow configuring IBSS beacon intervalJohannes Berg1-1/+3
2009-04-22mac80211: validate TIM IE length (redux)Johannes Berg1-1/+31
2009-04-22nl80211: Add set/get for frag/rts threshold and retry limitsJouni Malinen1-2/+22
2009-04-22cfg80211/nl80211: add IBSS APIJohannes Berg1-0/+18
2009-04-22mac80211: disable powersave if pm_qos asks for low latencyJohannes Berg1-0/+9
2009-04-22libertas: add support for Marvell SD8688 chipBing Zhao1-0/+2
2009-04-22ath5k: add support for Fukato Datacask Jupiter LEDsBob Copeland1-0/+2
2009-04-22cfg80211: add cipher capabilitiesJohannes Berg1-0/+4
2009-04-22cfg80211: send regulatory beacon hint events to userspaceLuis R. Rodriguez1-1/+33
2009-04-22cfg80211: introduce scan IE limit attributeJohannes Berg1-0/+4
2009-04-22nl80211: Add Michael MIC failure eventJouni Malinen1-0/+28
2009-04-22rfkill: remove user_claim stuffJohannes Berg1-6/+0
2009-04-22rfkill: remove deprecated state constantsJohannes Berg1-8/+0
2009-04-21tun: fix tun_chr_aio_write so that aio worksMichael S. Tsirkin2-3/+4
2009-04-21net: skb_copy_datagram_const_iovec()Michael S. Tsirkin2-0/+7
2009-04-21net: factor out ethtool invocation of vlan/macvlan driversPatrick McHardy1-1/+23
2009-04-21export usbnet_get_ethernet_addr from usbnet and fixed cdc_ether.cPeter Holik1-0/+1
2009-04-20syncookies: remove last_synq_overflow from struct tcp_sockFlorian Westphal1-3/+1
2009-04-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller19-136/+267
2009-04-16gro: New frags interface to avoid copying shinfoHerbert Xu2-16/+12