aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | ipvs: Remove all remaining references to rt->rt_{src,dst}Julian Anastasov2011-05-121-5/+4
* | | net: group FCoE related feature flagsYi Zou2011-05-121-1/+5
* | | garp: remove last synchronize_rcu() callEric Dumazet2011-05-121-0/+1
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-05-112-0/+20
|\ \ \
| * \ \ Merge branch 'pablo/nf-2.6-updates' of git://1984.lsi.us.es/net-2.6David S. Miller2011-05-101-0/+17
| |\ \ \
| | * | | IPVS: init and cleanup restructuringHans Schillstrom2011-05-101-0/+17
| * | | | xfrm: Assign the inner mode output function to the dst entrySteffen Klassert2011-05-101-0/+3
| |/ / /
* | | | 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
* | | | | ipv4: Pass explicit daddr arg to ip_send_reply().David S. Miller2011-05-101-2/+2
* | | | | net: add mac_pton() for parsing MAC addressAlexey Dobriyan2011-05-091-0/+1