summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-for-linus-clocksource' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-06-153-1/+39
|\
| * clocksource: prevent selection of low resolution clocksourse also for nohz=onThomas Gleixner2009-06-135-11/+33
| * clocksource: sanity check sysfs clocksource changesjohn stultz2009-06-113-4/+20
* | Merge branch 'timers-for-linus-ntp' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-06-151-11/+31
|\ \
| * | ntp: fix comment typosjohn stultz2009-05-121-2/+2
| * | ntp: adjust SHIFT_PLL to improve NTP convergencejohn stultz2009-05-061-11/+31
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-06-151136-47572/+106185
|\ \ \
| * \ \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-06-153726-71793/+285207
| |\ \ \
| * | | | pkt_sched: Rename PSCHED_US2NS and PSCHED_NS2USJarek Poplawski2009-06-153-8/+8
| * | | | ipv4: Fix fib_trie rebalancingJarek Poplawski2009-06-151-10/+37
| * | | | Bluetooth: Fix issue with uninitialized nsh.type in DTL-1 driverMarcel Holtmann2009-06-141-0/+2
| * | | | Bluetooth: Fix Kconfig issue with RFKILL integrationMarcel Holtmann2009-06-141-1/+2
| * | | | PIM-SM: namespace changesTom Goff2009-06-142-20/+29
| * | | | ipv4: update ARPD help textTimo Teräs2009-06-141-22/+13
| * | | | net: use a deferred timer in rt_check_expireEric Dumazet2009-06-141-3/+8
| * | | | ieee802154: fix kconfig bool/tristate muckupRandy Dunlap2009-06-141-1/+1
| * | | | bonding: initialization reworkStephen Hemminger2009-06-141-37/+30
| * | | | bonding: use is_zero_ether_addrStephen Hemminger2009-06-141-2/+2
| * | | | bonding: network device names are case sensativeStephen Hemminger2009-06-142-53/+57
| * | | | bonding: elminate bad refcount codeStephen Hemminger2009-06-141-21/+0
| * | | | bonding: fix style issuesStephen Hemminger2009-06-142-497/+460
| * | | | bonding: fix destructorStephen Hemminger2009-06-143-15/+9
| * | | | bonding: remove bonding read/write semaphoreStephen Hemminger2009-06-143-36/+6
| * | | | bonding: initialize before registrationStephen Hemminger2009-06-141-4/+4
| * | | | bonding: bond_create always called with default parametersStephen Hemminger2009-06-143-9/+8
| * | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...David S. Miller2009-06-146-1/+1016
| |\ \ \ \
| | * | | | irda: add git tree to MAINTAINERS fileSamuel Ortiz2009-06-131-0/+1
| | * | | | irda: smsc wait count reaches -1Roel Kluin2009-06-131-1/+1
| | * | | | irda: new Blackfin on-chip SIR IrDA driverGraff Yang2009-06-134-0/+1014
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-06-1412-220/+431
| |\ \ \ \ \
| | * | | | | x_tables: Convert printk to pr_errJoe Perches2009-06-131-8/+8
| | * | | | | netfilter: conntrack: optional reliable conntrack event deliveryPablo Neira Ayuso2009-06-136-35/+166
| | * | | | | list_nulls: add hlist_nulls_add_head and hlist_nulls_delPablo Neira Ayuso2009-06-131-0/+18
| | * | | | | netfilter: conntrack: move helper destruction to nf_ct_helper_destroy()Pablo Neira Ayuso2009-06-133-10/+17
| | * | | | | netfilter: conntrack: move event caching to conntrack extension infrastructurePablo Neira Ayuso2009-06-136-163/+223
| | * | | | | netfilter: nf_conntrack: use mod_timer_pending() for conntrack refreshPatrick McHardy2009-06-131-11/+6
| | * | | | | netfilter: nf_log: fix sleeping function called from invalid contextPatrick McHardy2009-06-131-3/+3
| | |/ / / /
| * | | | | net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy2009-06-1381-109/+109
| * | | | | net: fix network drivers ndo_start_xmit() return values (part 8)Patrick McHardy2009-06-132-5/+4
| * | | | | net: fix network drivers ndo_start_xmit() return values (part 7)Patrick McHardy2009-06-131-1/+2
| * | | | | net: fix network drivers ndo_start_xmit() return values (part 6)Patrick McHardy2009-06-131-2/+2
| * | | | | net: fix network drivers ndo_start_xmit() return values (part 5)Patrick McHardy2009-06-131-6/+0
| * | | | | net: fix network drivers ndo_start_xmit() return values (part 4)Patrick McHardy2009-06-131-3/+3
| * | | | | net: fix network drivers ndo_start_xmit() return values (part 3)Patrick McHardy2009-06-135-13/+10
| * | | | | net: fix network drivers ndo_start_xmit() return values (part 2)Patrick McHardy2009-06-136-24/+9
| * | | | | net: fix network driver ndo_start_xmit() return values (part 1)Patrick McHardy2009-06-134-8/+8
| * | | | | bridge: Simplify interface for ATM LANEMichał Mirosław2009-06-125-58/+44
| * | | | | [PATCH] net core: Some interface flags not returned by SIOCGIFFLAGSJohn Dykstra2009-06-122-4/+1
| |/ / / /
| * | | | virtio_net: Fix IP alignment on non-mergeable RX pathHerbert Xu2009-06-121-1/+2
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-06-1240-699/+1459
| |\ \ \ \