aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-05-202-0/+3
|\
| * libata: Power off empty portsKristen Carlson Accardi2011-05-191-0/+1
| * pata_cm64x: fix boot crash on pariscJames Bottomley2011-05-141-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-05-2087-739/+2675
|\ \
| * | macvlan: remove one synchronize_rcu() callEric Dumazet2011-05-201-1/+3
| * | ipv6: reduce per device ICMP mib sizesEric Dumazet2011-05-193-7/+30
| * | ipv4: Pass explicit destination address to rt_bind_peer().David S. Miller2011-05-181-2/+2
| * | ipv4: Pass explicit destination address to rt_get_peer().David S. Miller2011-05-181-1/+1
| * | ipv4: Make caller provide flowi4 key to inet_csk_route_req().David S. Miller2011-05-181-0/+1
| * | ipv4: Kill RT_CACHE_DEBUGDavid S. Miller2011-05-181-7/+0
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-05-172-7/+17
| |\ \
| * | | net: ping: fix build failureVasiliy Kulikov2011-05-171-2/+0
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-05-1612-14/+1279
| |\ \ \
| | * | | cfg80211: make stripping of 802.11 header optional from AMSDUYogesh Ashok Powar2011-05-161-1/+3
| | * | | nl80211: Move peer link state definition to nl80211Javier Cardona2011-05-162-30/+38
| | * | | cfg80211: advertise possible interface combinationsJohannes Berg2011-05-162-1/+209
| | * | | cfg80211/mac80211: avoid bounce back mac->cfg->mac on sched_scan_stoppedLuciano Coelho2011-05-121-2/+1
| | * | | cfg80211: restrict AP beacon intervalsJohannes Berg2011-05-121-0/+4
| | * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2011-05-122-3/+7
| | |\ \ \
| | | * | | Bluetooth: Double check sec req for pre 2.1 deviceWaldemar Rymarkiewicz2011-05-111-0/+1
| | | * | | Bluetooth: Remove l2cap_sk_listGustavo F. Padovan2011-05-051-3/+3
| | | * | | Bluetooth: Handle psm == 0 case inside l2cap_add_psm()Gustavo F. Padovan2011-05-051-1/+0
| | | * | | Bluetooth: Add l2cap_add_psm() and l2cap_add_scid()Gustavo F. Padovan2011-05-051-0/+4
| | * | | | cfg80211/nl80211: add interval attribute for scheduled scansLuciano Coelho2011-05-112-9/+18
| | * | | | mac80211: add support for HW scheduled scanLuciano Coelho2011-05-111-0/+50
| | * | | | cfg80211/nl80211: add support for scheduled scansLuciano Coelho2011-05-112-0/+82
| | * | | | ssb: move ssb_commit_settings and export itRafał Miłecki2011-05-111-0/+1
| | * | | | bcma: add missing GPIO defines, use PULL register only when availableRafał Miłecki2011-05-111-0/+5
| | * | | | mac80211: Self-protected management frames are not robustThomas Pedersen2011-05-111-0/+1
| | * | | | nl80211: Let userspace drive the peer link management states.Javier Cardona2011-05-112-0/+33
| | * | | | cfg80211: Use capability info to detect mesh beacons.Javier Cardona2011-05-111-0/+5
| | * | | | mac80211: Drop MESH_PLINK category and use new ANA-approved MESH_ACTIONJavier Cardona2011-05-111-3/+2
| | * | | | nl80211: Introduce NL80211_MESH_SETUP_USERSPACE_AMPEJavier Cardona2011-05-112-1/+13
| | * | | | bcma: add Broadcom specific AMBA bus driverRafał Miłecki2011-05-105-0/+661
| | * | | | mac80211: add basic support for WoWLANJohannes Berg2011-05-051-0/+16
| | * | | | nl80211/cfg80211: WoWLAN supportJohannes Berg2011-05-052-2/+171
| | * | | | cfg80211: Remove unused wiphy flagJouni Malinen2011-05-051-3/+0
| * | | | | caif: remove unesesarry exportssjur.brandeland@stericsson.com2011-05-151-1/+0
| * | | | | caif: Handle dev_queue_xmit errors.sjur.brandeland@stericsson.com2011-05-151-1/+2
| * | | | | caif: prepare support for namespacessjur.brandeland@stericsson.com2011-05-152-81/+14
| * | | | | caif: Protected in-flight packets using dev or sock refcont.sjur.brandeland@stericsson.com2011-05-151-0/+29
| * | | | | caif: Move refcount from service layer to sock and dev.sjur.brandeland@stericsson.com2011-05-151-13/+16
| * | | | | caif: Add ref-count to framing layersjur.brandeland@stericsson.com2011-05-151-1/+4
| * | | | | caif: Use RCU instead of spin-lock in caif_dev.csjur.brandeland@stericsson.com2011-05-151-0/+10
| * | | | | caif: Use rcu_read_lock in CAIF mux layer.sjur.brandeland@stericsson.com2011-05-151-0/+2
| * | | | | ipv4: Remove route key identity dependencies in ip_rt_get_source().David S. Miller2011-05-131-1/+1
| * | | | | net: ipv4: add IPPROTO_ICMP socket kindVasiliy Kulikov2011-05-132-0/+59
| * | | | | 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