summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | mac80211: update cfg80211 scan result code for the updated mesh conf IERui Paulo2009-11-181-13/+18
| * | | | | mac80211: use a structure to hold the mesh config information elementRui Paulo2009-11-184-23/+16
| * | | | | mac80211: move TX status handlingJohannes Berg2009-11-184-337/+351
| * | | | | mac80211: remove encrypt parameter from ieee80211_tx_skbJohannes Berg2009-11-1812-24/+27
| * | | | | rfkill: Add constant for RFKILL_TYPE_FM radio devicesMarcel Holtmann2009-11-181-1/+3
| * | | | | cfg80211: re-join IBSS when privacy changesJohannes Berg2009-11-183-11/+44
| * | | | | mac80211: Fix panic in aggregation handlingSujith2009-11-181-0/+2
| * | | | | cfg80211: Allow reassociation in associated stateJouni Malinen2009-11-181-2/+18
| * | | | | mac80211: make software rate control optionalJohannes Berg2009-11-185-13/+42
| * | | | | mac80211: use fixed broadcast addressJohannes Berg2009-11-186-19/+27
| * | | | | mac80211: remove dev_hold/put callsJohannes Berg2009-11-181-11/+5
| * | | | | mac80211: improve rate handlingJohannes Berg2009-11-182-18/+18
| * | | | | mac80211: trim RX dataJohannes Berg2009-11-184-54/+61
| * | | | | mac80211: cleanup reorder buffer handlingJohannes Berg2009-11-181-81/+81
| * | | | | mac80211: push michael MIC report after DA checkJohannes Berg2009-11-181-24/+23
| * | | | | mac80211: convert aggregation to operate on vifs/stasJohannes Berg2009-11-187-72/+58
| * | | | | mac80211: let sta_info_get_by_idx get sta by sdataJohannes Berg2009-11-183-7/+8
| * | | | | mac80211: reduce the amount of unnecessary traffic on cooked monitor interfacesFelix Fietkau2009-11-181-0/+5
* | | | | | net/ipv6: Move && and || to end of previous lineJoe Perches2009-11-241-4/+4
| |/ / / / |/| | | |
* | | | | net/ipv4: Move && and || to end of previous lineJoe Perches2009-11-2312-72/+73
* | | | | net: Fix missing kernel-doc notationJaswinder Singh Rajput2009-11-221-1/+1
* | | | | tcp: Don't make syn cookies initial setting depend on CONFIG_SYSCTLDavid S. Miller2009-11-211-7/+1
* | | | | net: rename skb->iif to skb->skb_iifEric Dumazet2009-11-205-7/+7
* | | | | X25: Enable setting of cause and diagnostic fieldsAndrew Hendry2009-11-182-0/+18
* | | | | netsched: Allow var_sk_bound_if meta to work on all namespacesEric Dumazet2009-11-181-1/+2
* | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-1813-7/+18
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-11-1811-45/+75
| |\ \ \ | | | |/ | | |/|
| | * | vlan: Fix register_vlan_dev() error pathEric Dumazet2009-11-171-2/+5
| | * | gro: Fix illegal merging of trailer trashHerbert Xu2009-11-171-1/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-11-0910-92/+107
| |\ \ \ | | | |/ | | |/|
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-11-0312-44/+65
| |\ \ \
| * | | | 9p: fix readdir corner casesEric Van Hensbergen2009-11-021-3/+2
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-10-2911-29/+65
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2009-10-231-1/+0
| |\ \ \ \ \
| | * | | | | virtio: let header files include virtio_ids.hChristian Borntraeger2009-10-221-1/+0
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-10-238-29/+97
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-10-1510-40/+66
| |\ \ \ \ \ \
| * | | | | | | headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-119-0/+9
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-10-083-10/+14
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-11-1817-291/+742
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | mac80211: Do not queue Probe Request frames for station MLMEJouni Malinen2009-11-161-1/+0
| * | | | | | | | | nl80211: only allow adding stations to running vlan interfacesFelix Fietkau2009-11-131-1/+3
| * | | | | | | | | mac80211: fix broadcast frame handling for 4-addr AP VLANsFelix Fietkau2009-11-131-1/+1
| * | | | | | | | | cfg80211: return channel noise via survey APIHolger Schurig2009-11-131-0/+105
| * | | | | | | | | cfg80211: introduce nl80211_get_ifidx()Holger Schurig2009-11-131-43/+33
| * | | | | | | | | mac80211: update copyrights to 2009Rui Paulo2009-11-135-5/+5
| * | | | | | | | | mac80211: add nl80211/cfg80211 handling of the new mesh root mode option.Rui Paulo2009-11-135-0/+29
| * | | | | | | | | mac80211: implement a timer to send RANN action framesRui Paulo2009-11-134-0/+54
| * | | | | | | | | mac80211: replace "destination" with "target" to follow the specRui Paulo2009-11-137-133/+136
| * | | | | | | | | mac80211: add the DS params to the beaconRui Paulo2009-11-131-0/+7
OpenPOWER on IntegriCloud