summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2009-05-06mac80211: unify config_interface and bss_info_changedJohannes Berg1-38/+13
2009-05-06mac80211: clean up beacon interval settingsJohannes Berg1-2/+12
2009-05-06mac80211: rename max_sleep_interval to max_sleep_periodJohannes Berg1-2/+2
2009-05-03ipv4: remove unused macro (FIB_RES_RESET) from ip_fib.h.Rami Rosen1-2/+0
2009-05-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-2/+3
2009-05-01virtio: 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-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller6-12/+81
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-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller2-3/+6
2009-04-28netfilter: revised locking for x_tablesStephen Hemminger1-5/+68
2009-04-28Bluetooth: Add different pairing timeout for Legacy PairingMarcel Holtmann2-2/+4
2009-04-28Bluetooth: Ensure that HCI sysfs add/del is preempt safeRoger Quadros1-1/+2
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 Horman4-4/+43
2009-04-27net: Fix LL_MAX_HEADER for CONFIG_TR_MODULEAdrian Bunk1-1/+1
2009-04-27ipv4: remove unused member in fib_table.Rami Rosen1-1/+0
2009-04-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller1-0/+1
2009-04-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller9-654/+1119
2009-04-24netfilter: nf_ct_dccp: add missing role attributes for DCCPPablo Neira Ayuso1-0/+1
2009-04-23af_iucv: New socket option for setting IUCV MSGLIMITsHendrik Brueckner1-0/+2
2009-04-23af_iucv: Modify iucv msg target class using control msghdrHendrik Brueckner1-0/+3
2009-04-23af_iucv: add sockopt() to enable/disable use of IPRM_DATA msgsHendrik Brueckner2-0/+5
2009-04-22nl80211: Add event for authentication/association timeoutJouni Malinen2-4/+31
2009-04-22mac80211: calculate maximum sleep intervalJohannes Berg1-3/+16
2009-04-22nl80211: allow configuring IBSS beacon intervalJohannes Berg2-1/+5
2009-04-22mac80211: remove IEEE80211_CONF_CHANGE_DYNPS_TIMEOUTJohannes Berg1-6/+4
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 Malinen2-2/+72
2009-04-22cfg80211: clean up includesJohannes Berg4-620/+683
2009-04-22cfg80211/nl80211: add IBSS APIJohannes Berg3-0/+104