aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'v2.6.30-rc6' into tracing/coreIngo Molnar2009-05-1822-100/+138
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6Linus Torvalds2009-05-153-4/+7
| |\
| | * Bluetooth: Don't trigger disconnect timeout for security mode 3 pairingMarcel Holtmann2009-05-091-1/+1
| | * Bluetooth: Don't use hci_acl_connect_cancel() for incoming connectionsMarcel Holtmann2009-05-091-3/+1
| | * Bluetooth: Fix wrong module refcount when connection setup failsMarcel Holtmann2009-05-092-0/+5
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6Linus Torvalds2009-05-152-2/+2
| |\ \
| | * | mac80211: avoid NULL ptr deref when finding max_rates in PID and minstrelJohn W. Linville2009-05-112-2/+2
| | |/
| * | Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2009-05-123-2/+6
| |\ \
| | * | svcrdma: clean up error paths.Steve Wise2009-05-032-1/+5
| | * | svcrdma: Fix dma map direction for rdma read targetsSteve Wise2009-04-251-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-05-1017-93/+124
| |\ \ \ | | | |/ | | |/|
| | * | ipvs: Fix IPv4 FWMARK virtual servicesSimon Horman2009-05-082-4/+9
| | * | ipv4: Make INET_LRO a bool instead of tristate.David S. Miller2009-05-081-1/+1
| | * | net: remove stale reference to fastroute from Kconfig help textAshish Karkare2009-05-071-6/+0
| | * | net: update skb_recycle_check() for hardware timestamping changesLennert Buytenhek2009-05-061-0/+2
| | * | net-sched: fix bfifo default limitPatrick McHardy2009-05-061-1/+1
| | * | Merge branch 'linux-2.6.30.y' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2009-05-062-7/+21
| | |\ \
| | | * | wimax: oops: wimax_dev_add() is the only one that can initialize the stateInaky Perez-Gonzalez2009-05-061-2/+15
| | | * | wimax: fix oops if netlink fails to add attributeInaky Perez-Gonzalez2009-05-061-5/+6
| | * | | Bluetooth: Move dev_set_name() to a context that can sleepMarcel Holtmann2009-05-051-4/+3
| | |/ /
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-05-053-32/+30
| | |\ \
| | | * | netfilter: ctnetlink: fix wrong message type in user updatesPablo Neira Ayuso2009-05-051-28/+20
| | | * | netfilter: xt_cluster: fix use of cluster match with 32 nodesPablo Neira Ayuso2009-05-051-1/+7
| | | * | netfilter: ip6t_ipv6header: fix match on packets ending with NEXTHDR_NONEChristoph Paasch2009-05-051-3/+3
| | * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-05-055-38/+57
| | |\ \ \
| | | * | | mac80211: pid, fix memory corruptionJiri Slaby2009-05-041-34/+39
| | | * | | mac80211: minstrel, fix memory corruptionJiri Slaby2009-05-041-1/+1
| | | * | | cfg80211: fix comment on regulatory hint processingLuis R. Rodriguez2009-05-041-1/+1
| | | * | | cfg80211: fix bug while trying to process beacon hints on initLuis R. Rodriguez2009-05-041-1/+8
| | | * | | cfg80211: fix race condition with wiphy_apply_custom_regulatory()Luis R. Rodriguez2009-05-041-0/+6
| | | * | | cfg80211: fix truncated IEsJohannes Berg2009-05-041-0/+1
| | | * | | mac80211: correct fragmentation threshold checkJohannes Berg2009-05-041-1/+1
* | | | | | Merge branch 'linus' into tracing/coreIngo Molnar2009-05-0761-596/+662
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-05-059-72/+74
| |\ \ \ \ \ | | |/ / / /
| | * | | | Bluetooth: Fix issue with sysfs handling for connectionsMarcel Holtmann2009-05-042-34/+42
| | * | | | tcp: Fix tcp_prequeue() to get correct rto_min valueSatoru SATOH2009-05-041-10/+0
| | |/ / /
| | * | | Subject: [PATCH] br2684: restore net_dev initializationRabin Vincent2009-05-021-0/+1
| | * | | net: Only store high 16 bits of kernel generated filter prioritiesRobert Love2009-05-021-1/+1
| | * | | xt_socket: checks for the state of nf_conntrackLaszlo Attila Toth2009-05-011-0/+1
| | * | | net: Fix skb_tx_hash() for forwarding workloads.Eric Dumazet2009-05-011-4/+5
| | * | | net: Fix oops when splicing skbs from a frag_list.Jarek Poplawski2009-04-301-13/+14
| | * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-04-291-10/+10
| | |\ \ \
| | | * | | mac80211: default to automatic power controlJohannes Berg2009-04-291-0/+1
| | | * | | mac80211: fix modprobe deadlock by not calling wep_init under rtnl_lockAlan Jenkins2009-04-291-10/+9
| * | | | | net/9p: handle correctly interrupted 9P requestsLatchesar Ionkov2009-04-054-60/+30
| * | | | | net/9p: return error when p9_client_stat failsLatchesar Ionkov2009-04-051-1/+5
| * | | | | net/9p: set correct stat size when sending Twstat messagesLatchesar Ionkov2009-04-051-3/+31
| * | | | | SUNRPC: Fix the problem of EADDRNOTAVAIL syslog floods on reconnectTrond Myklebust2009-05-022-9/+23
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-04-2917-333/+246
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller2009-04-283-28/+55
| | |\ \ \ \