summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2009-05-18net: add tx_packets/tx_bytes/tx_dropped counters in struct netdev_queueEric Dumazet1-0/+3
2009-05-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller4-57/+87
2009-05-17fcoe: adds spma mode supportVasu Dev1-0/+2
2009-05-17mdio: Add XENPAK LASI register definitionsBen Hutchings1-0/+28
2009-05-17mdio: Add 10GBASE-T SNR register definitionBen Hutchings1-0/+7
2009-05-17net: tx scalability works : trans_startEric Dumazet1-0/+11
2009-05-17ipv4: remove an unused parameter from configure method of fib_rules_ops.Rami Rosen1-1/+0
2009-05-13nl80211: Add RSC configuration for new keysJouni Malinen1-2/+2
2009-05-13nl80211: Add IEEE 802.1X PAE control for station modeJouni Malinen2-0/+14
2009-05-13nl80211: improve station flags handlingJohannes Berg2-24/+25
2009-05-13cfg80211: implement wext key handlingJohannes Berg1-0/+10
2009-05-11mac80211: Robust Action frame categories for MFPJouni Malinen1-1/+7
2009-05-11cfg80211: put wext data into substructureJohannes Berg1-2/+4
2009-05-11cfg80211: constify key mac address in opsJohannes Berg1-3/+3
2009-05-11mac80211: remove ieee80211_ht_bss_infoJohannes Berg1-16/+0
2009-05-11mac80211: move HT operation mode BSS infoJohannes Berg1-9/+3
2009-05-11nl80211 : Add support for configuring MFPJouni Malinen2-0/+19
2009-05-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller3-43/+67
2009-05-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller5-1/+21
2009-05-07tcp: tcp_prequeue() can use keyed wakeupsEric Dumazet1-1/+2
2009-05-07tcp: tcp_prequeue() cleanupEric Dumazet1-22/+23
2009-05-06net: 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-06mac80211: tell driver when idleJohannes Berg1-0/+8
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-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-04Bluetooth: Fix issue with sysfs handling for connectionsMarcel Holtmann1-0/+1
2009-05-04usbnet: CDC EEM support (v5)Omar Laazimani1-0/+3
2009-05-04tcp: Fix tcp_prequeue() to get correct rto_min valueSatoru SATOH1-1/+13
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