summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* ethtool: Added support for FW dumpAnirban Chakraborty2011-05-131-0/+31
* netdevice.h: Align struct net_device membersJoe Perches2011-05-131-4/+4
* net: introduce netdev_change_features()Michał Mirosław2011-05-121-0/+1
* net: group FCoE related feature flagsYi Zou2011-05-121-1/+5
* Merge branch 'tipc-May10-2011' of git://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller2011-05-111-1/+1
|\
| * tipc: Abort excessive send requests as early as possibleAllan Stephens2011-05-101-1/+1
* | net: add mac_pton() for parsing MAC addressAlexey Dobriyan2011-05-091-0/+1
* | vlan: remove one synchronize_net() callEric Dumazet2011-05-091-1/+0
|/
* net: Allow ethtool to set interface in loopback mode.Mahesh Bandewar2011-05-081-1/+2
* ethtool: Add 20G bit definitionsYaniv Rosner2011-05-081-0/+4
* ethtool: remove phys_id from ethtool_opsStephen Hemminger2011-05-081-7/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-05-051-0/+1
|\
| * usbnet: Resubmit interrupt URB if device is openPaul Stewart2011-04-281-0/+1
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2011-05-054-8/+36
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-05-054-8/+36
| |\ \
| | * | ssb: update reject bit for Target State LowRafał Miłecki2011-04-261-1/+1
| | * | ssb: cc: clear GPIOPULL registers on initRafał Miłecki2011-04-251-0/+2
| | * | ssb: cc: add & fix definesRafał Miłecki2011-04-251-2/+7
| | * | ath9k_hw: Get AHB clock information from ath9k_platform_dataVasanthakumar Thiagarajan2011-04-251-0/+2
| | * | Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2011-04-251-5/+24
| | |\ \
| | | * | wl12xx: Handle platforms without level trigger interruptsIdo Yariv2011-04-191-0/+4
| | | * | wl12xx: Clean up and fix the 128x boot sequenceIdo Yariv2011-04-191-4/+6
| | | * | wl12xx: add new board_tcxo_clock element to the platform dataLuciano Coelho2011-04-191-1/+14
* | | | | net: Add sendmmsg socket system callAnton Blanchard2011-05-053-0/+5
* | | | | can: make struct can_proto constKurt Van Dijck2011-05-041-2/+2
|/ / / /
* | | | ipv4: Pass explicit saddr/daddr args to ipmr_get_route().David S. Miller2011-05-041-0/+1
* | | | net/stmmac: Move "#include <linux/platform_device.h>" to linux/stmmac.hViresh KUMAR2011-05-031-0/+2
* | | | ethtool: Call ethtool's get/set_settings callbacks with cleaned dataDavid Decotigny2011-04-292-8/+5
* | | | ethtool: cosmetics: enforce const-ness in ethtool_cmd_speedDavid Decotigny2011-04-291-4/+10
* | | | net: allow user to change NETIF_F_HIGHDMAMichał Mirosław2011-04-281-1/+2
* | | | net: fix netdev_increment_features()Michał Mirosław2011-04-281-1/+6
* | | | net: filter: Just In Time compiler for x86-64Eric Dumazet2011-04-273-1/+78
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-04-252-4/+78
|\ \ \ \ | |/ / /
| * | | rfkill: Regulator consumer driver for rfkillAntonio Ospite2011-04-191-0/+48
| |/ /
| * | {mac|nl}80211: Add station connected timeMohammed Shafi Shajakhan2011-04-121-0/+2
| * | nl80211: New notification to discover mesh peer candidates.Javier Cardona2011-04-121-0/+12
| * | nl80211/mac80211: let userspace authenticate stationsJavier Cardona2011-04-121-0/+2
| * | cfg80211/nl80211: Add userspace authentication flag to mesh setupJavier Cardona2011-04-121-0/+9
| * | nl80211: rename NL80211_MESH_SETUP_VENDOR_PATH_SEL_IEJavier Cardona2011-04-121-4/+5
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-04-192-54/+44
|\ \ \
| * | | netfilter: ipset: SCTP, UDPLITE support addedJozsef Kadlecsik2011-04-131-0/+2
| * | | netfilter: get rid of atomic ops in fast pathEric Dumazet2011-04-041-54/+42
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-191-2/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | usbnet: Fix up 'FLAG_POINTTOPOINT' and 'FLAG_MULTI_PACKET' overlaps.huajun li2011-04-141-2/+2
* | | | ethtool: allow custom interval for physical identificationAllan, Bruce W2011-04-141-2/+4
* | | | net: allow shifted access in smsc911x V2Mathieu J. Poirier2011-04-131-0/+1
* | | | rndis_host: Poll status before control channel where necessaryBen Hutchings2011-04-131-0/+2
* | | | net: ethtool support to configure number of channelsamit salecha2011-04-131-0/+36
* | | | net: Missing 'inline' in vlan-disabled vlan_untag()David S. Miller2011-04-121-1/+1
* | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2011-04-124-2/+49
|\ \ \ \
OpenPOWER on IntegriCloud