summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* mdio: Add mdio45_ethtool_spauseparam_an()Ben Hutchings2009-04-291-0/+3
* mii: Add mii_advertise_flowctrl()Ben Hutchings2009-04-291-0/+16
* mii: Simplify mii_resolve_flowctrl_fdx()Ben Hutchings2009-04-291-12/+6
* mdio: Add generic MDIO (clause 45) support functionsBen Hutchings2009-04-291-0/+66
* mdio: Add register definitions for MDIO (clause 45)Ben Hutchings2009-04-291-0/+237
* ethtool: Add port type PORT_OTHERBen Hutchings2009-04-291-0/+1
* net: netif_tx_queue_stopped too expensiveEric Dumazet2009-04-281-2/+8
* sctp: add feature bit for SCTP offload in hardwareJesse Brandeburg2009-04-281-0/+2
* smsc911x: add fifo byteswap support V2Magnus Damm2009-04-281-0/+10
* gro: Fix COMPLETE checksum handlingHerbert Xu2009-04-271-0/+7
* gro: Fix handling of headers that extend over the tailHerbert Xu2009-04-271-1/+1
* tun: add IFF_TUN_EXCL flag to avoid opening a persistent device.David Woodhouse2009-04-271-0/+1
* net: Rework fs_enet driver to use of_mdio infrastructureGrant Likely2009-04-271-4/+2
* openfirmware: Add OF phylib support codeGrant Likely2009-04-271-0/+22
* phylib: add *_direct() variants of phy_connect and phy_attach functionsGrant Likely2009-04-271-0/+5
* phylib: rework to prepare for OF registration of PHYsGrant Likely2009-04-271-0/+1
* of: add of_parse_phandle() helper for parsing phandle propertiesGrant Likely2009-04-271-0/+3
* snmp: add missing counters for RFC 4293Neil Horman2009-04-274-4/+43
* ipv4: remove unused member in fib_table.Rami Rosen2009-04-271-1/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-04-259-654/+1119
|\
| * nl80211: Add event for authentication/association timeoutJouni Malinen2009-04-222-4/+31
| * mac80211: calculate maximum sleep intervalJohannes Berg2009-04-221-3/+16
| * nl80211: allow configuring IBSS beacon intervalJohannes Berg2009-04-222-1/+5
| * mac80211: remove IEEE80211_CONF_CHANGE_DYNPS_TIMEOUTJohannes Berg2009-04-221-6/+4
| * mac80211: validate TIM IE length (redux)Johannes Berg2009-04-221-1/+31
| * nl80211: Add set/get for frag/rts threshold and retry limitsJouni Malinen2009-04-222-2/+72
| * cfg80211: clean up includesJohannes Berg2009-04-224-620/+683
| * cfg80211/nl80211: add IBSS APIJohannes Berg2009-04-223-0/+104
| * cfg80211/mac80211: move wext SIWMLME into cfg80211Johannes Berg2009-04-221-0/+3
| * mac80211: document powersaving/beacon filter futureJohannes Berg2009-04-221-10/+50
| * mac80211: disable powersave if pm_qos asks for low latencyJohannes Berg2009-04-221-0/+9
| * mac80211: add hardware restart functionJohannes Berg2009-04-221-0/+14
| * libertas: add support for Marvell SD8688 chipBing Zhao2009-04-221-0/+2
| * ath5k: add support for Fukato Datacask Jupiter LEDsBob Copeland2009-04-221-0/+2
| * cfg80211: add cipher capabilitiesJohannes Berg2009-04-222-0/+9
| * cfg80211: send regulatory beacon hint events to userspaceLuis R. Rodriguez2009-04-221-1/+33
| * mac80211: pass all probe request IEs to driverJohannes Berg2009-04-222-6/+9
| * cfg80211: introduce scan IE limit attributeJohannes Berg2009-04-222-0/+5
| * cfg80211: add cfg80211_inform_bssJussi Kivilinna2009-04-221-0/+8
| * nl80211: Add Michael MIC failure eventJouni Malinen2009-04-222-0/+44
| * nl80211: Generate deauth/disassoc event for locally generated framesJouni Malinen2009-04-221-8/+8
| * cfg80211: remove duplicated #includeHuang Weiyi2009-04-221-1/+0
| * rfkill: remove user_claim stuffJohannes Berg2009-04-221-6/+0
| * rfkill: remove deprecated state constantsJohannes Berg2009-04-221-8/+0
* | af_iucv: New socket option for setting IUCV MSGLIMITsHendrik Brueckner2009-04-231-0/+2
* | af_iucv: Modify iucv msg target class using control msghdrHendrik Brueckner2009-04-231-0/+3
* | af_iucv: add sockopt() to enable/disable use of IPRM_DATA msgsHendrik Brueckner2009-04-232-0/+5
|/
* tun: fix tun_chr_aio_write so that aio worksMichael S. Tsirkin2009-04-212-3/+4
* net: skb_copy_datagram_const_iovec()Michael S. Tsirkin2009-04-212-0/+7
* net: factor out ethtool invocation of vlan/macvlan driversPatrick McHardy2009-04-211-1/+23