summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | cfg80211: Add local-state-change-only auth/deauth/disassocJouni Malinen2010-04-075-33/+78
| | * | | | | mac80211: Fix robust management frame handling (MFP)Jouni Malinen2010-04-061-1/+2
| | * | | | | mac80211: Fix drop_unencrypted for MFP with hwaccelJouni Malinen2010-03-311-4/+7
| | * | | | | nl80211: reenable station del for meshMarco Porsch2010-03-311-1/+2
| | * | | | | mac80211: Fix dropping of unprotected robust multicast framesJouni Malinen2010-03-311-2/+1
| | * | | | | mac80211: Fix BIP to be used only with group-addressed framesJouni Malinen2010-03-311-0/+2
| | * | | | | mac80211: Send deauth/disassoc prior to dropping STA entryJouni Malinen2010-03-311-9/+14
| | * | | | | mac80211: Track Beacon signal strength and implement cqm eventsJouni Malinen2010-03-314-3/+82
| | * | | | | mac80211: enable QoS explicitly in AP modeStanislaw Gruszka2010-03-311-0/+4
| | * | | | | mac80211: explicitly disable/enable QoSStanislaw Gruszka2010-03-312-1/+13
| | * | | | | mac80211: support paged rx SKBsZhu Yi2010-03-312-10/+50
| | * | | | | wireless: remove trailing space in messagesFrans Pop2010-03-312-5/+5
* | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-04-152-3/+9
|\ \ \ \ \ \ \
| * | | | | | | ipv4: ipmr: fix NULL pointer deref during unres queue destructionPatrick McHardy2010-04-151-1/+5
| * | | | | | | ipv4: ipmr: fix invalid cache resolving when adding a non-matching entryPatrick McHardy2010-04-151-1/+3
| * | | | | | | ipv4: ipmr: fix IP_MROUTE_MULTIPLE_TABLES Kconfig dependenciesPatrick McHardy2010-04-151-1/+1
| |/ / / / / /
* / / / / / / net: netif_rx() must disable preemptionEric Dumazet2010-04-151-10/+15
|/ / / / / /
* | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-141-1/+1
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | can: avoids a false warningEric Dumazet2010-04-131-1/+1
* | | | | | ipv4: ipmr: support multiple tablesPatrick McHardy2010-04-132-61/+352
* | | | | | ipv4: ipmr: move mroute data into seperate structurePatrick McHardy2010-04-131-170/+199
* | | | | | ipv4: ipmr: convert struct mfc_cache to struct list_headPatrick McHardy2010-04-131-64/+61
* | | | | | ipv4: ipmr: remove net pointer from struct mfc_cachePatrick McHardy2010-04-131-33/+32
* | | | | | ipv4: ipmr: move unres_queue and timer to per-namespace dataPatrick McHardy2010-04-131-41/+29
* | | | | | net: fib_rules: decouple address families from real address familiesPatrick McHardy2010-04-134-8/+13
* | | | | | net: fib_rules: set family in fib_rule_hdr centrallyPatrick McHardy2010-04-134-3/+1
* | | | | | net: fib_rules: consolidate IPv4 and DECnet ->default_pref() functions.Patrick McHardy2010-04-133-36/+20
* | | | | | dst: don't inline dst_ifdownstephen hemminger2010-04-131-2/+2
* | | | | | net: uninline skb_bond_should_drop()Eric Dumazet2010-04-131-0/+49
* | | | | | IPv6: only notify protocols if address is compeletely gonestephen hemminger2010-04-131-1/+3
* | | | | | ipv6: additional ref count for hash list unnecessarystephen hemminger2010-04-131-3/+0
* | | | | | IPv6: keep tentative addresses in hash tablestephen hemminger2010-04-131-7/+8
* | | | | | IPv6: keep route for tentative addressstephen hemminger2010-04-131-1/+2
* | | | | | net: sk_dst_cache RCUificationEric Dumazet2010-04-138-27/+28
* | | | | | net: Dont use netdev_warn()Eric Dumazet2010-04-131-6/+6
* | | | | | packet: support for TX time stamps on RAW socketsRichard Cochran2010-04-131-1/+60
* | | | | | tcp: Set CHECKSUM_UNNECESSARY in tcp_init_nondata_skbDavid S. Miller2010-04-121-0/+1
* | | | | | inet: Remove unused send_check length argumentHerbert Xu2010-04-127-8/+7
* | | | | | tcp: Handle CHECKSUM_PARTIAL for SYNACK packets for IPv6Herbert Xu2010-04-121-18/+19
* | | | | | tcp: Handle CHECKSUM_PARTIAL for SYNACK packets for IPv4Herbert Xu2010-04-121-17/+14
* | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-11479-85/+614
|\| | | | |
| * | | | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-04-11475-58/+490
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-04-0614-78/+80
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2010-04-051-4/+19
| | |\ \ \ \ \
| | | * | | | | 9p: saving negative to unsigned charDan Carpenter2010-04-051-2/+3
| | | * | | | | 9p: Make sure we are able to clunk the cached fid on umountAneesh Kumar K.V2010-04-051-2/+16
| | | | |_|_|/ | | | |/| | |
| | * / | | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30469-20/+457
| | |/ / / /
| | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-03-297-22/+42
| | |\ \ \ \
| | * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-03-259-23/+114
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2010-03-256-34/+14
| | |\ \ \ \ \ \